clarify this

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-08-22 15:26:12 +00:00
parent ed49550460
commit 35947acdda
1 changed files with 4 additions and 1 deletions

View File

@ -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"/>