Dan
2003-Aug-08 05:49 UTC
[Asterisk-Users] Play Music On Hold just for a fixed period of time
Hi, How can I play Music On Hold on a channel for just a limited period of time. The "Musiconhold" application plays indefinitely. Thanks, Dan
Stefano Finetti
2003-Aug-08 06:23 UTC
[Asterisk-Users] Play Music On Hold just for a fixed period of time
try the app. WaitMusicOnHold(time) Just an example: exten => 555,1,Answer exten => 555,2,WaitMusicOnHold(30) exten => 555,3,Hangup -- Stefano From: "Dan" <dtoma@fx.ro>> How can I play Music On Hold on a channel for just a limited period oftime.> The "Musiconhold" application plays indefinitely. > > Thanks, > Dan