Displaying 1 result from an estimated 1 matches for "connect_2".
Did you mean:
connect2
2010 Jun 07
0
Announcement before absolute timeout / how to terminate a meetme conf?
...}^to2))
exten => s,n(lbl_macro-c2cmacro-p2_1),MacroExit()
exten => s,n(lbl_macro-c2cmacro-p2_2),Hangup()
exten => h,1,MeetMeAdmin(8000,K)
exten => h,n,Goto(s,lbl_macro-c2cmacro-p2_1)
[macro-c2cmacro-connect]
exten => s,n,Set(TIMEOUT(absolute)=120)
exten => s,n(lbl_macro-c2cmacro-connect_2),MeetMe(8000,Mqo,1238000)
exten => s,n,MacroExit()
The dialplan does the job quiet well, but one small problem remains and is
driving me nuts: As you can see there is an absolute timeout defined. 60
second before the timeout is reached an announcement should be played into
to conference. I trie...