I have a really weird problem. I can't call certain numbers out of our PIAF box. For example I can't call 555-9520, but I can call 555-9521 and 555-9519 (also 555-4255 can't be called, but 555-4256 and 555-4254 can). It is not just these two examples, but probably about 10 or so numbers.
I have reported this trouble to my phone company and they don't seem to think it is their problem. They supposedly ran testing to make sure it was not their problem.
I am running asterisk 1.4.2. I have a sangoma card (dual T1 ports), but only 1 PRI is currently hooked up. All of these callers can call inbound. There is nothing in the outbound routes in Free PBX that are specific to these numbers. The only thing is dial 9 to get a trunk.
Below is the log of what happens.
(ext 203 is the line I am calling from)
Any advice on what is happening or how to trouble shoot it more? Need any more logs? Please help me on this one as I am a little lost.
I have reported this trouble to my phone company and they don't seem to think it is their problem. They supposedly ran testing to make sure it was not their problem.
I am running asterisk 1.4.2. I have a sangoma card (dual T1 ports), but only 1 PRI is currently hooked up. All of these callers can call inbound. There is nothing in the outbound routes in Free PBX that are specific to these numbers. The only thing is dial 9 to get a trunk.
Below is the log of what happens.
(ext 203 is the line I am calling from)
Code:
[Jul 9 13:23:53] VERBOSE[4887] logger.c: -- Called g0/18155559520
[Jul 9 13:23:53] DEBUG[4154] chan_zap.c: Queuing frame from PRI_EVENT_PROCEEDING on channel 0/3 span 1
[Jul 9 13:23:53] VERBOSE[4887] logger.c: -- Zap/3-1 is proceeding passing it to SCCP/203-00000005
[Jul 9 13:23:54] VERBOSE[4154] logger.c: -- Channel 0/3, span 1 got hangup request, cause 27
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Zap/3-1 is circuit-busy
[Jul 9 13:23:54] DEBUG[4887] chan_zap.c: Set option AUDIO MODE, value: ON(1) on Zap/3-1
[Jul 9 13:23:54] DEBUG[4887] chan_zap.c: Not yet hungup... Calling hangup once with icause, and clearing call
[Jul 9 13:23:54] DEBUG[4887] chan_zap.c: Set option AUDIO MODE, value: OFF(0) on Zap/3-1
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Hungup 'Zap/3-1'
[Jul 9 13:23:54] VERBOSE[4887] logger.c: == Everyone is busy/congested at this time (1:0/1/0)
[Jul 9 13:23:54] DEBUG[4887] app_macro.c: Executed application: Dial
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Executing [s@macro-dialout-trunk:20] Goto("SCCP/203-00000005", "s-CONGESTION|1") in new stack
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Goto (macro-dialout-trunk,s-CONGESTION,1)
[Jul 9 13:23:54] DEBUG[4887] app_macro.c: Executed application: Goto
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Executing [s-CONGESTION@macro-dialout-trunk:1] GotoIf("SCCP/203-00000005", "1?noreport") in new stack
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Goto (macro-dialout-trunk,s-CONGESTION,3)
[Jul 9 13:23:54] DEBUG[4887] app_macro.c: Executed application: GotoIf
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Executing [s-CONGESTION@macro-dialout-trunk:3] NoOp("SCCP/203-00000005", "TRUNK Dial failed due to CONGESTION - failing through to other trunks") in new stack
[Jul 9 13:23:54] DEBUG[4887] app_macro.c: Executed application: Noop
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Executing [5559520@from-internal:5] Macro("SCCP/203-00000005", "outisbusy|") in new stack
[Jul 9 13:23:54] VERBOSE[4887] logger.c: -- Executing [s@macro-outisbusy:1] Playback("SCCP/203-00000005", "all-circuits-busy-now|noanswer") in new stack
Any advice on what is happening or how to trouble shoot it more? Need any more logs? Please help me on this one as I am a little lost.

