Stephen Bosch wrote:
> Hi, folks:
> 
> Is there any reason why MusicOnHold() would die after 60 seconds? That
> looks suspiciously like a default timeout. How can I make it indefinite?

Moral of the story -- don't work at 4 am.

The call terminates after 60 seconds because I never answered it. Changing:

exten => 1234,1,MusicOnHold()

to

exten => 1234,1,Answer()
exten => 1234,2,MusicOnHold()

fixed the problem.

-Stephen-

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to