Hi All,
I use Trixbox v2.6.1.10
I need to create conference bridge, where caller can simple put the conference number they wish to join.
I created "Custom Destination" from PBX Tools menu and point it to something like custom-meeteme3,s,1 and in asterisk config file "extensions_custom.conf" I have:
[custom-meetme3]
include => ext-meetme
exten => s,1,Answer
exten => s,n,Wait(3)
exten => s,n,CBMysql()
exten => s,n,Hangup
Custom destination is linked with "Misc Application" =>442
Now by dialing 442 I can hear "please enter your conference number followed by the # key ". After entering the preciously created conference number I can hear - that is not valid conference number..."
I have created some conference rooms which are accessible by direct dialing of cozzz.
So the question is how [custom-meetme3] should look like to make the conference bridge working.
I have no idea what to put in [custom-meetme3] If there is only include => ext-meetme - it does not work at all.
many thanks for any help
Member Since:
2006-06-02