Displaying 2 results from an estimated 2 matches for "stddial".
Did you mean:
stdial
2004 Jan 19
2
Hangup detection failed
Hi,
We have a system that recorded voicemail for about an hour after the caller
hungup. I'm going to put a timeout on it but is there anything to look for
that can help prevent this? The system is running on a telenet line in
Belgium. The answer dialplan I used was:
[macro-stddial]
exten => s,1,Answer
exten => s,2,Playback(transfer)
exten => s,3,Dial(${ARG2},60)
exten => s,4,Voicemail(u${ARG1})
exten => s,5,Playback(tt-monkeysintro)
exten => s,6,Playback(vm-goodbye)
exten => s,7,Hangup
exten => s,104,Voicemail(b${ARG1})
- Kim Hendrikse
2011 Jan 28
3
Disabling Music On Hold
...pMusicOnHold'
res_musiconhold.so => (Music On Hold Resource)
However, when I set up a sip call between two sip phones and one end puts
the call on hold, then I always get the following message and the remote
side is not informed that the call is on hold:
-- Executing [s at macro-stddial:2] Dial("SIP/2222-00000000", "SIP/4444")
in new stack
== Using SIP RTP CoS mark 5
-- Called 4444
-- SIP/4444-00000001 is ringing
-- SIP/4444-00000001 answered SIP/2222-00000000
-- Native bridging SIP/2222-00000000 and SIP/4444-00000001
later when the call is p...