Dial Plan question

Hi

Have this dial plan

I just keep getting message “Your call cannot be completed as dialled”

This does not show in CDR reports either

Log files show

2646 [2022-01-03 12:24:32] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:1] ResetCDR(PJSIP/223-00001036, ) in new stack
2647 [2022-01-03 12:24:32] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:2] NoCDR(PJSIP/223-00001036, ) in new stack
2648 [2022-01-03 12:24:32] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:3] Progress(PJSIP/223-00001036, ) in new stack
2649 [2022-01-03 12:24:32] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:4] Wait(PJSIP/223-00001036, 1) in new stack
2650 [2022-01-03 12:24:33] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:5] Playback(PJSIP/223-00001036, silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer) in new stack
2651 [2022-01-03 12:24:39] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:6] Wait(PJSIP/223-00001036, 1) in new stack
2652 [2022-01-03 12:24:40] VERBOSE[11972][C-00000fa4] pbx.c: Executing [9255000@from-internal:7] Congestion(PJSIP/223-00001036, 20) in new stack
2653 [2022-01-03 12:24:40] VERBOSE[11972][C-00000fa4] pbx.c: Spawn extension (from-internal, 9255000, 7) exited non-zero on ‘PJSIP/223-00001036’
2654 [2022-01-03 12:28:45] VERBOSE[12679][C-00000fa5] pbx.c: Executing [9255000@from-internal:1] ResetCDR(PJSIP/223-00001037, ) in new stack
2655 [2022-01-03 12:28:45] VERBOSE[12679][C-00000fa5] pbx.c: Executing [9255000@from-internal:2] NoCDR(PJSIP/223-00001037, ) in new stack
2656 [2022-01-03 12:28:45] VERBOSE[12679][C-00000fa5] pbx.c: Executing [9255000@from-internal:3] Progress(PJSIP/223-00001037, ) in new stack
2657 [2022-01-03 12:28:45] VERBOSE[12679][C-00000fa5] pbx.c: Executing [9255000@from-internal:4] Wait(PJSIP/223-00001037, 1) in new stack
2658 [2022-01-03 12:28:46] VERBOSE[12679][C-00000fa5] pbx.c: Executing [9255000@from-internal:5] Playback(PJSIP/223-00001037, silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer) in new stack

Remove the 92 in prefix. It is expecting something that starts with 9292X

Hi

No it is supposed to remove the 92 and dial the rest of the number

I think I have solved it

92 in the prefix will remove it, yes. But you also have 92X. in the dial pattern, so you’re duplicating it. If you want the 92 removed, just make the pattern match X. and leave 92 in prefix.

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