Predefined conferences

Hello everyone,

I’m testing around with a feature I call “predefined conferences”.
Basically, the call setup should behave like “pagegroups”: a number is dialed and predefined extensions are called, but without autoanswer. This works with my dialling plan, but the originated calls should be terminated if the initiator hangs up before all extensions have been able to pick up.

exten => 4040,1,Answer
exten => 4040,n,Originate(Local/401@from-internal,exten,join_conf,20,a,c,n)
exten => 4040,n,Originate(Local/402@from-internal,exten,join_conf,20,a,c,n)
exten => 4040,n,Set(CONFBRIDGE(user,marked)=yes)
exten => 4040,n,ConfBridge(20,admin_menu)

exten => 4040,n(join_conf),Set(CONFBRIDGE(user,end_marked)=yes)
exten => 4040,n(join_conf),ConfBridge(20,admin_menu)

Furthermore, the participants should be able to join the conference at any time when the conference exists and ring time has expired.

Maybe anyone ever delt with a similar task or has a hint how to do that?

Thank you for your help!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.