I can't receive inbound calls from my DID.
Added by eeeee dddd almost 11 years ago
Hi everyone and thanks in advance .
I can't receive inbound calls from my DID provided by sipgate.co.uk. The main issue is do not get logs from Cli, so i do not know where to start.
I'm using goautodial 2.1, vicidial 2.4 and asterisk 1.4.
Here my config:
[code]Registration String
userid:[email protected]:5060/userid
Account Entry:
[sipgate]
type=friend
username=userid
secret=pw
host=sipgate.co.uk
fromuser=userid
nat=yes
qualify=yes
authuser=userid
dtmfmode=info
context=trunkinbound
insecure=very
canreinvite=no
allow=g729
type=friend
Globals String:
SIPGATE= SIP/sipgate
Dialplan Entry:
exten => _x.,1,AGI
exten => _x.,2,Dial(${sipgate}/${EXTEN:1},55,tTor))
exten => _x.,3,Hangup
[code];Placed in extensions.conf
[trunkinbound]
; DID call routing process
exten => _X.,1,AGI[/code]
Active: y
sip show peers
CODE: SELECT ALL
sipgate/1809100 217.10.79.23 N 5060 OK (113 ms)[/code]
[code]DID config
DID Extension:020360xxxxx
Active:Y
DID Route:phone
Phone Extension:8001
Server IP: my ip[/code]
When I dial my DID i have only vm from sipgate, it seems that my server does not detect my did.
If you have any advices, please let me know. thanks a lot.
Replies (2)
RE: I can't receive inbound calls from my DID.
-
Added by Amor Klich almost 11 years ago
Hi
First of all you need to check if the call goes to asterisk by enabling sip debuging under cli "sip set debug"
if you don't see any thing on the debug you have to check your rooter all sip packets on port 5060 need to be forwarded to your server but be careful to security issue if you do forward you ports.
RE: I can't receive inbound calls from my DID.
-
Added by eeeee dddd almost 11 years ago
thanks for your reply, but my problem is due to the nat. Unfortunately I'm using a 3g connection, so I do not have access to the firewall only my mobile provider can do it, and they are not able to do as i'm not business customer.