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)

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to