mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
update to have one example of a user with passwords
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5936 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -95,11 +95,12 @@
|
||||
</extension>
|
||||
|
||||
<!-- Call the FreeSWITCH conference via SIP -->
|
||||
<!--<extension name="FreeSWITCH Conference SIP">-->
|
||||
<!--<condition field="destination_number" expression="^888$">-->
|
||||
<!--<action application="bridge" data="sofia/$${sip_profile}/888@conference.freeswitch.org"/>-->
|
||||
<!--</condition>-->
|
||||
<!--</extension> -->
|
||||
<extension name="FreeSWITCH Conference SIP">
|
||||
<condition field="destination_number" expression="^42$">
|
||||
<action application="set" data="bypass_media=true"/>
|
||||
<action application="bridge" data="sofia/$${sip_profile}/42@conference.freeswitch.org"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
<!-- Call the FreeSWITCH conference via IAX -->
|
||||
<!--<extension name="FreeSWITCH Conference IAX">-->
|
||||
|
||||
Reference in New Issue
Block a user