clarify this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ed49550460
commit
35947acdda
|
@ -255,7 +255,10 @@
|
|||
</condition>
|
||||
</extension>
|
||||
|
||||
<!-- dial via SIP uri -->
|
||||
<!--
|
||||
This extension is used by mod_portaudio so you can pa call sip:someone@example.com
|
||||
mod_portaudio will pass the entire string to the dialplan for routing.
|
||||
-->
|
||||
<extension name="sip_uri">
|
||||
<condition field="destination_number" expression="^sip:(.*)$">
|
||||
<action application="bridge" data="sofia/${use_profile}/$1"/>
|
||||
|
|
Loading…
Reference in New Issue