Re: [SR-Users] Kamailio crash

2013-05-15 Thread kiran bhosale
On 05/15/2013 12:14 PM, Daniel-Constantin Mierla wrote: Hello, On 5/15/13 6:43 AM, kiran bhosale wrote: Hi we have developed the custom module where in we have created shared memory area which is not used by any other module or process and we locked it using locks as recommended

[SR-Users] Kamailio crash

2013-05-14 Thread kiran bhosale
Hi we have developed the custom module where in we have created shared memory area which is not used by any other module or process and we locked it using locks as recommended. but because of locks the kamailio is getting crashed every now and then . is it really important to

[SR-Users] kamailio call transfer

2013-02-26 Thread kiran bhosale
hello, we want to implement call transfer with opneser. but the fact is we have not implemented any database and implemented own module for contact storage. i tried using avpops module. but couldn't do please suggest ___ SIP Express Router (SE

[SR-Users] hadnling the IP extension calls freeing the PBX channel

2013-02-13 Thread kiran bhosale
hello , w have PBX gateway along with kamailio. all calls are routed to pbx extensions. but if it happens to be an IP extrension we want the kamailio to handle the speech without keeping the PBX channel busy. if its an analog extension then this channel can be busy but if its IP ex

Re: [SR-Users] [Fwd: Re: Deleting the expired contacts using the Rtimer module]

2013-02-12 Thread kiran bhosale
kiran bhosale wrote: he array values that we are modifying and the function that we call periodically are from our module . to exemplify i have put the code below .our requirement is that we want to delete the expired contacts without relying on usrloc module as "we have not

Re: [SR-Users] Reg. shared library linking during compiling time

2013-02-07 Thread kiran bhosale
madhumanju...@integramicro.com wrote: Hello All, Please find below steps...and kindly let me know the error solution. STEP 1:: Under modules I created a directory name b2bentities /root/kamailio-3.3.2/modules/b2bentities $ls b2bentities.so b2b_server.c b2b_server.d b2b_server.h b2b_server.o

[SR-Users] Deleting the expired contacts using the Rtimer module

2013-02-06 Thread kiran bhosale
Hi we have developed the custom module which stores the registered users in a file.now we are trying to remove the expired contacts using the rtimer module.while saving the registered users to the file we also store the expires values in static array.but when we try to decrement

[SR-Users] [Fwd: Re: Deleting the expired contacts using the Rtimer module]

2013-02-06 Thread kiran bhosale
allocate the array in shared memory at startup, then it should work to update it from different application processes. Be sure you synchronize (with locks/mutexes) the operations over the shared memory. Cheers, Daniel On 2/6/13 7:53 AM, kiran bhosale wrote: Hi we have developed the custom

[SR-Users] Deleting the expired contacts using the Rtimer module

2013-02-05 Thread kiran bhosale
Hi we have developed the custom module which stores the registered users in a file.now we are trying to remove the expired contacts using the rtimer module.while saving the registered users to the file we also store the expires values in static array.but when we try to decrement

[SR-Users] [Fwd: Deleting the expired contacts using the Rtimer module]

2013-02-05 Thread kiran bhosale
--- Begin Message --- Hi we have developed the custom module which stores the registered users in a file.now we are trying to remove the expired contacts using the rtimer module.while saving the registered users to the file we also store the expires values in static array.but when

[SR-Users] modifying global data-structures using Rtimer module

2013-02-05 Thread Kiran Bhosale
Hi we have developed the custom module which stores the registered users in a file.now we are trying to remove the expired contacts using the rtimer module.while saving the registered users to the file we also store the expires values in static array.but when we try to decrement the t