[asterisk-dev] RE: chan_h323
Dan Austin
Dan_Austin at Phoenix.com
Thu Apr 20 12:01:10 MST 2006
Jeremy wrote:
> Nicolas LEGROS wrote:
>> I'm currently working on the channel H.323 (from Asterisk v.1.2.7.1).
> Development really should be done from the svn trunk code.
>> I'm wondering if this channel supports transfer/hold/retrieve (for
>> incoming and outgoing calls)...
> Not the last time I touched the code.
I added this support to chan_ooh323 last fall, and was included in
the asterisk-addons-1.2.2 release. I wasn't able to fully understand
the Asterisk representation of channel states, so I did not add
MoH support. What does work is transfer/hold retrieve from a H.323
endpoint. I did not need support for Asterisk initiated T/H/R, so
that code may be incomplete (read completely untested on my part)
>> - I don't understand how asterisk can notify the open H323 stack that
>> the remote user should be put on hold (and consequently that the
>> OpenH323 Stack should send CloseLogicalChannels..messages)
>> - When OpenH323 Stack receives H.245 messages, like
>> CloseLogicalChannels; is there a notification to the channel H.323
and
>> to Asterisk? (the function OnClosedLogicalChannel in ast_h323.cpp
>> doesn't seem to notify anyone!! ).
> I cannot answer those questions, but you should be able to tell Open
> H.323 to deal with those situations.
More information about the asterisk-dev
mailing list