Re: [OpenSIPS-Users] Python module on OpenSIPS ?

2012-08-25 Thread shaahin
Thank you for the response, Ali. Regards, Shaahin -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Python-module-on-OpenSIPS-tp5018382p7581424.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

Re: [OpenSIPS-Users] EQUIVALENT OF LCR & GW TABLES IN OPENSIPS 1.8

2012-08-25 Thread Engineer voip
Hi, I have read this document but I don't really understand how it works someone can explain me with an example if its possible?? Thank you 2012/8/25 Muhammad Shahzad > RTFM dude, > > http://www.opensips.org/html/docs/db/db-schema-1.8.x.html > > Thank you. > > > On Sat, Aug 25, 2012 at 1:21 AM

Re: [OpenSIPS-Users] Python module on OpenSIPS ?

2012-08-25 Thread Ali Pey
Hi Shaahin, If it's only DB queries check out the avpops modules. You can query any DB and make decisions based on the results. If that's not enough, then I guess Perl would be your best bet. Regards, Ali Pey On Sat, Aug 25, 2012 at 1:22 PM, shaahin wrote: > Thanks for the response. > > I need

Re: [OpenSIPS-Users] Overlapping address ranges permissions module

2012-08-25 Thread Ali Pey
Hi Binan, How is this related to overlapping address range? On Sat, Aug 25, 2012 at 5:43 AM, Binan AL Halabi wrote: > > Indeed, the function check_address() takes the groupid as one of its > arguments > In opensips script you can write a condition to use specific group in > specific case. > > h

Re: [OpenSIPS-Users] Python module on OpenSIPS ?

2012-08-25 Thread shaahin
Thanks for the response. I need to customise the routing logic by making queries from another database. Now that Python is out of the equation, what is the best choice of implementing this customisation? Java & WeSIP don't seem to be good choices; looks as if those are no longer maintained either.

Re: [OpenSIPS-Users] Python module on OpenSIPS ?

2012-08-25 Thread Duane Larson
The python module is no longer maintained and is now obsolete. Bogdan greyed out the link a while back. On Aug 25, 2012 9:01 AM, "shaahin" wrote: > Hi Maksym, I tried finding the documentation on the CookBooks > webpage, > but there still is no

Re: [OpenSIPS-Users] [Re: Routing problem with Record-Route]

2012-08-25 Thread Hubert Mickael
Hi Binan, yes I have the param in my opensips script. Regards Le 25/08/2012 13:25, Binan AL Halabi a écrit : Hi Mickael, Do you have this in you script: modparam("rr", "enable_full_lr", 1) BR. //Binan --- On *Fri, 8/24/12, mick...@winlux.fr //* wrote: From: mick...@winlux.fr Subje

Re: [OpenSIPS-Users] Python module on OpenSIPS ?

2012-08-25 Thread shaahin
Hi Maksym, I tried finding the documentation on the http://www.opensips.org/Resources/DocsModules18 CookBooks webpage , but there still is no documentation made available there. Since this thread belongs to more than 2 years ago, I am wondering whether the documentation has never been written, or

Re: [OpenSIPS-Users] [Re: Routing problem with Record-Route]

2012-08-25 Thread Binan AL Halabi
Hi Mickael, Do you have this in you script: modparam("rr", "enable_full_lr", 1) BR. //Binan --- On Fri, 8/24/12, mick...@winlux.fr wrote: From: mick...@winlux.fr Subject: Re: [OpenSIPS-Users] [Re: Routing problem with Record-Route] To: "OpenSIPS users mailling list" Date: Friday, August 24

Re: [OpenSIPS-Users] sip_trace on opensips-cp

2012-08-25 Thread Binan AL Halabi
so without the condition if(avp_db_load("$fu","$avp(trace)")) //Binan --- On Sat, 8/25/12, Engineer voip wrote: From: Engineer voip Subject: Re: [OpenSIPS-Users] sip_trace on opensips-cp To: "OpenSIPS users mailling list" Date: Saturday, August 25, 2012, 3:51 AM Hi, Thank you for the respon

Re: [OpenSIPS-Users] sip_trace on opensips-cp

2012-08-25 Thread Engineer voip
Hi, Thank you for the response but it seems this solution is for to do siptrace of a spefiy user that we mut create in usr_preferences table. but i want to have siptrace of all the users do the calls by my opensips! have you an idea to do that? 2012/8/25, Binan AL Halabi : > add the following in

Re: [OpenSIPS-Users] cdr and Dialog on opensips-cp

2012-08-25 Thread Engineer voip
Hi, I had a problem with the script "opensips_cdrs.mysql" as cdr_id fields is already exists in the table acc, so I commented the line that adds cdr_id to the table acc in the script generate.mysql and I configured the acc module in opensips.cfg as follows: loadmodule "acc.so" modparam("acc", "ea

Re: [OpenSIPS-Users] Overlapping address ranges permissions module

2012-08-25 Thread Binan AL Halabi
Indeed, the function check_address() takes the groupid as one of its arguments In opensips script you can write a condition to use specific group in specific case. http://www.opensips.org/html/docs/modules/1.6.x/permissions.html#id293674 //Binan. On Fri, Aug 24, 2012 at 10:4