THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#10 - modules/mi_rpc should support t_uac_dlg async mi command
User who did this - Daniel-Constantin Mierla (miconda)
----------
I think this is implemented, if yes, then should close this issue.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=10#comment10
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.
Hi Ser Gurus:
How to parse msg stored in the tm correctly?
e.g in the reply msg, we can get the corresponding request from tm:
msg = t->uas.request;
The sip_msg_cloner seems copy only via/from/to/cseq/auth headers and
parsed headers to the shm, right?
what if we want to parse the other headers,
e.g: parse_headers(msg, HDR_ROUTE_F, 0)<0)
The parse_headers uses pkg_alloc, thus the parsed result is
pkg_alloced and stored the tm structure, then it never get freed until
tm is destoried ( but even in this case tm may call shm_free instead of
pkg_free???? )
So how can we parsed the tm-stored msg and how to do it correctly?
( ps: The question is related to:
http://lists.berlios.de/pipermail/openimscore-cscf/2009-December/002315.
html)
Kind Regards
Min Wang
perhaps this old reference to openser in ul_mi.c should be replaced by a
Makefile.defs variable:
/*! call-id used for ul_add and ul_rm_contact */
static str mi_ul_cid = str_init("dfjrewr12386fd6-343(a)openser.mi");
also this string could be a variable:
/*! user agent used for ul_add */
static str mi_ul_ua = str_init("Kamailio MI Server");
-- juha
Hi All,
We would like to write module for CSQL DB support for Kamailio.
We would like to hear your suggestions on this.
CSQL has support for ODBC. You can find more details about this in-memory
database http://www.csqldb.com/
We will be waiting for your valuable suggestions.
Thanks,
Ramu