Re: [OpenSIPS-Users] Routing call with an external module

2016-09-26 Thread Alain Bieuzent
Thanks Bogdan,

 

Tested, it works perfectly.

 

regards

 

De : Bogdan-Andrei Iancu 
Date : vendredi 23 septembre 2016 09:51
À : OpenSIPS users mailling list , Alain Bieuzent 

Objet : Re: [OpenSIPS-Users] Routing call with an external module

 

Hi Alain,

I would suggest the rest_client - in 2.2 you can use it in async mode (no 
blocking) and it does not have the process forking penalty as exec().

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 22.09.2016 16:35, Alain Bieuzent wrote:

Hi all,

 

Actually i route my call with a query on my mysql DB, but now we need to route 
my call but with criteria not store in my DB.

 

My first idea is to write a script with my routing logic, but what is the best 
way to integrate this in opensips (using exec module with a bash or php script 
or using rest_client module, or other module) ?

 

Thanks for your reply 

 

Alain.




___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Routing call with an external module

2016-09-23 Thread Bogdan-Andrei Iancu

Hi Alain,

I would suggest the rest_client - in 2.2 you can use it in async mode 
(no blocking) and it does not have the process forking penalty as exec().


Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 22.09.2016 16:35, Alain Bieuzent wrote:


Hi all,

Actually i route my call with a query on my mysql DB, but now we need 
to route my call but with criteria not store in my DB.


My first idea is to write a script with my routing logic, but what is 
the best way to integrate this in opensips (using exec module with a 
bash or php script or using rest_client module, or other module) ?


Thanks for your reply

Alain.



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Routing call with an external module

2016-09-22 Thread Alain Bieuzent
Hi all,

 

Actually i route my call with a query on my mysql DB, but now we need to route 
my call but with criteria not store in my DB.

 

My first idea is to write a script with my routing logic, but what is the best 
way to integrate this in opensips (using exec module with a bash or php script 
or using rest_client module, or other module) ?

 

Thanks for your reply 

 

Alain.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users