Ourbound calls

Hi,

There are times that occasionally I can’t make outbound calls and when I try again it goes through.

this is what I see in CLI when the call is not established (no beeps no errors)

Executing [19995551111@cbmin:1] Dial(“SIP/6801-00000004”, “SIP/19995551111@xxxxxxxx_out,50”) in new stack
== Using SIP RTP CoS mark 5
– Called SIP/19995551111@xxxxxxxx_out

However when the call is established this is what I get:

Executing [19995551212@cbmin:1] Dial(“SIP/6801-00000004”, “SIP/19995551212@xxxxxxxx_out,50”) in new stack
== Using SIP RTP CoS mark 5
– Called SIP/19995551212@xxxxxxxx_out
– SIP/xxxxxxxx_out-00000005 is making progress passing it to SIP/6801-00000004
– SIP/xxxxxxxx_out-00000005 answered SIP/6801-00000004
– Locally bridging SIP/6801-00000004 and SIP/xxxxxxxx_out-00000005
== Spawn extension (cbmin, 19995551212, 1) exited non-zero on ‘SIP/6801-00000004’

very basic calling out extension.conf

[outgoing]
exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@xxxxxxxx_out,50)
exten => _1NXXNXXXXXX,2,hangup()

any help is always appreciated,

tony

The problem looks to be downstream. You need to turn up the debugging level and/or get a SIP trace to see if it is giving any clues as to why it didn’t work. You need the trace high enough that you see the end of the failed call.

Thanks David I am running cli in -vvvvvvvr I will setup the debug trace and send you the result.

actually spoke too soon the problem is that it is very random so when I have the sip set debug on it is working ;o)