[Asterisk-Users] Struggling with grandstream sip to asterisk

Walker Haddock whaddock at datacrest.com
Mon Nov 17 20:12:53 MST 2003


> Basically.
> 
> grandstream = 192.168.1.70
> asterisk = 192.168.1.1
> 
> The error I see is ;-
> 
>     -- Executing Dial("Zap/2-1", "SIP/206|20") in new stack
>     -- Called 206
>     -- SIP/206-582e is ringing
> NOTICE[81926]: File chan_sip.c, Line 5215 (handle_request): Registration from 
> '<sip:206 at 192.168.1.1>' failed for '192.168.1.70'
> 
> Can anyone give me a hint/clue about what is going on.
> 
> A good sip.conf for grandstream with a static address would help.
; SIP Configuration for Asterisk
;
[general]
port = 5060                     ; Port to bind to
bindaddr = 0.0.0.0              ; Address to bind to
context = default               ; Default for incoming calls
;
[205] ; Conference 2, Grandstream Phone
callerid="Converence 2" <205>
username=205
context=intern
qualify=yes
incominglimit=1
type=friend
insecure=yes
host=192.168.1.70
permit=192.168.0.0/255.255.255.0
dtmfmode=info
canreinvite=no
reinvite=no
callgroup=1
pickupgroup=1
disallow=all
allow=alaw
allow=ulaw




More information about the asterisk-users mailing list