|
yes, at least in my case I have only used gateways
that auth by IP
----- Original Message -----
Sent: Friday, March 10, 2006 8:49
AM
Subject: Re: [Users] Getting Started -
Basic Proxy
Hi
Where I write the sip server (pstn gateway) username
and password ?
Or the gateway must allow per IP or host logins
?
roberto
2006/3/10, Glenn Dalgliesh <[EMAIL PROTECTED]>:
You most likely need to add a section in the
correct location in the cfg to change the dst based on the dialed digits
such as below. You need to keep in mind where you put this in the script.
Keep in mind that you don't want to step on the lookup for locally
registered contacts.
if (uri=~"^sip:1[0-9]{10}@") ||
(uri=~"^sip:[0-9]{10}@") || (uri=~"^sip:[EMAIL PROTECTED]")
{
if (uri=~"^sip:[0-9]{10}@")
{
prefix("1"); # if sip provider require
leading 1
}; rewritehostport("192.168.1.1:5060"); # to
you sip
provider
route(1); # send to t_relay route
section
return;
};
-----
Original Message -----
Sent:
Friday, March 10, 2006 7:29 AM
Subject:
[Users] Getting Started - Basic Proxy
Im currently learning OpenSer and have accomplished the
following:
Installed: Centos 4.2
OpenSer: V1.0.1
I have 2 x-lite client registering and calling each other.
Question: How do I proxy on SIP requests to a 3rd part SIP Provider.
eg. Sipgate
xlite ---> Ser ---> Sipgate
Im just getting confused on how to configure the next hop
routing?
Currently as expected im getting a 404 Not Found unless I call one of
the x-lite phones. I want to be able to terminate out to a SIP-to-PSTN
provider.
Regards
Rob.
_______________________________________________ Users mailing
list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users
mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
-- Ing. Roberto Pereyra ContenidosOnline Servidores
BSD, Solaris y Linux Soporte técnico ISPs Jabber ID: [EMAIL PROTECTED]
For
reliable and professional DNS, use DNS Made
Easy! http://www.dnsmadeeasy.com/u/14989
|
_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users