Answer the question
In order to leave comments, you need to log in
FreeSwitch conference with external callers?
Hello. Interested in organizing a conference of local sip clients, for example, with phones of mobile operators or fixed phones of other organizations. Everything is clear with local ones, a group is created in /etc/freeswitch/directory/default.xml
<group name="support">
<users>
<user id="007" type="pointer"/>
<user id="017" type="pointer"/>
<user id="082" type="pointer"/>
<user id="218" type="pointer"/>
</users>
</group>
<extension name="main_conference">
<condition field="destination_number" expression="^3000$">
<action application="set" data="conference_auto_outcall_caller_id_name=Conference"/>
<action application="set" data="conference_auto_outcall_caller_id_number=1"/>
<action application="set" data="conference_auto_outcall_timeout=60"/>
<action application="conference_set_auto_outcall" data="${group_call([email protected]${domain_name})}"/>
<action application="conference" data="[email protected]+flags{endconf}"/>
</condition>
</extension>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question