Outbound calls problem

Hi all
I’m trying to make outogoing calls on freepbx using an openvox gateway. I can receive inbound calls on my server but when I want to make outgoing call I got : “All circuits are busy no”
This my asterisk full log :
[2019-12-12 11:44:57] VERBOSE[12869][C-00000012] file.c: <SIP/2150-0000001c> Playing ‘all-circuits-busy-now.ulaw’ (language ‘en’)
[2019-12-12 11:44:59] VERBOSE[12869][C-00000012] file.c: <SIP/2150-0000001c> Playing ‘please-try-call-later.ulaw’ (language ‘en’)
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [s@macro-outisbusy:5] Congestion(“SIP/2150-0000001c”, “20”) in new stack
[2019-12-12 11:45:01] WARNING[12869][C-00000012] channel.c: Prodding channel ‘SIP/2150-0000001c’ failed
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] app_macro.c: Spawn extension (macro-outisbusy, s, 5) exited non-zero on ‘SIP/2150-0000001c’ in macro ‘outisbusy’
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Spawn extension (from-internal, 22653584523, 7) exited non-zero on ‘SIP/2150-0000001c’
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [h@from-internal:1] Macro(“SIP/2150-0000001c”, “hangupcall”) in new stack
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [s@macro-hangupcall:1] GotoIf(“SIP/2150-0000001c”, “1?theend”) in new stack
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [s@macro-hangupcall:3] ExecIf(“SIP/2150-0000001c”, “0?Set(CDR(recordingfile)=)”) in new stack
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [s@macro-hangupcall:4] NoOp(“SIP/2150-0000001c”, " montior file= ") in new stack
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [s@macro-hangupcall:5] GotoIf(“SIP/2150-0000001c”, “1?skipagi”) in new stack
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx_builtins.c: Goto (macro-hangupcall,s,7)
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Executing [s@macro-hangupcall:7] Ha12 ngup(“SIP/2150-0000001c”, “”) in new stack
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] app_macro.c: Spawn extension (macro-hangupcall, s, 7) exited non-zero on ‘SIP/2150-0000001c’ in macro ‘hangupcall’
[2019-12-12 11:45:01] VERBOSE[12869][C-00000012] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/2150-0000001c’

This is my trunk config :

Do you have access to the logs on the Openvox? It would be helpful to know if there are any errors on it during the outbound calls, while making sure the number dialed, and maybe even the callerID that’s being used is all valid.

It was a dial pattern problem.
I was using NXXNXXXXXXX instead of NXXXXXXX

1 Like

Nice!

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