Hi all, I would like to know if it is possible to use asterisk and ser together in a single computer system using ser as a sip proxy and forwarding any voice call request to asterisk for calling into the pstn gateway. (or any other alternative that is possible is also welcomed for suggestions). If it is possible can someone kindly show me the necessary configuration files or refer me to any page that can show me how to do it ? Thanks a lot in advance. Kevin __________________________________________________ Do You Yahoo!? Log on to Messenger with your mobile phone! http://sg.messenger.yahoo.com
Gustavo GarcĂa Bernardo
2004-May-26 01:20 UTC
[Asterisk-Users] Using Ser and Asterisk together
Hi,
It's possible, we're using a configuration like that.
1. Configure diferent sip listening ports for SER (/etc/ser/ser.cfg) and
Asterisk (/etc/asterisk/sip.conf).
2. Configure SER (/etc/ser/ser.cfg) for forwarding calls based in
destination. For example adding:
if (uri=~"^sip:0[0-9]*@yourdomain") {
forward( 10.10.10.10, 5070 ); //Where local asterisk is
listening
break;
}
(Documentation in SER admin guide
http://www.iptel.org/ser/doc/seruser/seruser.html)
3. Configure Asterisk as PSTN gateway. I haven't experience in this point.
Good luck.
-----Mensaje original-----
De: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] En nombre de Aiden Chew
Enviado el: martes, 25 de mayo de 2004 9:21
Para: asterisk-users@lists.digium.com
Asunto: [Asterisk-Users] Using Ser and Asterisk together
Hi all,
I would like to know if it is possible to use asterisk and ser together in a
single computer system using ser as a sip proxy and forwarding any voice
call request to asterisk for calling into the pstn gateway. (or any other
alternative that is possible is also welcomed for suggestions). If it is
possible can someone kindly show me the necessary configuration files or
refer me to any page that can show me how to do it ? Thanks a lot in
advance.
Kevin
__________________________________________________
Do You Yahoo!?
Log on to Messenger with your mobile phone!
http://sg.messenger.yahoo.com
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users