Hi there, I am trying to implement a sip/rtp proxy. I have one public ip address with a domain name. example (whatever.com) On the lan side i have multiple asterisk instances all listening on 5060 for sip requests. These instances will be assigned to different customers
I am hoping to run kamailio in front of these instances and route sip and rtp traffic to the correct asterisk instance.
So in this use case asterisk instances will be used as application servers and kamailio will be used as a sip/rtpproxy with nathelper
So my question is what would be the best way and using which modules can i route the requests for customerone.whatever.com to the first asterisk instance and customertwo.whatever.com to the second.
is this achieved with the dispatcher module? and if so, where can it be defined that requests for cusomertone.whatever.com is routed to the first asterisk instance.
Kind regards, Cormac O'Loughlin
For example you can add dns records for customer{one,two,...}.whatever.com pointing to your proxy. Then proxy can forward requests from outside world to asterisks based on uri domain part (customerone -> 192.168.0.5, two-> .10). You can keep table of uri->ip conversions either in the kamailio.cfg or in any database you like.
Maybe it's not the best way but you can start from it.
IIRC carrierroute module can be used for such routing, so you can check it too.
Hi there, I am trying to implement a sip/rtp proxy. I have one public ip address with a domain name. example (whatever.com http://whatever.com) On the lan side i have multiple asterisk instances all listening on 5060 for sip requests. These instances will be assigned to different customers
I am hoping to run kamailio in front of these instances and route sip and rtp traffic to the correct asterisk instance.
So in this use case asterisk instances will be used as application servers and kamailio will be used as a sip/rtpproxy with nathelper
So my question is what would be the best way and using which modules can i route the requests for customerone.whatever.com http://customerone.whatever.com to the first asterisk instance and customertwo.whatever.com http://customertwo.whatever.com to the second.
is this achieved with the dispatcher module? and if so, where can it be defined that requests for cusomertone.whatever.com http://cusomertone.whatever.com is routed to the first asterisk instance.
Kind regards, Cormac O'Loughlin
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users