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
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#20 - Add contact to target uri element in dialog-info+xml body
User who did this - Santiago Gimeno (sgimeno)
----------
There was a mistake in the patch. I attach the corrected one.
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=20#comment9
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Santiago Gimeno (sgimeno)
Attached to Project - sip-router
Summary - Add contact to target uri element in dialog-info+xml body
Task Type - Improvement
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - This patch adds the local and remote contacts to the target uri elements in the dialog-info+xml body instead of the from and to uri.
It's against kamailio-1.5.x
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=20
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,
I have to upgrade Serweb to the version 2.0.1-dev1 (that work with SER
2.0).
Is it possible to use Serweb 0.9.4 (using PHP v.5.1.6) with SER 2.0
however the database "ser" has a new structure?
Regards,
David.
Revision: 5959
http://openser.svn.sourceforge.net/openser/?rev=5959&view=rev
Author: carstenbock
Date: 2009-12-16 16:40:00 +0000 (Wed, 16 Dec 2009)
Log Message:
-----------
We need to parse all headers in order to create a proper route-set. If just use "parse_headers(msg,HDR_RECORDROUTE_F,0)" it will only parse the first Record-Route header, but not all headers.
Thank's to Torben Friese, BASIS AUDIONET, for pointing this out.
Modified Paths:
--------------
branches/1.4/modules/dialog/dlg_handlers.c
branches/1.5/modules/dialog/dlg_handlers.c
trunk/modules/dialog/dlg_handlers.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.