Re: [Kamailio-Users] Dispatcher module question

2009-11-05 Thread DJB
Thank you, Robert. You are correct. I overlooked at the return value. It's working now. - Original Message From: Robert McGilvray To: Alex Balashov ; DJB Cc: users@lists.kamailio.org Sent: Thu, November 5, 2009 1:35:25 PM Subject: RE: [Kamailio-Users] Dispatcher module question

Re: [Kamailio-Users] routing question

2009-11-05 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > thanks! Did you do some updates to db structure of permissions > module? forgot that one. it is now added. -- juha ___ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-

Re: [Kamailio-Users] Dispatcher module question

2009-11-05 Thread Robert McGilvray
From: users-boun...@lists.kamailio.org [mailto:users-boun...@lists.kamailio.org] On Behalf Of Robert McGilvray Sent: Thursday, November 05, 2009 4:31 PM To: Alex Balashov; DJB Cc: users@lists.kamailio.org Subject: Re: [Kamailio-Users] Dispatcher module question From: users-boun...@lists.kamailio

Re: [Kamailio-Users] Dispatcher module question

2009-11-05 Thread Alex Balashov
It appears I was mistaken. Upon further analysis of fixup_get_ivalue(), I retract my statement. This function does parse PVs. Robert McGilvray wrote: From: users-boun...@lists.kamailio.org [mailto:users-boun...@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Thursday, November 05, 2009

Re: [Kamailio-Users] Dispatcher module question

2009-11-05 Thread Robert McGilvray
From: users-boun...@lists.kamailio.org [mailto:users-boun...@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Thursday, November 05, 2009 4:18 PM To: DJB Cc: users@lists.kamailio.org Subject: Re: [Kamailio-Users] Dispatcher module question DJB wrote: > Is there a way that I can pass variable

Re: [Kamailio-Users] Dispatcher module question

2009-11-05 Thread Alex Balashov
DJB wrote: Is there a way that I can pass variable into ds_select_dst(set, alg) on the set parameter so I can query from database table for setid; for instance, ds_select_dst("avp(customer_setid)", "4"). I've tried, but it did not work. Please advise. A look in modules/dispatcher/dispatcher.

[Kamailio-Users] Dispatcher module question

2009-11-05 Thread DJB
Is there a way that I can pass variable into ds_select_dst(set, alg) on the set parameter so I can query from database table for setid; for instance, ds_select_dst("avp(customer_setid)", "4"). I've tried, but it did not work. Please advise. Thank you. __

Re: [Kamailio-Users] routing question

2009-11-05 Thread Daniel-Constantin Mierla
On 05.11.2009 12:34 Uhr, Juha Heinanen wrote: Daniel-Constantin Mierla writes: > I know that page, but doesn't mention anything about removal/addition of > new columns in db structure -- this is what I was looking for. i just added there info also about db changes. thanks! Did you do