[Opalvoip-user] h323 testing...
Brought to you by:
csoutheren,
rjongbloed
|
From: Peter M. <pmo...@br...> - 2015-02-05 23:45:30
|
Hi all, I'm working on a router platform and am trying to generate simple h323/et al. traffic on a set of Debian Wheezy VMs. I'm able to simulate a call using simpleopal and SIP, however when I try the call using the h323 option, wireshark tells me that I'm sending out a bad h225 packet. "Malformed Packet: MP4V-ES" I generate the above with: % simpleopal h323:192.168.22.222 and am listening with on another VM with: % simpleopal -l -t The goal here is to get the H* protocol handshaking passing through the router, nothing more. I'm not concerned about the RTP traffic. Is this even possible using simpleopal? Are there some other options I can use? Barring that, is there some other H* test tool I could use? My hope is to get the listener to the point of recognizing and accepting the call. Kind Regards, -PWM |