add dialing by sip (thanks trixter)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6398 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-11-26 19:15:17 +00:00
parent e7e026b94d
commit 5dfde04160

View File

@ -34,8 +34,15 @@
<anti-action application="bridge" data="sofia/$${domain}/${dialed_ext}"/>
<anti-action application="voicemail" data="default $${domain} ${dialed_ext}"/>
</condition>
</extension>
</extension>
<!-- dial via SIP uri -->
<extension name="SIP_URI">
<condition field="destination_number" expression="^sip:(.*)$">
<action application="bridge" data="sofia/${use_profile}/$1"/>
</condition>
</extension>
<!--
start a dynamic conference with the settings of the
"default" conference profile in conference.conf.xml