[Jan 20 12:06:25] WARNING[998]: chan_sip.c:12177 handle_response_invite: Received response: “Forbidden” from ‘“chris” sip:24747@192.168.1.2;tag=as41ac393c’
how do i get pass this error?
i know my SIP account works even though, I’m on a double NAT, I have tried it on my softphone (xlite)
additional notes:
my hardware setup:
dsl modem/router (192.168.1.254) wired to Asus WL-500g (192.168.2.254)
i have recently purchased a Asus WL-500g Premium router, i have flashed its firmware to “oleg” a linux firmware hack. i have installed Asterisk in it.
[quote]Asterisk Build:
Asterisk 1.4.17
Asterisk GUI-version Revision: 1751 $[/quote]
my hardware setup:
dsl modem/router (192.168.1.254) wired to Asus WL-500g (192.168.2.254)
user.conf
[24747]
callwaiting = yes
fullname = chris
hasagent = no
hasdirectory = no
hasiax = no
hasmanager = no
hassip = yes
hasvoicemail = yes
deletevoicemail = no
host = dynamic
mailbox = 24747
secret = ***
threewaycalling = yes
vmsecret = ***
registeriax = no
registersip = yes
canreinvite = yes
nat = yes
dtmfmode = rfc2833
disallow = all
allow = all
context = numberplan-custom-1
[trunk_1]
allow = all
context = DID_trunk_1
dialformat = ${EXTEN:1}
hasexten = no
hasiax = no
hassip = yes
host = sip.provider.com
port = 5060
registeriax = no
registersip = no
secret = ***
trunkname = Custom - vobb
trunkstyle = customvoip
username = username
extension.conf
[DID_trunk_1]
include = default
[numberplan-custom-1]
plancomment = DialPlan1
include = default
include = parkedcalls
exten = _0XXXXXXX,1,Macro(trunkdial,${trunk_1}/${EXTEN:1})
comment = _0XXXXXXX,1,vobb,standard
thanks!