-1

Is there any way to sniff trunked IAX2 trafic. I make search in google but it's all about sip and rtp.

I make test with wireshark but "Telephony tools" doesn't work correctly with IAX2 as you see in the picture below:

https://i.stack.imgur.com/AE7oU.png

Cœur
  • 37,241
  • 25
  • 195
  • 267
Y. Dabbous
  • 39
  • 1
  • 7

1 Answers1

-1

Trunkes IAX traffic usually encrypted.

So no, no way.

arheops
  • 15,544
  • 1
  • 21
  • 27
  • Thanks for your answer Arheops , but I don't set any security configurations for IAX, just the minimum required settings for truncked connexion! – Y. Dabbous Sep 22 '17 at 20:09
  • You see sip becuase it is text protocol. IAX is BINARY protocol, all data including rtp payload go directly via one port/connection. – arheops Sep 22 '17 at 21:06
  • Thanks Arheops for those informations, you help me ! – Y. Dabbous Sep 24 '17 at 13:20