Hello,
Is there any way to make partial search from all htable entries with for example: %partofkeyname%? I tried to put that on search box but I get no results. If I use the exact full name of the key in the search i get the result.
The search is here:
Sip admin services - > server services -> htable list -> search
I would like that the search function could return all of the keys that match the searched pattern but I have not succeed in making that kind of search.
Cheers,
Olli
Hello!
I've got a base install of Kamailio and I'm trying to have it forward packets generated by sipsak to a different proxy (a migration of an existing ruleset by opensips). I can get the Kamailio process started but I can't figure out why Kamailio isn't forwarding the packet and I haven't been able to get debugging working to determine what's going on inside Kamailio to fix it.
Can anyone please help me figure out how to debug this?
Thank you in advance,
Robert
Robert Remsik
ACNS
Desk Phone: 970 491 7120
Robert.Remsik(a)colostate.edu
It looks like the Kamailio IMS modules don't support including the original REGISTER request in third party registrations as defined in 3GPP TS 24.229.
Can someone confirm this? Should this be a tracked defect or enhancement?
In the meantime, is there any workaround available? Our application server needs to get the contents from the original REGISTER message from the UE.
Thanks,
Paul
Hi,
Is there any way to send Publish/Subscribe to group and Notify for all
group (conference)? I have tried to send Subscribe to conference URI (SEMS)
but I got method not implemented error. Any idea?
Thanks,
Nhan
Hello there,
I apology for the following question but i didn't find this information on
the kamailio site.
When the development cycle in terms of bug fixes ends on version 4.4.x?
Thank you
Regards
José
Good Afternoon,
I'm having trouble with creation and value setting of some pseudo-variables.
In the first cases, I used the pvapic.c function pv_get_sintval() like this
:
pv_get_sintval(msg, param, res, number_int_value);
Using pv_get_sintval() i can assign the value to the PV and print it in
the configuration file without any problem.
However, if i need to assign a char* to the PV and use pv_get_strzval(msg,
param, res, number_char_value);, it doesn't reach the configuration file.
I made some debugs inside pv_get_strzval() in order to see the values of
"res->rs.s" and res->rs.len and both values are fine. I just can't access
them in the configuration file.
Thanks in advance for your help!
Cheers,
Duarte Rocha
Hello Guys,
Has anyone used dmq_t_replicate function to replicate INVITE?
Documenation says it is useful for REGISTER , but does not mention
anything about INVITE.
I am trying to do something like this
Box 1 ) Runs kamailio stateless ( no dialog module ) and calls
dmq_t_replicate to box 2.
Box 2 ) Runs kamailio with dialog module , This box generates CDR and
tracks call count
Goal is to restart kamailio on Box 1 without loosing CDR.
Any input is appreciated.!!
Regards,
Jay