Re: [SR-Users] Issue while initiating database of my new module in kamailio

2011-12-06 Thread Jagdeep S
Hil, Please find the wiki link below: http://www.kamailio.org/dokuwiki/doku.php/development:write-module I had one more query on the psuedo variable. In the config file i am try to invoke a method as below: > if (!mymodulesave("mymodule", "$au")) where "mymodule" is the database name of my new

Re: [SR-Users] Issue while initiating database of my new module in kamailio

2011-12-06 Thread Daniel-Constantin Mierla
Hello, On 12/6/11 5:28 AM, Jagdeep S wrote: Hi Daniel, Thanks for the reply. I was just seeing differences in various module initialization over the weekend and saw that the exports structure was slightly different from what i had taken from the template in the kamailio website. ok, probably th

Re: [SR-Users] Issue while initiating database of my new module in kamailio

2011-12-05 Thread Jagdeep S
Hi Daniel, Thanks for the reply. I was just seeing differences in various module initialization over the weekend and saw that the exports structure was slightly different from what i had taken from the template in the kamailio website. I think the extra parameters/methods added in the latest versi

Re: [SR-Users] Issue while initiating database of my new module in kamailio

2011-12-05 Thread Daniel-Constantin Mierla
Hello, can you paste here the mod_init() and child_init() functions and say which one is line 239 (inside child init)? I expect some db init step for your module was not done. Also, the output of 'bt full' might be useful. Cheers, Daniel On 12/3/11 6:35 AM, Jagdeep S wrote: Hi All, I am t