search for: p1_1

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

Did you mean: p11
2010 Jun 07
0
Announcement before absolute timeout / how to terminate a meetme conf?
...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 => s,n,Dial(SIP/sipconnect/${to2},120,M(c2cmacro-connect^${ARG1}^to2)) exten => s,n(lbl_macro-c2cmacro-p2_1),MacroExit...