<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">«Gateway» means https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration
<div><br /></div>
<div>If you register with freeswtich on external services - you use gateway</div>
<div>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.</div>
<div><br /></div>
<div>You can find how to dial with registered users here:</div>
<div>https://freeswitchforum.com/viewtopic.php?f=6&t=312#p1466<br /></div>
<div>It’s on russian, but you can use google translate</div>
</div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
Regards, Igor</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On 27 июня 2017 г., 14:47 +0300, David Villasmil <david.villasmil.work@gmail.com>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">Would be much simpler of you shows us what parameters are available on the voip-gsm.<br />
<br />
<div class="gmail_quote">
<div dir="ltr">On Tue, Jun 27, 2017 at 1:34 PM Deepika Yadav <<a href="mailto:deepikay@iiitd.ac.in">deepikay@iiitd.ac.in</a>> wrote:<br /></div>
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">
<div dir="ltr">Sorry didn't get you, which gateway entity, where?
<div><br /></div>
<div>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.
<div><br /></div>
<div>Regards,</div>
<div>Deepika</div>
</div>
</div>
<div class="gmail_extra"></div>
<div class="gmail_extra"><br />
<div class="gmail_quote">On Tue, Jun 27, 2017 at 4:44 PM, Igor Olhovskiy <span dir="ltr"><<a href="mailto:igorolhovskiy@gmail.com" target="_blank">igorolhovskiy@gmail.com</a>></span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #3498db;">
<div>
<div name="messageBodySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">«gateway" entity in Freeswitch is supposed to register on external services.
<div><br /></div>
<div>If you can make Freeswitch register on your VOIP-GSM gateway - this may resolve your issue</div>
</div>
<div name="messageSignatureSection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif"><br />
Regards, Igor</div>
<div name="messageReplySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
<div>
<div class="m_-1084187367463214540h5"><br />
On 27 июня 2017 г., 14:07 +0300, Deepika Yadav <<a href="mailto:deepikay@iiitd.ac.in" target="_blank">deepikay@iiitd.ac.in</a>>, wrote:<br /></div>
</div>
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #d35400;">
<div>
<div class="m_-1084187367463214540h5">
<div dir="ltr">Hi,
<div><br /></div>
<div>I have been trying for a while the configuration of a VOIP-GSM gateway that I have bought but the registration fails every time. </div>
<div><br /></div>
<div>Error at Freeswitch console</div>
<div><br /></div>
<div>
<div>2017-06-27 16:27:10.191913 [WARNING] sofia_reg.c:2906 Can't find user [<b><a href="mailto:testadmin@192.168.2.71" target="_blank">testadmin@192.168.2.71</a></b>] from <b>192.168.2.69</b></div>
<div>You must define a domain called '192.168.2.71' in your directory and add a user with the id="<b>testadmin</b>" attribute</div>
<div>and you must configure your device to use the proper domain in it's authentication credentials.</div>
<div>2017-06-27 16:27:14.071916 [ERR] sofia_reg.c:2447 MySIP Failed Registration with status Request Timeout [408]. failure #1</div>
<div>2017-06-27 16:27:14.111913 [WARNING] sofia_reg.c:505 MySIP Failed Registration [408], setting retry to 30 seconds.</div>
<div><br /></div>
<div>Here <b>'192.168.2.71</b>' is the local IP of the Freeswitch server and <b>192.168.2.69</b> that of the gateway attached to the LAN port of the Freeswitch server.</div>
<div><br /></div>
<div>I have put SIP UserID in the gateway admin panel as "<b>testadmin</b>" alongwith its passoword.</div>
<div><br /></div>
<div>my external SIP profile is as follows:</div>
<div><br /></div>
<div>
<div><include></div>
<div><br /></div>
<div><gateway name="MySIP"></div>
<div>  </div>
<div>  <param name="username" value="testadmin"/></div>
<div>  </div>
<div>  <param name="realm" value="192.168.2.69"/></div>
<div>  </div>
<div>  <param name="from-user" value="testadmin"/></div>
<div><br /></div>
<div>  <param name="from-domain" value="192.168.2.69"/><br /></div>
<div><br /></div>
<div>  <param name="password" value="****"/><br /></div>
<div><br /></div>
<div>  <param name="extension" value="5888"/><br /></div>
<div><br /></div>
<div>  <param name="proxy" value="192.168.2.69"/><br /></div>
<div><br /></div>
<div>  <param name="expire-seconds" value="120"/><br /></div>
<div><br /></div>
<div>  <param name="register" value="true"/><br /></div>
<div><br /></div>
<div>  <param name="caller-id-in-from" value="true"/><br /></div>
<div></gateway><br /></div>
<div><br /></div>
</div>
<div>I have tried number of permutations and combinations but the gateway is not getting registered.</div>
<div><br /></div>
<div><br /></div>
</div>
<div>
<div class="m_-1084187367463214540m_2994508371655251684gmail_signature">Regards<br />
Deepika<br />
<a href="https://www.iiitd.edu.in/~deepikay/" target="_blank">https://www.iiitd.edu.in/~deepikay/</a></div>
</div>
</div>
</div>
</div>
_________________________________________________________________________<br />
Professional FreeSWITCH Consulting Services:<br />
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br />
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br />
<br />
Official FreeSWITCH Sites<br />
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br />
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br />
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br />
<br />
FreeSWITCH-users mailing list<br />
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br />
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br />
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br />
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br /></blockquote>
</div>
</div>
<br />
_________________________________________________________________________<br />
Professional FreeSWITCH Consulting Services:<br />
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br />
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br />
<br />
Official FreeSWITCH Sites<br />
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br />
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br />
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br />
<br />
FreeSWITCH-users mailing list<br />
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br />
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br />
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br />
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br /></blockquote>
</div>
<br />
<br clear="all" />
<div><br /></div>
</div>
<div class="gmail_extra">--<br />
<div class="m_-1084187367463214540gmail_signature" data-smartmail="gmail_signature">Regards<br />
Deepika<br />
<a href="https://www.iiitd.edu.in/~deepikay/" target="_blank">https://www.iiitd.edu.in/~deepikay/</a></div>
</div>
_________________________________________________________________________<br />
Professional FreeSWITCH Consulting Services:<br />
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br />
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br />
<br />
Official FreeSWITCH Sites<br />
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br />
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br />
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br />
<br />
FreeSWITCH-users mailing list<br />
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br />
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br />
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br />
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote>
</div>
_________________________________________________________________________<br />
Professional FreeSWITCH Consulting Services:<br />
consulting@freeswitch.org<br />
http://www.freeswitchsolutions.com<br />
<br />
Official FreeSWITCH Sites<br />
http://www.freeswitch.org<br />
http://confluence.freeswitch.org<br />
http://www.cluecon.com<br />
<br />
FreeSWITCH-users mailing list<br />
FreeSWITCH-users@lists.freeswitch.org<br />
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br />
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br />
http://www.freeswitch.org<br /></blockquote>
</div>
</body>
</html>