[Freeswitch-users] Conference "kick all"

Mike Kane kanem1 at gmail.com
Wed Dec 18 19:31:10 MSK 2013


Thanks Anthony.  Just for clarificaiton the "@@" are line identifiers for
pastebin only.  They are not in the config.

Mike


On Wed, Dec 18, 2013 at 11:25 AM, Anthony Minessale <
anthony.minessale at gmail.com> wrote:

> This doesn't look like what I suggested?
>
> Read back on this thread and try to figure out where you went wrong, I
> don't know what the lines are with @@ but the fs xml engine probaby does
> not parse them right.
>
> I already told you you have enough info in those logs to see your problem
> you have an line in your dialplan resolving to a blank string.
> Comment various ones out (with <!-- --> not @@ which is invalid in FS
> engine) until you find it.
>
> You also never used the eval as I showed you.
>
>
>
>
>
>
>
>
> On Wed, Dec 18, 2013 at 7:26 AM, Mike Kane <kanem1 at gmail.com> wrote:
>
>> Hey Anthony, here is the link to the dialplan config I had posted to
>> pastebin
>>
>> http://pastebin.freeswitch.org/21745
>>
>>
>> Thanks Mike
>>
>>
>> On Tue, Dec 17, 2013 at 3:34 PM, Anthony Minessale <
>> anthony.minessale at gmail.com> wrote:
>>
>>> You should have enough there to tell where your mistake is, you have an
>>> invalid application error. That means you have a syntax error somewhere.
>>>  You should have probably posted your dialplan
>>>
>>> The action with nothing in it is your problem....
>>>
>>>
>>>    1. Dialplan: sofia/internal/alice at sub.sub1.domain.com Absolute
>>>    Condition [progconf]
>>>    2. Dialplan: sofia/internal/alice at sub.sub1.domain.com Action ()
>>>    3. Dialplan: sofia/internal/alice at sub.sub1.domain.com Action answer(
>>>    is_conference)
>>>    4. Dialplan: sofia/internal/alice at sub.sub1.domain.com Action
>>>    conference(${dialed_ext}@progressive)
>>>
>>>
>>>
>>>
>>>
>>> On Tue, Dec 17, 2013 at 9:22 AM, Mike Kane <kanem1 at gmail.com> wrote:
>>>
>>>> Hello Anthony,
>>>>
>>>> When I implement your suggested changes the first member that is
>>>> initiating the progressive conference is unable to join.  I've posted the
>>>> FS console output.
>>>>
>>>> http://pastebin.freeswitch.org/21749
>>>>
>>>> Thanks Mike
>>>>
>>>>
>>>> On Mon, Dec 16, 2013 at 10:59 AM, Anthony Minessale <
>>>> anthony.minessale at gmail.com> wrote:
>>>>
>>>>> hupall is not a variable its a FSAPI command.
>>>>>
>>>>> if you intend to call it from the dialplan you would need to use:
>>>>>
>>>>> <action application="eval" data="${hupall progconf=myconf}"/>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Dec 16, 2013 at 9:11 AM, Mike Kane <kanem1 at gmail.com> wrote:
>>>>>
>>>>>> http://pastebin.freeswitch.org/21745
>>>>>>
>>>>>> Sorry about that.
>>>>>>
>>>>>> Mike
>>>>>>
>>>>>>
>>>>>> On Mon, Dec 16, 2013 at 9:57 AM, Michael Jerris <mike at jerris.com>wrote:
>>>>>>
>>>>>>>  Any link to the pastebin?
>>>>>>>
>>>>>>> On Dec 16, 2013, at 9:49 AM, Mike Kane <kanem1 at gmail.com> wrote:
>>>>>>>
>>>>>>> Good morning Anthony, could you please look at the config I added to
>>>>>>> pastbin?  I added your recommentations, but to no avail it's still not
>>>>>>> working.
>>>>>>>
>>>>>>>
>>>>>>> Thanks Mike
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Dec 12, 2013 at 3:33 PM, Mike Kane <kanem1 at gmail.com> wrote:
>>>>>>>
>>>>>>>> Thanks Anthony, I'll give this a try tomorrow.  Much appreciated.
>>>>>>>>
>>>>>>>> Mike
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Dec 12, 2013 at 3:19 PM, Anthony Minessale <
>>>>>>>> anthony.minessale at gmail.com> wrote:
>>>>>>>>
>>>>>>>>> You can work around that problem in this way.
>>>>>>>>>
>>>>>>>>> in your dialplan where people are calling into the conference add
>>>>>>>>> this (the name and val are arbitrary as long as its the same in scope of
>>>>>>>>> the current conference being called).
>>>>>>>>>
>>>>>>>>> <action application="set" data="conference_name=myconf"/>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Then when you want to kick all, do this instead:
>>>>>>>>>
>>>>>>>>> hupall conference_name=myconf
>>>>>>>>>
>>>>>>>>> That will hangup all the people in the conference as well as the
>>>>>>>>> ones joining.
>>>>>>>>>
>>>>>>>>> If you like having the kicked people hear the kicked message, you
>>>>>>>>> can use both commands in a row to kick the people regularly then wait a few
>>>>>>>>> sec to make sure they all heard the message and follow up with the hupall.
>>>>>>>>>
>>>>>>>>> Another options would to use a global var or db app to set a field
>>>>>>>>> that locks the extension so you could lock it before you kick everyone so
>>>>>>>>> anyone who calls back would get a block message.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Dec 12, 2013 at 1:00 PM, Mike Kane <kanem1 at gmail.com>wrote:
>>>>>>>>>
>>>>>>>>>> Hello,
>>>>>>>>>>
>>>>>>>>>> I'm having an issue with conference "kick all". When I release a
>>>>>>>>>> call before the joining member joins the conference, the conference room
>>>>>>>>>> does not send a canel or bye to the joining member that hasn't answered
>>>>>>>>>> yet.  It will kick all members currently joined in the conference room.  Is
>>>>>>>>>> is functionality supported, or will kick all just react to calls already in
>>>>>>>>>> progress in the conference room?
>>>>>>>>>>
>>>>>>>>>> Thanks Mike
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> 
>>>>>>> 
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://wiki.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> _________________________________________________________________________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> 
>>>>>> 
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://wiki.freeswitch.org
>>>>>> http://www.cluecon.com
>>>>>>
>>>>>> FreeSWITCH-users mailing list
>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>> UNSUBSCRIBE:
>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>> http://www.freeswitch.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬
>>>>>
>>>>>http://freeswitch.org/http://cluecon.com/>>>>> http://twitter.com/FreeSWITCH
>>>>> ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+
>>>>> <http://freeswitch.org/g+>*
>>>>>
>>>>> ClueCon Weekly Development Call
>>>>> ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900
>>>>>
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> 
>>>>> 
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://wiki.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>>
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> 
>>>> 
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://wiki.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:
>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> http://www.freeswitch.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬
>>>
>>>http://freeswitch.org/http://cluecon.com/>>> http://twitter.com/FreeSWITCH
>>> ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+
>>> <http://freeswitch.org/g+>*
>>>
>>> ClueCon Weekly Development Call
>>> ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900
>>>
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> 
>>> 
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://wiki.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
>
> --
> Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬
>
>http://freeswitch.org/http://cluecon.com/> http://twitter.com/FreeSWITCH
> ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+
> <http://freeswitch.org/g+>*
>
> ClueCon Weekly Development Call
> ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20131218/eb0692b2/attachment-0001.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list