Thenk you Daniel!
But maybe the latest Kamailio 4.1 supports dialog tracking of PRESENCE
events ?
Can you show me examples of using htable module to track SIP dialogs ?
12.05.2014 10:59, Daniel-Constantin Mierla пишет:
Hello,
dialog module is able to track only dialogs created by INVITE
re
Hello,
dialog module is able to track only dialogs created by INVITE requests.
For management of SUBSCRIBE dialogs, you have to use presence server.
If you want keep some particular details on the subscribe dialogs, look
at htable module, you can use a key based on call-id (and eventual
from
Okay!
I need to do some modifications in SUBSCRIBE message and do the same
modifications in NOTIFY which are generated by Presence module.
eg I'm modifying FROM field (123 to ABC) in SUBSCRIBE message. So after
i should make visa versa in NOTIFY message (ABC to 123).
In order to determine that
Okay, let me rephrase that. With respect to the dialog module, what is your
objective?
On 10 May 2014 20:48:48 GMT+04:00, Ewgeny wrote:
>Hi Alex,
>
>please describe in detail what you mean.
>It is Kamailio PRESENCE Server - after SUBSCRIBE in that dialog will be
>
>202 OK and NOTIFY messages.
Hi Alex,
please describe in detail what you mean.
It is Kamailio PRESENCE Server - after SUBSCRIBE in that dialog will be
202 OK and NOTIFY messages. All sequential SUBSCRIBES and NOTIFYs will
be in the same dialog.
10.05.2014 19:24, Alex Balashov пишет:
Hi Ewgeny,
The dialog module reli
Hi Ewgeny,
The dialog module relies on TM callbacks. The dialog is not actually created
until a transaction is created, usually with t_relay().
On 10 May 2014 20:23:23 GMT+04:00, Ewgeny wrote:
>Hi,
>
>i'm trying to create SIP dialog for SUBSCRIBE messages, but it's still
>unsuccessful (.
>