Hi, I am using asterisk CVS 2004-06-16 with oh323-0.6.3a I have a strange problem if I start asterisk with oh323 loaded /usr/sbin/asterisk -vvvvvc once I am in the console and issue "restart now" or "reload" asterisk hangs and it not stoping or restarting at all, below is the console logging when it happens, as you can see it stucks on "Destroying any remaining musiconhold processes" [chan_oh323.so] => (OpenH323 Channel Driver) == Parsing '/etc/asterisk/rtp.conf': Found == Parsing '/etc/asterisk/oh323.conf': Found [1]WrapH323EndPoint::WrapH323EndPoint: Compile-time libraries OpenH323 v1.13.5, PWlib v1.6.6 == Registered channel type 'OH323' (OpenH323 Channel Driver) == OpenH323 Channel Ready (v0.6.3) == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/logger.conf': Found Asterisk Event Logger restarted Asterisk Ready. *CLI> restart now Beginning asterisk restart.... Executing last minute cleanups == Cleaning up OpenH323 channel driver. == Unregistered channel type 'OH323' == Destroying any remaining musiconhold processes If I do not load oh323 the above will not happen. Does anyone knows how to why or how to fix? Even if I use safe_asterisk it acts the same. Is this a problem with oh323 or asterisk itself? Regards, Anthony
Hi, Anthony, can you try issuing "stop now" on safe_asterisk and see if it works please? I am used to using safe_asterisk and with this new version and when I tried issuing "stop now", it did not do it. Thanks -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Anthony Law Sent: Wednesday, June 30, 2004 4:17 PM To: Mailing List Asterisk Subject: [Asterisk-Users] strange problem with oh323 loaded! Hi, I am using asterisk CVS 2004-06-16 with oh323-0.6.3a I have a strange problem if I start asterisk with oh323 loaded /usr/sbin/asterisk -vvvvvc once I am in the console and issue "restart now" or "reload" asterisk hangs and it not stoping or restarting at all, below is the console logging when it happens, as you can see it stucks on "Destroying any remaining musiconhold processes" [chan_oh323.so] => (OpenH323 Channel Driver) == Parsing '/etc/asterisk/rtp.conf': Found == Parsing '/etc/asterisk/oh323.conf': Found [1]WrapH323EndPoint::WrapH323EndPoint: Compile-time libraries OpenH323 v1.13.5, PWlib v1.6.6 == Registered channel type 'OH323' (OpenH323 Channel Driver) == OpenH323 Channel Ready (v0.6.3) == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/logger.conf': Found Asterisk Event Logger restarted Asterisk Ready. *CLI> restart now Beginning asterisk restart.... Executing last minute cleanups == Cleaning up OpenH323 channel driver. == Unregistered channel type 'OH323' == Destroying any remaining musiconhold processes If I do not load oh323 the above will not happen. Does anyone knows how to why or how to fix? Even if I use safe_asterisk it acts the same. Is this a problem with oh323 or asterisk itself? Regards, Anthony _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004
Hi, Here it is when I start it with /etc/rc.d/init.d/asteriskd found in asterisk source contrib/init.d/rc.redhat.asterisk It started without problem and when i issue "stop now" It freezes, please see below, ------------------------ tai*CLI> add debug dont dump extensions help iax2 include init load local logger mgcp no oh323 reload remove save set show sip skinny soft unload == Registered channel type 'OH323' (OpenH323 Channel Driver) == OpenH323 Channel Ready (v0.6.3) == Parsing '/etc/asterisk/enum.conf': == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/logger.conf': == Parsing '/etc/asterisk/logger.conf': Found Asterisk Event Logger restarted Asterisk Ready. tai*CLI> stop now tai*CLI> It freezes right here and does nothing else --------------------------------- If I do it with safe_asterisk , it died and loops root@tai init.d]# /usr/sbin/safe_asterisk -vvvvvvc [root@tai init.d]# Asterisk ended with exit status 127 Asterisk died with code 127. Automatically restarting Asterisk. Asterisk ended with exit status 127 Asterisk died with code 127. Automatically restarting Asterisk. Asterisk ended with exit status 127 ------------------------------------------------ As I have mentioned, if I noload oh323 this won't happen *CLI> stop now Beginning asterisk shutdown.... Executing last minute cleanups == Destroying any remaining musiconhold processes Asterisk cleanly ending (0). Any ideas? Regards, Anthony
I too tried 0.6.3 and it is behaving the same. I have now downloaded oh323 to 0.6.2a and it seems fine. Regards, Anthony
Michael Manousos
2004-Jul-08 03:28 UTC
[Asterisk-Users] strange problem with oh323 loaded!
What exactly is the problem with v0.6.3(a)? Michael. Anthony Law wrote:> I too tried 0.6.3 and it is behaving the same. I have now downloaded oh323 > to 0.6.2a and it seems fine. > > > > Regards, > > > > Anthony > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- ******************************* * * * G R E E C E * * * * EUROPEAN CHAMPION EURO 2004 * * * *******************************
Hi, As explained in my original post on June 30. When I used CVS 2004-06-16 with oh323-0.6.3a. I can compile and install without problem but when I am in the asterisk console whenever I issue "stop now" or "restart now" or "extension reload" I got stuck on the console and asterisk did not response to either shutting down or restarting. It stucked on Executing last minute cleanups == Cleaning up OpenH323 channel driver. == Unregistered channel type 'OH323' == Destroying any remaining musiconhold processes The same thing will not happen if I do not load the oh323-0.6.3.a module. Since I have this problem I have gone back to oh323-0.6.3 and it acts the same, finally yesterday I revert it back to oh323-0.6.2a and the above did not happen. Do you happen to know why? Regards, Anthony