forked from Mirrors/freeswitch
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:
parent
e7e026b94d
commit
5dfde04160
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user