Outgoing do not work

Sometimes the operator cannot make an outgoing call, in the logs I see this message

== Using SIP RTP CoS mark 5
– Called SIP/OUT_LINE_TELE2/77477673292
> 0x7fbd5c08d580 – Strict RTP learning complete - Locking on source address 79.143.23.13:48806
– SIP/OUT_LINE_TELE2-00011a6c is ringing
> 0x7fbd600c52b0 – Strict RTP learning complete - Locking on source address 217.76.78.18:26694
– SIP/OUT_LINE_TELE2-00011a6c answered SIP/221-00011a6b
– Channel SIP/OUT_LINE_TELE2-00011a6c joined ‘simple_bridge’ basic-bridge <50a59195-b8b6-48ee-9047-8b6f9c55fa74>
– Channel SIP/221-00011a6b joined ‘simple_bridge’ basic-bridge <50a59195-b8b6-48ee-9047-8b6f9c55fa74>
> 0x7fbd5c08d580 – Strict RTP learning after remote address set to: 10.0.1.16:4268
== Spawn extension (phones, 004377477673292, 89) exited non-zero on ‘SIP/112-00011a6d’
== MixMonitor close filestream (mixed)
== Executing [lame /var/spool/asterisk/monitor/out_77477673292_0043_2021-07-23-12-40-37.wav /var/spool/asterisk/monitor/out_77477673292_0043_2021-07-23-12-40-37.mp3 && rm -f /var/spool/asterisk/monitor/out_77477673292_0043_2021-07-23-12-40-37.wav]
== End MixMonitor Recording SIP/112-00011a6d

Please tell me what is happening, why can’t I make a call the first time?

Without the timestamps that you would get by using the real log files, rather than a screen scrape, and without the verbose 3+ dialplan traces for the whole call, it isn’t really going to be possible even say which party cleared the call.

I’m pretty sure we are also going to need the output from “sip set debug on”.

There is nothing in your log that distinguishes this call from a successful one, that I can see.

You can also get ‘timestamped output’ by appending ‘-T’ to the command you use to start an Asterisk console like:

sudo /usr/sbin/asterisk -d -d -d -d -d -d -r -v -v -v -v -v -v -T

Once the console is started, you can enable SIP debugging.

Note that the timestamping is limited to the current session, but the SIP debugging will need to be disabled after you have collected relevant output.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.