Hi,
I installed a latest FreePBX 2.10.1.2 in my VM machine. I wanna do some testing so I set up
- two extension -->> 101 & 102
- a trunk --> testtrunk
- a outbound route --> testroute
Now the situation is that I can only call in internal extension(eg:101 to 102). The outbound call doesn’t work.
This is the error log for one outbound call:
[2012-09-26 19:37:46] VERBOSE[2075] netsock2.c: == Using SIP RTP TOS bits 184
[2012-09-26 19:37:46] VERBOSE[2075] netsock2.c: == Using SIP RTP CoS mark 5
[2012-09-26 19:37:46] VERBOSE[7752] pbx.c: – Executing [[email protected]:1] ResetCDR(“SIP/102-00000064”, “”) in new stack
[2012-09-26 19:37:46] VERBOSE[7752] pbx.c: – Executing [[email protected]:2] NoCDR(“SIP/102-00000064”, “”) in new stack
[2012-09-26 19:37:46] VERBOSE[7752] pbx.c: – Executing [[email protected]:3] Progress(“SIP/102-00000064”, “”) in new stack
[2012-09-26 19:37:46] VERBOSE[7752] pbx.c: – Executing [[email protected]:4] Wait(“SIP/102-00000064”, “1”) in new stack
[2012-09-26 19:37:47] VERBOSE[7752] pbx.c: – Executing [[email protected]:5] Progress(“SIP/102-00000064”, “”) in new stack
[2012-09-26 19:37:47] VERBOSE[7752] pbx.c: – Executing [[email protected]:6] Playback(“SIP/102-00000064”, “silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer”) in new stack
[2012-09-26 19:37:47] VERBOSE[7752] file.c: – <SIP/102-00000064> Playing ‘silence/1.gsm’ (language ‘en’)
[2012-09-26 19:37:48] VERBOSE[7752] file.c: – <SIP/102-00000064> Playing ‘cannot-complete-as-dialed.gsm’ (language ‘en’)
[2012-09-26 19:37:51] VERBOSE[7752] file.c: – <SIP/102-00000064> Playing ‘check-number-dial-again.gsm’ (language ‘en’)
[2012-09-26 19:37:53] VERBOSE[7752] pbx.c: – Executing [[email protected]:7] Wait(“SIP/102-00000064”, “1”) in new stack
[2012-09-26 19:37:54] VERBOSE[7752] pbx.c: – Executing [[email protected]:8] Congestion(“SIP/102-00000064”, “20”) in new stack
[2012-09-26 19:37:54] WARNING[7752] channel.c: Prodding channel ‘SIP/102-00000064’ failed
[2012-09-26 19:37:54] VERBOSE[7752] pbx.c: == Spawn extension (from-internal, 02165893370, 8) exited non-zero on ‘SIP/102-00000064’
[2012-09-26 19:37:54] VERBOSE[7752] pbx.c: – Executing [[email protected]:1] Hangup(“SIP/102-00000064”, “”) in new stack
[2012-09-26 19:37:54] VERBOSE[7752] pbx.c: == Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/102-00000064’
The trunk is registered successful so I guess it may be a problem of outbound route?
My outbound route setting:
Route Name:testroute
Trunk Sequence for Matched Routes:testtrunk
The rest are all in default or blank.
Thanks for any reply in advance!