Search found 1 match

by legyndir
Wed Apr 11, 2012 10:09 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: megaco decoding with opal
Replies: 2
Views: 9352

megaco decoding with opal

i all,

I am trying to decode H248 megaco messages using opal library. I convert the payload (bytes after udp header) to PPer_Stream and give that to H248Message::Decode() method, but I dont get any meaningful output.

Here's how I use it:

PPER_Stream pstr((const BYTE *) pl, pllen);
H248_Message ...