Displaying 2 results from an estimated 2 matches for "enrutar".
Did you mean:
  enrutado
  
2007 Oct 22
3
Authenticate by IP?
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?
-- 
2007 Oct 23
0
Internal Data Stream Error
...CFB8C.7070200 at dangerclan.net>
Content-Type: text/plain; charset="utf-8"
Saludos Carlos,
Como vas a recibir las llamadas via SIP, puedes especificar el IP del 
host que te enviara las llamadas, por ej.
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.
[oficina]
type=peer
context=from_office  ; Esto va a mi 'extensions.conf'
host=200.88.42.29    ; Este es el ip publico en la oficina (estatico)  
nat=no
canreinvite=no
qualify=yes
disallow=all
allow...