[Freeswitch-users] SIPGATE Problem

2009-08-17 Thread NOx-WHV
Hi, i have a problem using my freeswitch with a sipgate account. The gateway entry is o.k.. Freeswitch try a call, sent an invite and sipgate answer with "403" (forbidden). I guess the string is incorrect. I modify the "effective_caller_id_number" to accountnum...@sipgate.de but the trace show t

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread Chris Chen
Hi, could you please check the destination number in your dial string? If it is the right format, one of the reasons could be that number is not in service when you get "403" response from the SIP gateway. Thanks, Chris On Mon, Aug 17, 2009 at 8:10 AM, NOx-WHV wrote: > > Hi, > > i have a probl

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread Brian West
You need to set from-domain on the gateway. And set the effective_caller_id_number to just the number not the num...@host. /b On Aug 17, 2009, at 7:10 AM, NOx-WHV wrote: Hi, i have a problem using my freeswitch with a sipgate account. The gateway entry is o.k.. Freeswitch try a call, s

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread NOx-WHV
Hi, i have just taken some pictures. http://www.nabble.com/file/p25006858/pic1.JPG pic1.JPG http://www.nabble.com/file/p25006858/pic2.JPG pic2.JPG http://www.nabble.com/file/p25006858/pic3.JPG pic3.JPG the third picture is taken by a softphone that works. To Brian: If i set the effective

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread Brian West
Well if you pay attention I told you in the last email... set the param from-domain on the gateway to sipgate.de /b On Aug 17, 2009, at 8:36 AM, NOx-WHV wrote: Hi, i have just taken some pictures. http://www.nabble.com/file/p25006858/pic1.JPG pic1.JPG http://www.nabble.com/file/p25006858/

Re: [Freeswitch-users] SIPGATE Problem

2009-08-18 Thread NOx-WHV
Hi, sorry - i have to ask again. This is my entry in /conf/sip_profiles/external/ : include gateway name="sipgate.de" param name="username" value="2395805"/ param name="from-domain" value="sipgate.de"/ param name="password" value="abcde"/ param name="proxy" value="sipgate.de"/ /gateway /inc

Re: [Freeswitch-users] SIPGATE Problem

2009-08-18 Thread mayamatakeshi
On Tue, Aug 18, 2009 at 8:34 PM, NOx-WHV wrote: > > Hi, > > sorry - i have to ask again. This is my entry in > /conf/sip_profiles/external/ : > > > > > > > > > > > and it´s still the same... from: 2395...@139.13.37.160 > > Do you have another tip? I don't see where you are setting the para

Re: [Freeswitch-users] SIPGATE Problem

2009-08-18 Thread NOx-WHV
Hi, this is the text without brackets: include gateway name="sipgate.de" param name="username" value="2395805"/ param name="from-domain" value="sipgate.de"/ param name="password" value="abcde"/ param name="proxy" value="sipgate.de"/ /gateway /include I don´t know, why you can´t see the

Re: [Freeswitch-users] SIPGATE Problem

2009-08-18 Thread mayamatakeshi
On Tue, Aug 18, 2009 at 10:10 PM, NOx-WHV wrote: > > Hi, > > this is the text without brackets: > > include > gateway name="sipgate.de" > param name="username" value="2395805"/ > param name="from-domain" value="sipgate.de"/ > param name="password" value="abcde"/ > param name="proxy" value="sipgate.