[Home]

Summary:ASTERISK-07773: warning messages in ooh323 test
Reporter:Di-Shi Sun (homesick)Labels:
Date Opened:2006-09-19 15:40:10Date Closed:2011-06-07 14:08:09
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) test1.doc
( 1) test1.txt
Description:When we did cisco gw->Asterisk->cisco gw test, ooh323 printed some warning messages:

[Sep 19 14:04:31] WARNING[7614]: channel.c:2279 ast_indicate_data: Unable to handle indication 3 for 'OOH323/x.y.z.105-47c7'
[Sep 19 14:04:34] WARNING[7614]: src/chan_h323.c:1016 ooh323_indicate: Don't know how to indicate condition -1 on ooh323c_1

The first one is caused by ooh323_indicate function. It alway return -1 for any parameters. The second one looks like caused by setting "sentringing" in wait_for_answer. We do not know what that means.

****** ADDITIONAL INFORMATION ******

asterisk-addons svn 295

I attached the test log including test bed configuration, ooh323.conf, extensions.conf, cli log, and h323_log in one doc file.
Comments:By: Di-Shi Sun (homesick) 2006-09-27 19:04:03

I think I have known what happened for this case. It is not an ooh323 problem. Please close it. Thanks.

By: Objective Systems (objsys) 2006-09-28 12:07:57

I will close it, what is the reason for this problem?

By: Di-Shi Sun (homesick) 2006-09-28 13:22:01

This issue is caused by res_indications.so does not been loaded. ooh323 does not report it will uses res_indications.so.

By: jmls (jmls) 2006-11-01 06:42:11.000-0600

so, can we close this now ?

By: Di-Shi Sun (homesick) 2006-11-01 07:43:50.000-0600

I think so.

By: jmls (jmls) 2006-11-01 07:55:30.000-0600

closed at reporters request.

By: Serge Vecher (serge-v) 2006-11-06 12:56:16.000-0600

objsys: is this dependency something that you can document in documentation to chan_ooh323?