[Asterisk-Users] RE: SIP Registration Timeout, No FW
    Kai-Uwe Jensen 
    kuj at cojensen.net
       
    Mon Sep 27 14:32:43 MST 2004
    
    
  
I'll only comment on sipgate, as I have it running without problems:
> register => mynr:myuser:mypass at sipgate.de/1012
Change this to
 register => mynr:mypass at sipgate.de/1012
(mypass is the SIP password, not your web login password).
Here's my sipgate context:
 [sipgate]
 type=friend
 host=sipgate.de
 fromdomain=sipgate.de
 secret=mypass
 username=mynr
 fromuser=mynr
 dtmfmode=info
 canreinvite=yes
 insecure=very
Note that fromdomain (sipgate.DE) and fromuser (mynr) differ from yours.
Also, note that in order to receive calls from sipgate.de, you'll have to
add the insecure=very if you're on a somewhat recent release of *.
    
    
More information about the asterisk-users
mailing list