search for: c2cmacro

Displaying 1 result from an estimated 1 matches for "c2cmacro".

2010 Jun 07
0
Announcement before absolute timeout / how to terminate a meetme conf?
...nts, do cdr etc. put the callee into the same conference - have a nice chat - play an announcement and kill the conference after a max time value so far so good. I developed the following Dialplan to fulfill the task (simplified, hopefully right - deleted all announcements, cdr, etc. :)): [macro-c2cmacro-p1] exten => s,n,Dial(SIP/sipconnect/${to1},120,M(c2cmacro-connect^${ARG1}^to1)) exten => s,n(lbl_macro-c2cmacro-p1_1),MacroExit() exten => s,n(lbl_macro-c2cmacro-p1_2),Hangup() exten => h,1,MeetMeAdmin(8000,K) exten => h,n,Goto(s,lbl_macro-c2cmacro-p1_1) [macro-c2cmacro-p2] exten...