Re: [asterisk-users] sipgate outgoing calls

2013-09-20 Thread Jamie A. Stapleton
Of Karsten Wemheuer Sent: Thursday, September 19, 2013 10:54 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] sipgate outgoing calls Hi, Am Mittwoch, den 18.09.2013, 14:29 +0100 schrieb gpxctawjc...@irational.org: Hello i am trying to setup sipgate gateway i can get

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread gpxctawjc5oh
On Thu, 19 Sep 2013, David Duffett wrote: i am getting these errors in asterisk cli -- Executing [01179553708@default:1] Set(SIP/-015b, CALLERID(num)=xx) in new stack -- Executing [01179553708@default:2] Dial(SIP/-015b, SIP/01179553708@sipgate,30,trg) in new stack

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread Miguel Oyarzo
It looks like the challenge response after INVITE is not been accepted. Provide more detail. $ sip set debug peer sipgate -- == Miguel Oyarzo DevOps Engineer http://www.linkedin.com/in/mikeaustralia Linux User: # 483188 - counter.li.org Melbourne, Australia

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread gpxctawjc5oh
It looks like the challenge response after INVITE is not been accepted. Provide more detail. $ sip set debug peer sipgate server*CLI sip set debug peer sipgate SIP Debugging Enabled for IP: 217.10.79.23:5060 Really destroying SIP dialog '3ef8ff1a6ec360626af409b112b860ee@127.0.1.1' Method:

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread Miguel Oyarzo
Challenge authentication look good. --- SIP read from UDP:217.10.79.23:5060 --- SIP/2.0 200 OK Are you sure this number format 01179553708 is accepted in that SIP trunk? Some VOIP providers only accept international format. -- == Miguel Oyarzo DevOps Engineer

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread gpxctawjc5oh
On Thu, 19 Sep 2013, Miguel Oyarzo wrote: Challenge authentication look good. --- SIP read from UDP:217.10.79.23:5060 --- SIP/2.0 200 OK Are you sure this number format 01179553708 is accepted in that SIP trunk? Some VOIP providers only accept international format. when i use a softphone

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread Asghar Mohammad
you have insecure=port,invite in sipgate peer? On Thu, Sep 19, 2013 at 12:26 PM, gpxctawjc...@irational.org wrote: On Thu, 19 Sep 2013, Miguel Oyarzo wrote: Challenge authentication look good. --- SIP read from UDP:217.10.79.23:5060 --- SIP/2.0 200 OK Are you sure this number format

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread Miguel Oyarzo
What you don't have mentioned yet is whether your outbound call reaches the destination. -- == Miguel Oyarzo DevOps Engineer http://www.linkedin.com/in/mikeaustralia Linux User: # 483188 - counter.li.org Melbourne, Australia On 9/19/2013 8:26 PM,

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread Administrator TOOTAI
Le 19/09/2013 05:01, David Duffett a écrit : I believe registration is in place, otherwise inbound calls would not work. Yes, I didn't read carefully the original message, sorry. [...] -- Daniel -- _ -- Bandwidth and

Re: [asterisk-users] sipgate outgoing calls

2013-09-19 Thread Karsten Wemheuer
Hi, Am Mittwoch, den 18.09.2013, 14:29 +0100 schrieb gpxctawjc...@irational.org: Hello 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 What Sipgate product are You using? At least in

[asterisk-users] sipgate outgoing calls

2013-09-18 Thread gpxctawjc5oh
Hello 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@sipgate [Sep 18 13:58:30] NOTICE[28232]: chan_sip.c:17885 handle_response_invite: Failed to authenticate on INVITE to

Re: [asterisk-users] sipgate outgoing calls

2013-09-18 Thread Administrator TOOTAI
Le 18/09/2013 15:29, gpxctawjc...@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@sipgate [Sep 18 13:58:30] NOTICE[28232]:

Re: [asterisk-users] sipgate outgoing calls

2013-09-18 Thread David Duffett
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=xxx fromuser=xxx insecure=invite,port