View Single Post
  #1 (permalink)  
Old 07-25-2005, 06:01 PM
Sparks
Guest
 
Posts: n/a
Default Is 1899 VoIP working

Just trying to add 1899 to my Asterisk@Home setup, but it doesn't appear to
work.

I have VoIPBuster working with IAX, and have setup 1899 the same (Except the
host, username and password!)

Is it just me, or is it broken?


I get the following from Asterisk (Numbers ### for privacy!

-- Executing Macro("SIP/200-d90f", "dialout-trunk|11|004478########|")
in new stack
-- Executing GotoIf("SIP/200-d90f", "1?3:2)") in new stack
-- Goto (macro-dialout-trunk,s,3)
-- Executing Macro("SIP/200-d90f", "record-enable|200|OUT") in new stack
-- Executing GotoIf("SIP/200-d90f", "0 > 0?2:4") in new stack
-- Goto (macro-record-enable,s,4)
-- Executing GotoIf("SIP/200-d90f", "1?5:8") in new stack
-- Goto (macro-record-enable,s,5)
-- Executing DBget("SIP/200-d90f", "RecEnable=RECORD-OUT/200") in new
stack
-- DBget: varname=RecEnable, family=RECORD-OUT, key=200
-- DBget: Value not found in database.
-- Executing SetVar("SIP/200-d90f",
"CALLFILENAME=OUT200-20050725-175458-1122310498.1592") in new stack
-- Executing Goto("SIP/200-d90f", "s|14") in new stack
-- Goto (macro-record-enable,s,14)
-- Executing GotoIf("SIP/200-d90f", "0?15:99") in new stack
-- Goto (macro-record-enable,s,99)
-- Executing NoOp("SIP/200-d90f", "NO RECORDING NEEDED") in new stack
-- Executing GotoIf("SIP/200-d90f", "1?7") in new stack
-- Goto (macro-dialout-trunk,s,7)
-- Executing GotoIf("SIP/200-d90f", "0?9") in new stack
-- Executing SetCallerID("SIP/200-d90f", "078########") in new stack
-- Executing SetGroup("SIP/200-d90f", "OUT_11") in new stack
-- Executing CheckGroup("SIP/200-d90f", "1") in new stack
-- Executing SetVar("SIP/200-d90f", "DIAL_NUMBER=004478########") in new
stack
-- Executing SetVar("SIP/200-d90f", "DIAL_TRUNK=11") in new stack
-- Executing AGI("SIP/200-d90f", "fixlocalprefix") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/fixlocalprefix
-- AGI Script fixlocalprefix completed, returning 0
-- Executing SetVar("SIP/200-d90f", "OUTNUM=004478########") in new
stack
-- Executing Cut("SIP/200-d90f", "custom=OUT_11|:|1") in new stack
-- Executing GotoIf("SIP/200-d90f", "0?19") in new stack
-- Executing Dial("SIP/200-d90f", "IAX2/call1899/004478########") in new
stack
-- Called call1899/004478########
-- Call accepted by 213.61.187.156 (format ulaw)
-- Format for call is ulaw
-- Hungup 'IAX2/call1899/2'
== No one is available to answer at this time
-- Executing Goto("SIP/200-d90f", "s-NOANSWER|1") in new stack
-- Goto (macro-dialout-trunk,s-NOANSWER,1)
-- Executing NoOp("SIP/200-d90f", "Dial failed due to NOANSWER") in new
stack
-- Executing Macro("SIP/200-d90f", "outisbusy") in new stack
-- Executing Playback("SIP/200-d90f", "allison7/all-circuits-busy-now")
in new stack
-- Playing 'allison7/all-circuits-busy-now' (language 'en')
-- Executing Playback("SIP/200-d90f", "allison7/pls-try-call-later") in
new stack
-- Playing 'allison7/pls-try-call-later' (language 'en')
== Spawn extension (macro-outisbusy, s, 2) exited non-zero on
'SIP/200-d90f' in macro 'outisbusy'
== Spawn extension (from-internal, *004004478########, 2) exited non-zero
on 'SIP/200-d90f'
-- Executing Macro("SIP/200-d90f", "hangupcall") in new stack
-- Executing ResetCDR("SIP/200-d90f", "w") in new stack
-- Executing NoCDR("SIP/200-d90f", "") in new stack
-- Executing Wait("SIP/200-d90f", "5") in new stack
== Spawn extension (macro-hangupcall, s, 3) exited non-zero on
'SIP/200-d90f' in macro 'hangupcall'
== Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/200-d90f'



Reply With Quote