[Home]

Summary:ASTERISK-07267: Asterisk crashed after OOH323 Call
Reporter:Lucas Martinez (martlucas_gtt)Labels:
Date Opened:2006-06-30 14:24:10Date Closed:2006-09-18 09:06:16
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) h323_log.log
( 1) Messages.txt
( 2) requested.diff.txt
( 3) Terminal.txt
Description:I saw this problem two or three times in a week with a few calls

Jun 30 10:58:37 WARNING[24381]: channel.c:911 ast_channel_free: Channel 'OOH323/XX.XX.XX.XX-c449' may not have been hung up properly

Someone has the same problem?

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

Dialed


Dialed String:
OOH323/13055886976@XX.XX.XX.XX|90|oS(7200).
   -- Setting call duration limit to 7200 seconds.
   -- Called 13055886976@XX.XX.XX.XX
   -- Executing Hangup("OOH323/XX.XX.XX.XX-c449", "") in new stack
 == Spawn extension (from-input, h, 1) exited non-zero on 'OOH323/XX.XX.XX.XX-c449'
Jun 30 10:58:37 WARNING[24381]: channel.c:911 ast_channel_free: Channel 'OOH323/XX.XX.XX.XX-c449' may not have been hung up properly


I called DIAL application from a testing application:

struct ast_app *app;
app = pbx_findapp("Dial");
  if (app) {
ret = pbx_exec(chan, app, data, 1);
Comments:By: Objective Systems (objsys) 2006-07-05 09:21:16

Can you post the ooh323c debug log & the call scenario.

Procedure to create debug log is:
cd asterisk-addons/asterisk-ooh323c
make clean
make debug
su
make install

Run the asterisk with -vvvc option. Than post here the
/var/log/asterisk/h323_log
/var/log/asterisk/messages
And any message printed on CLI prompt.

Regards,
Avin Patel
Objective Systems Inc

By: Lucas Martinez (martlucas_gtt) 2006-07-05 12:07:08

Yes, i'll make this changes and attach here the file, thanks for the answer

By: Lucas Martinez (martlucas_gtt) 2006-07-06 08:01:18

I have attached files taht you requested me, let me know if you need something else.

By: Lucas Martinez (martlucas_gtt) 2006-07-25 15:43:53

Any news about it?

By: Objective Systems (objsys) 2006-08-01 14:10:42

What is the call scenario?
?? --> Asterisk --> ??

Are you facing this problem when you shutdown asterisk?
Problem looks like in clearing the call.

I have fixed on problem with call clearing some time before. Are you using latest copy from svn?

Does your code have any other changes?

Regards,
Avin Patel
Objective Systems Inc

By: Lucas Martinez (martlucas_gtt) 2006-08-17 17:37:52

Thanks Avin for the answer,

Scenario:
CISCO(SIP)---> Asterisk ---> CISCO(OOH323)

My code is the same up to now, this is a testing application. We have this problem on a different application and we thougth to set a new one just dialing on OOH323 channel.

Im not using the last svn source, just release.

Let me know if you need mor information.

By: Objective Systems (objsys) 2006-08-18 08:45:35

Please download the fresh copy from the svn 1.2 branch.
svn checkout http://svn.digium.com/svn/asterisk-addons/branches/1.2 asterisk-addons-1.2


Please provide output of following command
cd asterisk-addons-1.2
svn update
svn info

Also provide debug logs with this version:

Procedure to create debug log is:
cd asterisk-addons-1.2/asterisk-ooh323c
make clean
make debug
su
make install

Run the asterisk with -vvvc option. Than post here the
/var/log/asterisk/h323_log
/var/log/asterisk/messages
And any message printed on CLI prompt

Hopefully we will be able to solve this problem now.

Regards,
Avin Patel
Objective Systems Inc



By: Serge Vecher (serge-v) 2006-09-06 12:03:08

ping

By: Anthony LaMantia (alamantia) 2006-09-11 12:22:46

i have just commited a patch to rev: 292 that should resolve this error.

By: Anthony LaMantia (alamantia) 2006-09-11 12:31:45

the revision above was on the testing-trunk version, the updated revision number for the 1.2 trunk with the update for this issue is rev:294

By: Dinesh Nair (alphaque) 2006-09-14 05:59:15

alamantia: could you upload the patch here, for those of us not tracking svn ? i'm currently using ooh323c from the addons 1.2.4.

By: Anthony LaMantia (alamantia) 2006-09-14 12:23:56

sure thing, i'll do that as soon as i get back from lunch.

By: Serge Vecher (serge-v) 2006-09-18 09:06:15

Fixed in latest SVN 1.2 branch. The fix will be available in the next asterisk-addons release. Please use the attached patch as a hotfix or check out the latest asterisk-addons 1.2 branch. Thanks.