Re: [SR-Users] avp usage limit

2012-08-19 Thread Daniel-Constantin Mierla
Hello, indeed there is no limit set in the code for AVPs, it depends of the available memory, but it is shared memory. AVPs are not stored in private memory because they have to become available for replies, which can be handled by different processes. Shared memory can be specified with -m

Re: [SR-Users] UAC module

2012-08-19 Thread Ron Hopson
Daniel, Thank you for your response. I was away the remainder of the past week. Calls to uac_reg_lookup() and uac_reg_request_to(), with prior assignment or no assignment, yield "fixing failed (code=-1)". For example, if(uac_reg_request_to("$rU", 0)){#line 76 0(16293) DEBUG:

Re: [SR-Users] UAC module

2012-08-19 Thread Ron Byer Jr
How to subscribe On 08/19/2012 07:19 PM, Ron Hopson wrote: Daniel, Thank you for your response. I was away the remainder of the past week. Calls to uac_reg_lookup() and uac_reg_request_to(), with prior assignment or no assignme

Re: [SR-Users] avp usage limit

2012-08-19 Thread Iwan Budi Kusnanto
On Aug 19, 2012 6:25 PM, "Uri Shacked" wrote: > Hi, > > I wonder, is there a limit for the amount of AVP's i can use? > Let's say i store 6-9 characters (string) each time i set an AVP. > > Thanks, > Uri > > ___ > SIP Express Router (SER) and Kamailio (

Re: [SR-Users] does AVP's stay availeable after the transaction was answered?

2012-08-19 Thread Alex Balashov
What you're looking for is a mechanism to create values that persist throughout the life of a dialog, not a transaction. There are two ways to accomplish that: 1. Traditional way, somewhat kludgy: stuff the value into the Record-Route header, taking advantage of its persistence across sequen

[SR-Users] does AVP's stay availeable after the transaction was answered?

2012-08-19 Thread Uri Shacked
OK, I understan the AVP's are per transaction. How can I save info from the invite and use it on the bye? $sht(...)? $dlg(flag), $dlg(set) ? Thanks, Uri > juha writes >it is not strange reason, since avps are transaction specific and bye >does not belong to the same transaction as invite. > j

Re: [SR-Users] Request for advice, running SIP-Router in OpenVZ Container

2012-08-19 Thread Vitaliy Aleksandrov
On 08/17/2012 03:42 PM, JR Richardson wrote: Hi All, I'm considering running Kamailio as a virtual machine, with such low utilization, it doesn't seem to make sense to keep running it on a physical host server. I've been virtualizing Asterisk PBX's for years and run a host of other virtual

Re: [SR-Users] avp usage limit

2012-08-19 Thread Carlos Ruiz Díaz
I believe it is directly related to the amount of physical memory available for the process. Anyways, you can always delete the AVP after using it although this is automatically done after the transaction finishes. Maybe increasing the maximum memory limit could help: http://www.kamailio.org/dokuw

[SR-Users] does AVP's stay availeable after the transaction was answered?

2012-08-19 Thread Juha Heinanen
Uri Shacked writes: > I am trying to use an AVP the I set on the INVITE when I recieve the BYE. > for some strange reason, the AVP is NULL when I test it. it is not strange reason, since avps are transaction specific and bye does not belong to the same transaction as invite. -- juha ___

[SR-Users] does AVP's stay availeable after the transaction was answered?

2012-08-19 Thread Uri Shacked
Hi, I am trying to use an AVP the I set on the INVITE when I recieve the BYE. for some strange reason, the AVP is NULL when I test it. Any ideas? Uri ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.o

[SR-Users] avp usage limit

2012-08-19 Thread Uri Shacked
Hi, I wonder, is there a limit for the amount of AVP's i can use? Let's say i store 6-9 characters (string) each time i set an AVP. Thanks, Uri ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org htt