[Asterisk-Dev] chan_h323 rewrite
Dmitry Mishchenko
arkadia at odessa.net
Thu Apr 22 00:04:58 MST 2004
On Wednesday 21 April 2004 22:30, Jeremy McNamara wrote:
> I am quite far along in the process of rewriting chan_h323. In the past
> people have whined about the method of config. If you have problems with
> h323.conf the time is now to be heard.
>
> If you have something constructive to say, we can keep this on-list.
> Flames will quietly go to /dev/null.
>
>
New version should better handle CallerID and CallerIDName. As for me it is
done much better in OH323.
E.g. I need possibility to send Calling party number and for using chan_h323 I
should extend it with the code like this:
in MyH323Connection::OnSendSignalSetup()
...
if (localAliasNames.GetSize() > 0) {
setupPDU.GetQ931().SetDisplayName(localAliasNames[0]);
if (localAliasNames.GetSize() > 1) {
setupPDU.GetQ931
().SetCallingPartyNumber(localAliasNames[1]);
}
}
...
of course more patches required to make it work, but I think you've got idea
what I'm talking about.
Dmitry
> Jeremy McNamara
>
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list