Displaying 1 result from an estimated 1 matches for "mosalmebadsl".
2006 Dec 27
0
problem with extentions
...after timeout asterisk writes thar "user entered nothing"). i can't get what's wrong...
here is my dial-plan
[incoming]
exten => 555,1,Answer();
exten => 555,2,DigitTimeout(2);
exten => 555,3,Wait(1)
exten => 555,4,SetLanguage(ge)
exten => 555,5,Background(mosalmebadsl);
exten => 555,6,Hangup();
exten => 1,1,Goto(register,s,1)
exten => 2,1,Goto(viocemail,s,1)
exten => 3,1,Goto(sendmsg,s,1)
exten => 4,1,Goto(blacklist,s,1)
exten => 5,1,Goto(search,s,1)
exten => 6,1,Goto(rooms,s,1)
exten => 7,1,Goto(adv,s,1)
exten => i,1,Hangup()
exten...