i have a question, i have to make a system to recieve several calls and the same time, and depending of destination DDI i have to rewrite the URI's IP. I am not going to have Registered users, only IP validation.
The question is: What is the better way to consult thousands DDIs and get the IP from mysql?
I had thought, use sqlops.so module, but i think that i could have problems with it. Another posibility is use the carrierroute and use the full pattern for the DDI.
Thank for all sugestions.
Javier V.
Hi,
We use carrierroute in this scenario and it works great.
You could also use htable to do the same.
The drawback is that you need to reload the whole routetable in carrierroute every time you change an entry.
/Morten
On Mon, Oct 3, 2011 at 1:56 PM, Javier Vidal -- Quasar javier.quasar@gmail.com wrote:
i have a question, i have to make a system to recieve several calls and the same time, and depending of destination DDI i have to rewrite the URI's IP. I am not going to have Registered users, only IP validation.
The question is: What is the better way to consult thousands DDIs and get the IP from mysql?
I had thought, use sqlops.so module, but i think that i could have problems with it. Another posibility is use the carrierroute and use the full pattern for the DDI.
Thank for all sugestions.
Javier V.
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
Thanks!!!!!
2011/10/3 Morten Isaksen misak@misak.dk:
Hi,
We use carrierroute in this scenario and it works great.
You could also use htable to do the same.
The drawback is that you need to reload the whole routetable in carrierroute every time you change an entry.
/Morten
On Mon, Oct 3, 2011 at 1:56 PM, Javier Vidal -- Quasar javier.quasar@gmail.com wrote:
i have a question, i have to make a system to recieve several calls and the same time, and depending of destination DDI i have to rewrite the URI's IP. I am not going to have Registered users, only IP validation.
The question is: What is the better way to consult thousands DDIs and get the IP from mysql?
I had thought, use sqlops.so module, but i think that i could have problems with it. Another posibility is use the carrierroute and use the full pattern for the DDI.
Thank for all sugestions.
Javier V.
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
-- Morten Isaksen
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