i'm getting Asterisk to dial an h323 call termination service ..
right now getting this message:
-- Executing Wait("Zap/1-1", "1") in new stack
-- Accepting call from '21382890' to 's' on channel 1, span
1
-- Executing Dial("Zap/1-1",
"OH323/h323:723@216.52.153.206") in new
stack
5:59.330 H323 Cleaner H323 Connection
ip$localhost/18729 terminated.
ERROR[1230546240]: File chan_oh323.c, Line 704 (oh323_call): H323:0: Could
not call h323:723@216.52.153.206.
-- Couldn't call h323:723@216.52.153.206
-- Hungup 'H323:0'
== Everyone is busy at this time
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn extension (incoming, s, 3) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
any idea what that can mean ?
I have my system currently working through SIP, however every now and then
it shows this
message
-- Got SIP response 481 "Invalid CSeq Number" back from
216.52.153.207
== Spawn extension (incoming, s, 2) exited non-zero on 'Zap/1-1'
and drops the line which is the reason I am trying to use H323 instead,
maybe I can
get around that problem. Can anyone tell me what it means?
thanks
Dave
Dave Alan Caruana wrote:> i'm getting Asterisk to dial an h323 call termination service .. > > right now getting this message: > > -- Executing Wait("Zap/1-1", "1") in new stack > -- Accepting call from '21382890' to 's' on channel 1, span 1 > -- Executing Dial("Zap/1-1", "OH323/h323:723@216.52.153.206") in new > stack > 5:59.330 H323 Cleaner H323 Connection > ip$localhost/18729 terminated. > ERROR[1230546240]: File chan_oh323.c, Line 704 (oh323_call): H323:0: Could > not call h323:723@216.52.153.206. > -- Couldn't call h323:723@216.52.153.206 > -- Hungup 'H323:0' > == Everyone is busy at this time > -- Executing Hangup("Zap/1-1", "") in new stack > == Spawn extension (incoming, s, 3) exited non-zero on 'Zap/1-1' > -- Hungup 'Zap/1-1' > > > any idea what that can mean ?In oh323.conf set libTraceLevel=3 and rerun (WARNING: you will get tons of messages) Send the output (preferably directly to me) to check what happened.> > I have my system currently working through SIP, however every now and then > it shows this > message > > -- Got SIP response 481 "Invalid CSeq Number" back from 216.52.153.207 > == Spawn extension (incoming, s, 2) exited non-zero on 'Zap/1-1' > > and drops the line which is the reason I am trying to use H323 instead, > maybe I can > get around that problem. Can anyone tell me what it means? > > thanks > DaveMichael.