Hello Juha,
I moved the discussion here, in a separate thread.
It seems that what are you looking for is not there ... not implemented.
If you have the same key_name with different values in the table, the
last value will be the one loaded in memory.
You can't have an array of values for the same keys.
Also, there's no syntax to access a particular value in an array.
Maybe that's why there's no option to provide the value.
Please correct me if I understood correctly what you were looking for.
Regards,
Ovidiu Sas
On Thu, Feb 13, 2014 at 10:22 PM, Juha Heinanen <jh(a)tutpro.com> wrote:
>
> Ovidiu Sas writes:
>
> > I noticed that there is delete rpc command:
> > http://kamailio.org/docs/modules/devel/modules/htable#idp15375232
> > I haven't checked exactly how it works. Is this something to be enhanced?
> > What's missing right now?
>
> value param is missing, i.e., it is not possible to delete a given
> key/value pair. i looked at the code, but don't have enough json
> knowledge to figure out all the parameters.
>
> -- juha
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#397 - Kamailio doesn't to handle any SIP message at all after several dialogs... (CPU high usage)
User who did this - Jack Wang (GoGoJack)
----------
Sorry for my late reply :P corefiles I will attach later.
After some tests these days, I found that high CPU usage of kamailio won't happen if it's compiled in debug mode,
and I think the problem is about flags of config.mak, followings are the different parts:
<code>
upper one is release mode, lower one is debug mode
CFLAGS= -marm -march=armv5t $(CC_OPT) -funroll-loops -fsigned-char $(PROFILE) -ftree-vectorize -fno-strict-overflow $(CC_EXTRA_OPTS) -Wall
CFLAGS= -g $(PROFILE) -Wall
MOD_LDFLAGS= -shared -m32 -Wl,-O2 -Wl,-E
MOD_LDFLAGS= -shared -g -Wl,-E
LIB_LDFLAGS= -shared -m32 -Wl,-O2 -Wl,-E
LIB_LDFLAGS= -shared -g -Wl,-E
UTILS_LDFLAGS= -m32 -Wl,-O2 -Wl,-E
UTILS_LDFLAGS= -g -Wl,-E
LDFLAGS= -m32 -Wl,-O2 -Wl,-E
LDFLAGS= -g -Wl,-E
for C_DEFS there's only a more "-DEXTRA_DEBUG" in debug mode
</code>
any comment about this?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=397#comment1309
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.