Displaying 2 results from an estimated 2 matches for "000005be".
Did you mean:
000005b0
2016 Aug 23
2
Dial and start music on hold after timeout
...nging()
> same = n,Wait(10)
> same = n,Playback(/var/lib/asterisk/sounddir/announce,noanswer)
> When it is working, I can see the following output in the CLI, which is
> not there otherwise :
> -- SIP/xxxxxxxxx requested media update control 26, passing it to
> Local/s at playme-000005be;1
>
> Otherwise, no error message, Asterisk tells he is playing the announcement
> but I don't hear it.
>
> Best regards
>
> Jean Aunis
>
> Le 23/08/2016 ? 16:07, David Duffett a ?crit :
>
> How about:
>
> exten => s,1,Dial(SIP/alice&LOCAL/555 at de...
2016 Aug 23
2
Dial and start music on hold after timeout
How about:
exten => s,1,Dial(SIP/alice&LOCAL/555 at delayed-announce,40)
[delayed-announce]
exten => 555,1,Wait(20)
same => n,Playback(myannouncement,noanswer)
same => n,NoOP(Whatever else you want to do goes here)
The 'noanswer' option on the Playback means that SIP/alice should continue
to ring for the remaining 20 of the 40 seconds, as the Playback will not
answer