[Asterisk-Users] Monitor calls timeout
Trevor Peirce
tpeirce at digitalcon.ca
Mon Jan 31 01:51:36 MST 2005
jurgen wrote:
>Thanks for the suggestion, but it's no good. It still times out after
>10 seconds. It seems to be something in the Monitor application,
>rather than anywhere else. I can playback a sound (like the monkeys,
>or MOH) forever and ever without timing out. Monitoring kills itself
>though.
>
>
That's because * is getting tired of waiting for the caller to dial an
extension. Try this
exten => s,1,Answer
exten => s,2,Monitor(wav,testrecord,m)
exten => s,3,Wait(600)
exten => s,4,Goto(s,3)
More information about the asterisk-users
mailing list