Wow great. Thanks for your help :)
On Tuesday, November 24, 2020, 10:54:25 PM GMT+5, Federico Cabiddu
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 capt
Hiddenly means without being captured in SIP_TRACE module
On Tuesday, November 24, 2020, 10:29:58 PM GMT+5, Alex Balashov
wrote:
Hiddenly? :-)
-- Alex
On 11/24/20 12:22 PM, me.proje...@yahoo.com wrote:
> Thanks for your reply.
> I can't see the ACK being relayed to MSTeams in networ
Thanks for your reply. I can't see the ACK being relayed to MSTeams in network
capture through in Relay Route
if(is_method("ACK|BYE")) { sip_trace(); setflag(22); } but call has been
established successfully. is ACK is being relayed hiddenly by Kamailio ?
On Tuesday, November 24, 2020, 09
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 <
federico.cabi...@gmail.com> wrote:
> The outgoing (relayed) e2e ACK is not captured by the sipcapture module in
> "transaction" capture mode (
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
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
Try to do a manual packet capture and test that theory.
On 11/24/20 12:35 PM, me.proje...@yahoo.com wrote:
Hiddenly means without being captured in SIP_TRACE module
--
Alex Balashov | Principal | Evariste Systems LLC
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
Web: http://www.evarist
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.
Antony.
--
Most people have more than the average number of legs.
Hiddenly? :-)
-- Alex
On 11/24/20 12:22 PM, me.proje...@yahoo.com wrote:
Thanks for your reply.
I can't see the ACK being relayed to MSTeams in network capture through
in Relay Route
if(is_method("ACK|BYE")) {
sip_trace();
setflag(22);
}
but call has been established successfully. is ACK
Hi,
If you take a look at the documentation for t_check_trans(), you'll see
that it behaves in very different ways depending on the type of message
it is handling, and is supposed to return a negative/false value in some
scenarios or abort script execution -- context is very important:
https
Hi When ACK is received on Kamailio from PBX t_check_trans() fails. 200 OK sent
PBX from Teams and ACK from PBX is provided here.
What could be the issue.
SIP/2.0 200 OK
11 matches
Mail list logo