Project

General

Profile

Can Dial Extension to Extension But I Can't Make Outbound Calls

Added by Wendell McAdoo over 7 years ago

I am in the US trying to make calls within the USA. I created this build directly on a server and on a virtual machine using Virtualbox. I have the network bridged. I have changed my sip.conf to send out my public ip. I authenicate via ip address not by username and password. When I do a "Sip Show Peers" I see my carrier and agent extensions.

I am trying to dial 949-209-96xx. If I dial from Vicidial/GoAutoDial, I get the waiting for ring status on my screen and I will eventually time out. I get the not is a valid extension verbal
GoAutoDial 3.3

[CTL]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=65.X.X.X

exten => _4509284606.,1,AGI
exten => _4509284606.,2,Dial(SIP/${EXTEN:10}@CTL,,tTo)
exten => _4509284606.,3,Hangup

These are notes from my provider

National Call formats:
Called/Dialed Numbers should NOT have a +1 prefix.
Calling Numbers should NOT have a +1 prefix. (1 prefix is okay)
 
FAX and Modem:
Fax must be either G711 or T.38(G729 only). Automatic fallback to G711 is supported.
Modem must be G711.

 
DTMF Relay should be sent inband for G.711 or via SIP INFO/H232 Facility for G729.
RFC 2833 is supported for G729 only.

This what my cli is showing. I have no idea why it is trying to open chan_local

[Nov 30 12:06:44] NOTICE5454: chan_local.c:969 local_call: No such extension/context 99729994979@default while calling Local channel
[Nov 30 12:06:44] NOTICE5454: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/99729994979@default
[Nov 30 12:06:44] Manager 'sendcron' logged off from 127.0.0.1
[Nov 30 12:06:44] Manager 'sendcron' logged on from 127.0.0.1
[Nov 30 12:06:44] NOTICE5459: chan_local.c:969 local_call: No such extension/context 99729994979@default while calling Local channel
[Nov 30 12:06:44] NOTICE5459: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/99729994979@default
[Nov 30 12:06:44] Manager 'sendcron' logged off from 127.0.0.1
[Nov 30 12:06:44] Manager 'sendcron' logged on from 127.0.0.1
[Nov 30 12:06:44] NOTICE5463: chan_local.c:969 local_call: No such extension/context 99729994979@default while calling Local channel
[Nov 30 12:06:44] NOTICE5463: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/99729994979@default
[Nov 30 12:06:44] Manager 'sendcron' logged off from 127.0.0.1
[Nov 30 12:06:44] Manager 'sendcron' logged on from 127.0.0.1
[Nov 30 12:06:44] NOTICE5466: chan_local.c:969 local_call: No such extension/context 99729994979@default while calling Local channel
[Nov 30 12:06:44] NOTICE5466: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/99729994979@default
[Nov 30 12:06:44] Manager 'sendcron' logged off from 127.0.0.1
[Nov 30 12:06:44] Manager 'sendcron' logged on from 127.0.0.1
[Nov 30 12:06:44] NOTICE5471: chan_local.c:969 local_call: No such extension/context 99729994979@default while calling Local channel
[Nov 30 12:06:44] NOTICE5471: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/99729994979@default
[Nov 30 12:06:44] Manager 'sendcron' logged off from 127.0.0.1
[Nov 30 12:06:44] Manager 'sendcron' logged on from 127.0.0.1
[Nov 30 12:06:44] NOTICE5472: chan_local.c:969 local_call: No such extension/context 99729994979@default while calling Local channel
[Nov 30 12:06:44] NOTICE5472: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/99729994979@default


Replies (2)

RE: Can Dial Extension to Extension But I Can't Make Outbound Calls - Added by striker 247 over 7 years ago

Hi
as per your dialplan you should dial with prefix 4509284606 followed by your no
fo eg : 450928460699729994979

while dialling out First 10 digit will be removed ie:4509284606

regards
striker
www.striker24x7.blogspot.com

RE: Can Dial Extension to Extension But I Can't Make Outbound Calls - Added by Wendell McAdoo over 7 years ago

You were 100% correct. I am up and running!

    (1-2/2)
    Go to top