<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Emmanuel Pascal Bruno wrote:
<blockquote
 cite="midb09af520901151700m4b9117d2sd9b5aa74870924f5@mail.gmail.com"
 type="cite">
  <div>Has anyone been able to configure portech'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>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
<br>
Hi, <br>
I've an installation working with Portech MV-370. I'm supposing it'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've found a bug on the firmware that prevents to the
unit to register correctly on my asterisk box unless I'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's try to specify the asterisk raw IP address
in the Portech.<br>
<br>
Best regards,<br>
Marco Signorini.<br>
<br>
</body>
</html>