<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Saludos Carlos,<br>
<br>
Como vas a recibir las llamadas via SIP, puedes especificar el IP del
host que te enviara las llamadas, por ej.<br>
<br>
Este es un bloque que tengo definido en el SIP.conf de uno de mis
servers para enrutar las llamadas internacionales y a telefonos moviles
utilizando un proveedor de terminacion.<br>
<br>
[oficina]<br>
type=peer<br>
context=from_office  ; Esto va a mi 'extensions.conf'<br>
host=200.88.42.29    ; Este es el ip publico en la oficina (estatico)  
<br>
nat=no<br>
canreinvite=no<br>
qualify=yes<br>
disallow=all<br>
allow=g729<br>
allow=ulaw<br>
<br>
Creo que eso contesta tu pregunta.<br>
</tt><br>
<tt><br>
--<br>
Jose P. Espinal<br>
slackware-es.com</tt><br>
<br>
Carlos Chavez wrote:
<blockquote cite="mid:1193077471.3215.7.camel@cursor.telecomabmex.com"
 type="cite">
  <pre wrap="">        I have a customer that needs an Asterisk server to sell minutes for
cell phones in Mexico.  I do not see a problem with that since he will
get the calls by SIP and then use GSM adapters to get the calls into the
GSM network.  My problem is that his customers only want to be
identified by IP and not by a username and password.  Is there a way to
authenticate just by using an IP address?

  </pre>
  <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>
</body>
</html>