Denis

 

Patch applied. Thx

Note I have been reliably informed the h323: prefix means URL alias type but I agree with you.

 

Simon

 

From: h323plus-bounces@lists.packetizer.com [mailto:h323plus-bounces@lists.packetizer.com] On Behalf Of Denis Kochmashev
Sent: 13 February 2014 18:41
To: h323plus@lists.packetizer.com
Subject: [h323plus] Some issues with h323pdu.cxx

 

Hello!

 

Please correct me if I’m wrong, but

1.       It looks like there is a small mistake in h323pdu.cxx which doesn’t allow to build h323plus without H.235 being enabled.

2.       I’ve found that ‘H323SetAliasAddress(const PString & _name, H225_AliasAddress & alias, int tag)’ doesn’t allow to set AliasAddress of type h323_ID if it looks like dialedDigits even if _name begins with ‘h323:’. For example, if I specify _name = ‘h323:12345’, alias tag will all the same be dialedDigits because it looks like them. I suggest a small change to H323SetAliasAddress, because now it produces unpredictable results.

 

Thanks,

Denis