Hi I am try to make the following talk to each other:
AsteriskNow and a Protech MV-372 VoiP > GSM gateway.
I have posted in here rather than the AsteriskNow forum, as I think it is justa config issue.
I am recieved the error:
NOTICE[3445]: chan_sip.c:14758 handle_request_register: Registration from '"103" <sip:103:192.168.1.68>' failed for '192.168.1.65' - Device does not match ACL
192.168.1.68 is my asterisk box (running inside vmware - in bridged networking mode)
and 192.168.1.65 is the gateway.
Part of my sip.conf (the rest is the default stuff):
[103]
type=friend
username=103
fromuser=103
regexten=103
secret=gth152m
context=gateway
dtmfmode=inband
call-limit=1
callerid=GSM Gateway <103>
host=dyanmic
nat=no
canreinvite=no
insecure=very
qualify=yes
disallow=all
allow=ulaw
allow=alaw
And my extensions.conf
[gateway]
exten=s,1,Answer()
exten=s,n,Playback(hello-world)
exten=s,n,Hangup()
The config for my MV-372 is:
Realm 1 (Default)
Active: [ON] OFF
Display Name: 103
User Name: 103
Register Name: 103
Register Password: gth152m
Domain Server:
Proxy Server: 192.168.1.68
Outbound Proxy:
Status: Not Registered
The status cannot be changed, it is just letting me know it cannot register.
My codecs are setup to:
Priority 1: G711.u-law
Priority 2: G711.a-alaw
I am stumped (and a newbie to asterisk), so any help would be greatly appreciated.
-thanks[/quote]