Or use sipdump module as an alternative

https://kamailio.org/docs/modules/stable/modules/sipdump.html

On Tue, Nov 24, 2020 at 12:55 PM Federico Cabiddu <
[email protected]> wrote:

> The outgoing (relayed) e2e ACK is not captured by the sipcapture module in
> "transaction" capture mode (the default), because of tm module internals.
> You have to explicitly capture it in the onsend_route.
>
> onsend_route {
>     if ($rm == 'ACK') {
>         sip_trace();
>     }
> }
>
> Cheers,
>
> Federico
>
> On Tue, Nov 24, 2020 at 6:47 PM Alex Balashov <[email protected]>
> wrote:
>
>> On 11/24/20 12:35 PM, Antony Stone wrote:
>>
>> > On Tuesday 24 November 2020 at 18:28:44, Alex Balashov wrote:
>> >
>> >> Hiddenly? :-)
>> >
>> > I like the word - I can think of several contexts it would be useful
>> in, and
>> > the standard way of expressing the concept is so much less concise.
>>
>> It's true; the closest and comparably terse adverb I can readily conjure
>> is "surreptitiously", which implies a more actively deliberate and
>> nefarious level of packet forwarding.
>>
>> --
>> Alex Balashov | Principal | Evariste Systems LLC
>>
>> Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
>> Web: http://www.evaristesys.com/, http://www.csrpswitch.com/
>>
>> _______________________________________________
>> Kamailio (SER) - Users Mailing List
>> [email protected]
>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> [email protected]
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
_______________________________________________
Kamailio (SER) - Users Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to