mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Jason Penton
Sent: Wednesday, 11 February 2015 2:02 a.m.
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Using dialog_ng
Hi Shane,
Please make sure you create a new transaction using t_newtran() if
t_check_trans() fails. Dia
Hi Shane,
Please make sure you create a new transaction using t_newtran() if
t_check_trans() fails. Dialog will not be tracked if there is no
transaction.
Cheers
Jason
On Sun, Feb 8, 2015 at 11:42 PM, Shane Harrison
wrote:
> Hi Jason,
>
>
>
> Appreciate the reply. Below is my log file for pr
Hi Jason,
Appreciate the reply. Below is my log file for processing initial INVITE (I
will send the config file privately so you can match up line numbers). Note
that as you may have noticed from a previous posting, I have modified
ims_charging module to use standard usrloc module. I know th
>
>>
>> From: sr-users [sr-users-boun...@lists.sip-router.org] on behalf of
>> Daniel-Constantin Mierla [mico...@gmail.com]
>> Sent: 06 February 2015 00:02
>> To: Kamailio (SER) - Users Mailing List
>> Subject: Re: [SR-
ght on what the new mechanism is for creating an early dialog
> structure?
>
> Cheers and thanks
> Shane
>
>
> From: sr-users [sr-users-boun...@lists.sip-router.org] on behalf of
> Daniel-Constantin Mierla [mico...@gmail.com]
> Sent: 0
Users Mailing List
Subject: Re: [SR-Users] Using dialog_ng
Hello,
I haven't used the dialog_ng module, but (as expected based on the
dialog module) if you only set the FLT_DIALOG flag, then the dialog is
created when calling t_relay(). The dialog module has dlg_manage()
function which creates
Hello,
I haven't used the dialog_ng module, but (as expected based on the
dialog module) if you only set the FLT_DIALOG flag, then the dialog is
created when calling t_relay(). The dialog module has dlg_manage()
function which creates the dialog immediately, maybe that's in dialog_ng
as well.
Che
Hi all,
I think the lack of response to my previous thread is probably because it was
too complicated. I have now narrowed my problem down after further archive
readings .
I am trying to use the dialog_ng module along with the ims_charging_module.
Upon reception of an INVITE, a call to the R