[asterisk-users] sipgate outgoing calls

David Duffett dduffett at digium.com
Wed Sep 18 22:01:52 CDT 2013


I believe registration is in place, otherwise inbound calls would not work.

Also, registration is not required for outbound calls to work.

I would suggest cutting down your sip.conf profile to this minimal
configuration:

host=sipgate.co.uk
username=xxxxxxx
fromuser=xxxxxxx
insecure=invite,port
secret=xxxxxxx
context=my-inbound-context
type=peer

If outbound calls still do not with this, I would suggest that there may be
an issue in the general section of your sip.conf

Assuming calls do work, you can then add any other configuration lines you
feel are necessary - but remember, as with all Asterisk configuration
files, less is more :-)
 On 18 Sep 2013 22:06, "Administrator TOOTAI" <admin at tootai.net> wrote:

> 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<http://SIP-ID:SIP-Password@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<http://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.sipgate.com/faq/article/394/How_do_I_configure_Asterisk>
>> http://www.live.sipgate.co.uk/**faq/article/508/How_do_I_**
>> configure_Asteri<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<http://SIP-ID:MY-PASSWORD@sipgate.de/SIP-ID>;don't accept to register without FQDN
>
> Hope that help
>
> --
> Daniel
>
> --
> ______________________________**______________________________**_________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/**mailman/listinfo/asterisk-**users<http://lists.digium.com/mailman/listinfo/asterisk-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130919/8b3acf2c/attachment.htm>


More information about the asterisk-users mailing list