Displaying 2 results from an estimated 2 matches for "sixthree".
Did you mean:
figthree
2004 May 05
1
strange sip behavior (looping back to my own extension vm)
...-- Got SIP response 486 "Busy Here" back from xxx.xxx.93.84
-- SIP/2700-552a is busy
== Everyone is busy at this time
-- Executing SetVar("SIP/-091cb238", "CURRENTMAILBOX=2400") in new stack
-- Executing Macro("SIP/-091cb238", "vm|2400|sixthree") in new stack
-- Executing Answer("SIP/-091cb238", "") in new stack
-- Executing BackGround("SIP/-091cb238",
"/var/spool/asterisk/voicemail/sixthree/2400/unavail") in new stack
-- Playing '/var/spool/asterisk/voicemail/sixthree/2400/unav...
2004 Apr 14
1
background / goto commands
...and when they hear their voicemail greeting hit the *
key and be prompted for their password to check vmail.
For some reason though the background command isn't working as I'd
expect it to:
[macro-vmessage]
exten => s,1,Answer
exten =>
s,2,Background(/var/spool/asterisk/voicemail/sixthree/${ARG1}/unavail)
exten => 1,*,Macro(checkmessage,${ARG1})
exten => 2,*,Hangup
exten => s,3,VoiceMail2(s${ARG1})
exten => s,4,Hangup
[macro-checkmessage]
exten => s,1,VoiceMailMain2(${ARG1})
exten => s,2,Hangup
If I do nothing during the greeting all behaves as I would expect (us...