mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-21 19:45:34 +00:00
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>
|
</condition>
|
||||||
</extension>
|
</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">
|
<extension name="sip_uri">
|
||||||
<condition field="destination_number" expression="^sip:(.*)$">
|
<condition field="destination_number" expression="^sip:(.*)$">
|
||||||
<action application="bridge" data="sofia/${use_profile}/$1"/>
|
<action application="bridge" data="sofia/${use_profile}/$1"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user