I want to dial out using the sim card.&nbsp; What I did, I have used the SIP channel ex:<br><br><span style="font-family: courier new,monospace;">Channel: SIP/thenumber@mv378</span><br><br><font face="arial,helvetica,sans-serif">It shows the called is being made in the dialplan, but the number I have entered does not dial, it just goes straight to the specified dialplan extensions.<br>
<br>Then what I did, in the Lan to Mobile Table, I put * in url and the number I wanted to dial in call num, then the call was made to that number using the sim card properly.<br><br>I was wondering if I cannot supply the number to be dialed using an asterisk call file, or do I have to put that number in the Lan to Mobile table.<br>
<br>Any help would be appreciated.<br><br>Thanks<br></font><br><br><br><br><br><div class="gmail_quote">On Sat, Jan 17, 2009 at 12:39 AM, Pascal Bruno <span dir="ltr">&lt;<a href="mailto:tipascal@gmail.com">tipascal@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Marco,<br><br>The configs work fine for me.&nbsp; I can receive calls with no problem.&nbsp; Now, were you able to dial using the sim card?&nbsp; I cant figure out how I can do it since asterisk doesnt have a channel to place call through the portech gateway.<div>
<div></div><div class="Wj3C7c"><br>
<br><br><br><br><div class="gmail_quote">On Fri, Jan 16, 2009 at 12:04 PM, Pascal Bruno <span dir="ltr">&lt;<a href="mailto:tipascal@gmail.com" target="_blank">tipascal@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>Thank you!, I will try that in a few hours and let you know what happens.</div><div><div></div><div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Fri, Jan 16, 2009 at 11:01 AM, Marco Signorini <span dir="ltr">&lt;<a href="mailto:marcotasto@libero.it" target="_blank">marcotasto@libero.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
<div>
<div></div>
<div><br><br>Pascal Bruno wrote: 
<blockquote cite="http://midb09af520901160658m2cb1970cr397b1fd996a85f44@mail.gmail.com" type="cite">
<div>Thanks for your reply!</div>
<div>&nbsp;</div>
<div>Can you tell me what you have in your Portech configuration settings (Mobile to Lan Settings; Sip Proxy settings etc...)&nbsp; My sip.conf file is pretty similar to yours but still cant register.</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Fri, Jan 16, 2009 at 3:47 AM, Marco Signorini <span dir="ltr">&lt;<a href="mailto:marcotasto@libero.it" target="_blank">marcotasto@libero.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">Emmanuel Pascal Bruno wrote: 
<blockquote cite="http://midb09af520901151700m4b9117d2sd9b5aa74870924f5@mail.gmail.com" type="cite">
<div>
<div>
<div>Has anyone been able to configure portech&#39;s mv-378 gateway with asterisk?</div>
<div>&nbsp;</div>
<div>I did the configuration as per the manual but it does not work.</div>
<div>&nbsp;</div>
<div>My server sees the portech gateway, but when the gateway is trying to register to my server it fails.&nbsp; It says peer is not suppose to register.</div>
<div>&nbsp;</div>
<div>The gateway and the asterisk box are on two different location (two network, 2 differrent IP address).</div>
<div>&nbsp;</div>
<div>I would appreciate any kind of tutorial or advice on how to make it work.</div>
<div>&nbsp;</div>
<div>Thanks</div></div></div><pre><hr size="4" width="90%">
_______________________________________________
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre></blockquote><br>Hi, <br>I&#39;ve an installation working with Portech MV-370. I&#39;m supposing it&#39;s quite similar to what you have. If it could be useful to you, this is my sip.conf configuration file.<br>


<br>[GSMGtw1]<br>type=friend<br>context=from-gsm<br>host=dynamic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; we have a DHCP assigned address<br>secret=reallyverysecret<br>nat=no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; there is not NAT between phone and Asterisk<br>


canreinvite=no <br>dtmfmode=INFO<br>insecure=invite&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; required to overcome authentication problems in incoming calls<br>call-limit=1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; permit only 1 outgoing call at a time<br>disallow=all<br>


allow=ulaw <br>allow=alaw <br>allow=gsm<br>qualify=500<br><br>I remember that I&#39;ve found a bug on the firmware that prevents to the unit to register correctly on my asterisk box unless I&#39;m using the raw IP address instead of the name of the asterisk box. I remember something wrong in cryptography chiper/dechiper based on realm... So, if you have problems, let&#39;s try to specify the asterisk raw IP address in the Portech.<br>


<br>Best regards,<br>Marco Signorini.<br><br></div><br></blockquote></div></blockquote><br></div></div>Hi,<br><br>I don&#39;t know if the problem could be in the Mobile to Lan or Lan to Mobile settings because these&nbsp; settings are related on how calls coming from/to mobile are routed.&nbsp; I didn&#39;t use the Portech routing features at all because I need a simple GSM gateway to/from the asterisk box. <br>


For this reason:<br>1. The only rule I&#39;ve on Mobile to Lan is CID=*; <a href="mailto:URL=mob@192.168.0.5" target="_blank">URL=mob@192.168.0.5</a> where &quot;mob&quot; is the extension I&#39;ve generated in the asterisk box under the context where the Portech operates;<br>


2. The only rule I&#39;ve on Lan to Mobile is URL=*; Call Num=#<br><br>I think the most relevant parameters for your problem are under the &quot;Service Domain&quot; menu option (assuming that the firmware you have is similar to what I&#39;ve). On this menu I&#39;ve compiled the 1st Realm (as I&#39;ve only one account) like that:<br>


<br>UserName: GSMGtw1<br>RegisterName: GSMGtw1<br>RegisterPassword: reallyverysecret<br>Domain Server: 192.168.0.5<br>Proxy Server: 192.168.0.5<br><br>Pay attention that, having specified the Domain Server with the raw IP address, asterisk needs to be able to authenticate peers associated to that. For this reason I&#39;ve set:<br>


<br>domain=192.168.0.5<br><br>on sip.conf [general] section (remember to issue a sip reload from asterisk cli).<br><br>Hope this helps!<br><br><br>Best regards.<br>Marco Signorini<br><br><br><br>========================<br>


Marco Signorini<br>INGEGNI Tech S.r.l.<br><a href="http://www.ingegnitech.com/" target="_blank">http://www.ingegnitech.com</a><br></div><br>_______________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br>


<br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>


</blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>