Thanks for replying.

Well in the log I see:

2009-11-23 15:13:22.015625 [DEBUG] switch_rtp.c:2282 RTP RECV DTMF #:760
2009-11-23 15:13:22.062500 [DEBUG] mod_conference.c:2379 Channel leaving
conference, cause: NONE

which make sense because just above I see:

009-11-23 15:13:08.171875 [DEBUG] mod_conference.c:5508 Installing default
caller control action 'hangup' bound to '#'.

The question I have - is how do I change that default caller control action
if it is not in conference.conf.xml ??

<caller-controls>
    <group name="default">
    ...
*<control action="energy up" digits="#"/>*


On Mon, Nov 23, 2009 at 2:35 PM, Anthony Minessale <
[email protected]> wrote:

> issue
>
> console loglevel debug
> from the cli
>
> then try again and see if there is any hint
>
>
> On Mon, Nov 23, 2009 at 1:24 PM, Phillip Jones <[email protected]>wrote:
>
>> Hi there,
>>
>> I have created a simple conference that works great. The only problem is,
>> when a participant press # it exits the call. So when a user enters a
>> conference with a PIN, and by habit they enter 12345 followed by pound, it
>> puts them in and then straight out.
>>
>> So I edited conference.conf.xml so:
>>
>> <!--control action="hangup" digits="#"/-->
>>
>> and even assigned # to another function:
>>
>> <control action="energy up" digits="#"/>
>>
>> and the same occurs. Pressing # exits the conference.
>>
>> What am I missing here?
>>
>> tia - phil
>>
>>
>>
>> Conf Setup:
>>
>> <extension name="conference.conf">
>>     <condition field="destination_number" expression="^(2125556625)$">
>>         <action application="answer"/>
>>         <action application="conference" data="$1-${domain_na...@default
>> +123"/>
>>     </condition>
>>   </extension>
>>
>> _______________________________________________
>> FreeSWITCH-users mailing list
>> [email protected]
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:[email protected] <msn%[email protected]>
> GTALK/JABBER/PAYPAL:[email protected]<paypal%[email protected]>
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:[email protected] <sip%[email protected]>
> iax:[email protected]/888
> googletalk:[email protected]<googletalk%3aconf%[email protected]>
> pstn:213-799-1400
>
> _______________________________________________
> FreeSWITCH-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to