urmi.l
November 23, 2012, 8:12am
1
Hello,
I want to add users in the confbridge. But when I press the dtmf for that I m getting invalid choice. The control should go to “addcallers” using “dialplan_exec”. But its not happening.
CLI output :
== Using SIP RTP CoS mark 5
– Executing [8000@conference-bridge:1] Answer(“SIP/9999-00000019”, “”) in new stack
– Executing [8000@conference-bridge:2] ConfBridge(“SIP/9999-00000019”, “1234,fancyuser,fancymenu”) in new stack
– <SIP/9999-00000019> Playing ‘conf-onlyperson.gsm’ (language ‘en’)
rootCLI>
root CLI>
– <SIP/9999-00000019> Playing ‘conf-adminmenu.gsm’ (language ‘en’)
[Nov 23 14:54:42] DTMF[5133]: channel.c:4097 __ast_read: DTMF begin ‘3’ received on SIP/9999-00000019
[Nov 23 14:54:42] DTMF[5133]: channel.c:4101 __ast_read: DTMF begin ignored ‘3’ on SIP/9999-00000019
[Nov 23 14:54:42] DTMF[5133]: channel.c:4012 __ast_read: DTMF end ‘3’ received on SIP/9999-00000019, duration 100 ms
[Nov 23 14:54:42] DTMF[5133]: channel.c:4081 __ast_read: DTMF end passthrough ‘3’ on SIP/9999-00000019
– <SIP/9999-00000019> Playing ‘conf-errormenu.gsm’ (language ‘en’)
extensions.conf
[addcallers]
exten => 1,1,Answer
exten => 1,n,Originate(“SIP/3000”,exten,conferences,100,1)
;exten => 1,n,Originate(SIP/otherpeer,exten,conferences,100,1)
[conferences]
exten => 100,1,Answer
exten => 100,n,ConfBridge(1234,fancyuser,fancymenu)
confbridge.conf
[quote][fancyuser]
type=user
music_on_hold_when_empty=yes
music_on_hold_class=default
announce_user_count_all=yes
announce_join_leave=yes
dsp_drop_silence=yes
denoise=yes
pin=1234
[fancymenu]
type=menu
*=playback_and_continue(conf-togglemute&press&digits/1&silence/1&conf-leave&press&digits/2&silence/1&add-a-caller&press&digits/3&silence/1&conf-decrease-talking&press&digits/4&silence/1&reset-talking&press&digits/5&silence/1&increase-talking&press&digits/6&silence/1&conf-decrease-listening&press&digits/7&silence/1&conf-reset-listening&press&digits/8&silence/1&conf-increase-listening&press&digits/9&silence/1&conf-exit-menu&press&digits/0)
*1=toggle_mute
1=toggle_mute
*2=leave_conference
2=leave_conference
;*3=dialplan_exec(addcallers,s,1)
;3=dialplan_exec(addcallers,s,1)
*3=dialplan_exec(addcallers,1,1)
3=dialplan_exec(addcallers,1,1)
*4=decrease_listening_volume
[/quote]
-Thanks
david55
November 23, 2012, 11:08am
3
The earliest bump time is 24 hours, not 2 hours. A lot of people, in the USA, will be off work because of Thanksgiving. That may well include Malcolm, who is the expert here on confbridge. Also it is most unlikely that he will be out of bed yet.
urmi.l
November 23, 2012, 12:32pm
4
David, thank you very much for your reply.
Also wish you Happy Thanksgiving! Have a beautiful day with your families and give Thanks to God and anyone who contributes to your life!