[Freeswitch-users] VOIP-GSM Gateway configuration Error

Igor Olhovskiy igorolhovskiy at gmail.com
Tue Jun 27 11:57:15 UTC 2017


«Gateway» means https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration

If you register with freeswtich on external services - you use gateway
If you register some endpoints on freeswitch (which you are doing, trying to register your voip-gsm gateway) - it’s not a gateway, it’s extension.

You can find how to dial with registered users here:
https://freeswitchforum.com/viewtopic.php?f=6&t=312#p1466
It’s on russian, but you can use google translate

Regards, Igor

On 27 июня 2017 г., 14:47 +0300, David Villasmil <david.villasmil.work at gmail.com>, wrote:
> Would be much simpler of you shows us what parameters are available on the voip-gsm.
>
> > On Tue, Jun 27, 2017 at 1:34 PM Deepika Yadav <deepikay at iiitd.ac.in> wrote:
> > > Sorry didn't get you, which gateway entity, where?
> > >
> > > This sip external profile is for adding the details of the VOIP-GSM gateway only, earlier I was using this service from a company and the configuration worked fine. But somehow, the gateway attached locally to the machine is not getting configured properly.
> > >
> > > Regards,
> > > Deepika
> > >
> > > > On Tue, Jun 27, 2017 at 4:44 PM, Igor Olhovskiy <igorolhovskiy at gmail.com> wrote:
> > > > > «gateway" entity in Freeswitch is supposed to register on external services.
> > > > >
> > > > > If you can make Freeswitch register on your VOIP-GSM gateway - this may resolve your issue
> > > > >
> > > > > Regards, Igor
> > > > >
> > > > > On 27 июня 2017 г., 14:07 +0300, Deepika Yadav <deepikay at iiitd.ac.in>, wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I have been trying for a while the configuration of a VOIP-GSM gateway that I have bought but the registration fails every time.
> > > > > >
> > > > > > Error at Freeswitch console
> > > > > >
> > > > > > 2017-06-27 16:27:10.191913 [WARNING] sofia_reg.c:2906 Can't find user [testadmin at 192.168.2.71] from 192.168.2.69
> > > > > > You must define a domain called '192.168.2.71' in your directory and add a user with the id="testadmin" attribute
> > > > > > and you must configure your device to use the proper domain in it's authentication credentials.
> > > > > > 2017-06-27 16:27:14.071916 [ERR] sofia_reg.c:2447 MySIP Failed Registration with status Request Timeout [408]. failure #1
> > > > > > 2017-06-27 16:27:14.111913 [WARNING] sofia_reg.c:505 MySIP Failed Registration [408], setting retry to 30 seconds.
> > > > > >
> > > > > > Here '192.168.2.71' is the local IP of the Freeswitch server and 192.168.2.69 that of the gateway attached to the LAN port of the Freeswitch server.
> > > > > >
> > > > > > I have put SIP UserID in the gateway admin panel as "testadmin" alongwith its passoword.
> > > > > >
> > > > > > my external SIP profile is as follows:
> > > > > >
> > > > > > <include>
> > > > > >
> > > > > > <gateway name="MySIP">
> > > > > >
> > > > > >   <param name="username" value="testadmin"/>
> > > > > >
> > > > > >   <param name="realm" value="192.168.2.69"/>
> > > > > >
> > > > > >   <param name="from-user" value="testadmin"/>
> > > > > >
> > > > > >   <param name="from-domain" value="192.168.2.69"/>
> > > > > >
> > > > > >   <param name="password" value="****"/>
> > > > > >
> > > > > >   <param name="extension" value="5888"/>
> > > > > >
> > > > > >   <param name="proxy" value="192.168.2.69"/>
> > > > > >
> > > > > >   <param name="expire-seconds" value="120"/>
> > > > > >
> > > > > >   <param name="register" value="true"/>
> > > > > >
> > > > > >   <param name="caller-id-in-from" value="true"/>
> > > > > > </gateway>
> > > > > >
> > > > > > I have tried number of permutations and combinations but the gateway is not getting registered.
> > > > > >
> > > > > >
> > > > > > Regards
> > > > > > Deepika
> > > > > > https://www.iiitd.edu.in/~deepikay/
> > > > > > _________________________________________________________________________
> > > > > > Professional FreeSWITCH Consulting Services:
> > > > > > consulting at freeswitch.org
> > > > > > http://www.freeswitchsolutions.com
> > > > > >
> > > > > > Official FreeSWITCH Sites
> > > > > > http://www.freeswitch.org
> > > > > > http://confluence.freeswitch.org
> > > > > > http://www.cluecon.com
> > > > > >
> > > > > > FreeSWITCH-users mailing list
> > > > > > FreeSWITCH-users at lists.freeswitch.org
> > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > > > > http://www.freeswitch.org
> > > > >
> > > > > _________________________________________________________________________
> > > > > Professional FreeSWITCH Consulting Services:
> > > > > consulting at freeswitch.org
> > > > > http://www.freeswitchsolutions.com
> > > > >
> > > > > Official FreeSWITCH Sites
> > > > > http://www.freeswitch.org
> > > > > http://confluence.freeswitch.org
> > > > > http://www.cluecon.com
> > > > >
> > > > > FreeSWITCH-users mailing list
> > > > > FreeSWITCH-users at lists.freeswitch.org
> > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > > > http://www.freeswitch.org
> > >
> > >
> > >
> > > --
> > > Regards
> > > Deepika
> > > https://www.iiitd.edu.in/~deepikay/
> > > _________________________________________________________________________
> > > Professional FreeSWITCH Consulting Services:
> > > consulting at freeswitch.org
> > > http://www.freeswitchsolutions.com
> > >
> > > Official FreeSWITCH Sites
> > > http://www.freeswitch.org
> > > http://confluence.freeswitch.org
> > > http://www.cluecon.com
> > >
> > > FreeSWITCH-users mailing list
> > > FreeSWITCH-users at lists.freeswitch.org
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > http://www.freeswitch.org
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170627/b08dc587/attachment.html>


More information about the FreeSWITCH-users mailing list