[Freeswitch-users] conferencing more than two users

Mundkowsky, Robert rmundkowsky at ets.org
Wed Apr 10 15:19:02 UTC 2019


Someone informed me that conference was setup with a max of two users.

Please disregard my question.

Robert

From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of Mundkowsky, Robert
Sent: Tuesday, April 9, 2019 3:22 PM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Subject: [Freeswitch-users] conferencing more than two users

I have a dialplan that uses conference_set_auto_outcall to call two users which should make a three way conference, but one user is hangup on right after joining. If I test just calling one user or the other it works fine.

In the logs I see "Conference XXX is full" followed by "executed the last dialplan instruction, hanging up".

Log snippet and dialplan are below.

2019-04-09 18:57:46.052917 [NOTICE] mod_conference.c:2097 Conference 7811-aa35aa91-041f-426c-b2a7-7407730948a5 is full.
2019-04-09 18:57:46.052917 [NOTICE] switch_core_state_machine.c:385 sofia/internal/2000-0x556f4f587e70 at 10.0.3.61:56930<mailto:sofia/internal/2000-0x556f4f587e70 at 10.0.3.61:56930> has executed the last dialplan instruction, hanging up


<include>
        <extension name="coffee-shop-development">
          <condition field="destination_number" expression="^2003">
            <action application="set" data="destination_number=7811${destination_number:4}" />
            <action application="set" data="fs_ext=7811" />
            <action application="set" data="as_ext=7811" />
            <action application="set" data="client_session_id=${destination_number:4}" />
            <action application="set" data="session_in_hangup_hook=true"/>
            <action application="set" data="api_hangup_hook=lua ganesha_hangup_hook.lua"/>
            <action application="set" data="hangup_after_bridge=true"/>
            <action application="answer"/>
            <action application="playback" data="silence_stream://2000"/>

            <action application="conference_set_auto_outcall" data="user/2000"/>
            <action application="conference_set_auto_outcall" data="[conference_member_flags=endconf]sofia/gateway/asterisk/${as_ext}${destination_number}"/>

            <condition field="${verto_dvar_recordVideo}" expression="^no$">
              <action application="conference" data="${fs_ext}-${client_session_id}@halef-no-video+flags{mintwo}"/>
              <anti-action application="conference" data="${fs_ext}-${client_session_id}@halef-video+flags{mintwo}"/>
            </condition>
          </condition>
        </extension>
</include>

________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________

________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190410/6f4ae35a/attachment-0001.html>


More information about the FreeSWITCH-users mailing list