[asterisk-users] sipgate outgoing calls

Administrator TOOTAI admin at tootai.net
Wed Sep 18 16:05:42 CDT 2013


Le 18/09/2013 15:29, gpxctawjc5oh at irational.org a écrit :
> Hello

Hi

>
> i am trying to setup sipgate gateway
>
> i can get incoming calls fine, but when i dial in and then try to dial
> out i get this in asterisk command line
>
> -- Called 01179248615 at sipgate
> [Sep 18 13:58:30] NOTICE[28232]: chan_sip.c:17885
> handle_response_invite: Failed to authenticate on INVITE to
> '"01179553708" <sip:SIP-ID at sipgate.co.uk>;tag=as30eb9dd1'
>     -- SIP/sipgate-0000014d is circuit-busy
>   == Everyone is busy/congested at this time (1:0/1/0)
>
>
> here is my sip.conf file
>
>
> [general]
> port = 5060
> bindaddr = 0.0.0.0
> context=default
> qualify=no
> disallow=all
> allow=alaw
> allow=ulaw
> allow=g729
> allow=gsm
> allow=slinear
> srvlookup=yes
> videosupport=yes
> alwaysauthreject=yes
>
> register => SIP-ID:SIP-Password at sipgate.co.uk/SIP-ID
>
> [sipgate]
> type=peer
> secret=SIP_PASSWORD
> insecure=invite
> username=SIP-ID
> defaultuser=SIP-ID
> fromuser=SIP-ID
> context=sipgate_in
> fromdomain=sipgate.co.uk
> host=sipgate.co.uk
> outboundproxy=proxy.live.sipgate.co.uk
> qualify=yes
> disallow=all
> allow=alaw
> dtmfmode=rfc2833
>
>
> SIP-ID:SIP-Password
> obviously, i replace these with my login details
>
> but, are these the same thing ?
> SIP-Password
> SIP_PASSWORD
>
> the sipgate guides are contradictory
>
> http://www.sipgate.com/faq/article/394/How_do_I_configure_Asterisk
> http://www.live.sipgate.co.uk/faq/article/508/How_do_I_configure_Asteri
> sk
>
>
> any suggestions ?
>
> Many thanks

My setup with sipgate.de

[sipgate]
type=peer
secret=MY-PASSWORD
defaultuser=SIP-ID
host=217.10.79.9
fromuser=SIP-ID
fromdomain=sipgate.de
context=incoming-sipgate
;qualify=900
dtmfmode=info
directmedia=yes
insecure=port,invite
disallow=all
allow=ulaw,alaw
accountcode=MY-ACCOUNTCODE

What you forget is to register with them:

; Sipgate
register => SIP-ID:MY-PASSWORD at sipgate.de/SIP-ID ;don't accept to 
register without FQDN

Hope that help

-- 
Daniel



More information about the asterisk-users mailing list