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