All, I have a problem with H323 the call disconnects when answered. The debug shows -- Executing Dial("SIP/sj1-4ff7", "H323/0797617729") in new stack -- Called 0797617729 -- H323/0797617729 is ringing -- H323/0797617729 answered SIP/sj1-4ff7 == Spawn extension (default, 0797617729, 1) exited non-zero on 'SIP/sj1-4ff7' -- Executing Dial("SIP/sj1-4ff7", "H323/h") in new stack -- Called h == Spawn extension (default, h, 1) exited non-zero on 'SIP/sj1-4ff7' The first Dial is normal but the 2nd Dial "Executing Dial("SIP/sj1-4ff7", "H323/h") in new stack" Where do that come from? In the h323.conf I only have exten => _.,1,Dial(H323/${EXTEN}) Anyone, please help I'm totally stuck!! Thanks Krystian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040812/84fd95db/attachment.htm
Hi, We have a setup of the Nufone Implementation of H323 on our Asterisk Setup and it appears to work fine apart from one slight technical glitch. When a customer makes a call, it keeps trying to forward the client into the default context inspite of a context=blah in the particular config. Any ideas? [cust] type=friend host=x.x.x.x context=blah disallow=all allow=g729 noFastStart=yes Cheers, Sahil
New to Asterisk so I am sure this has been answered before. I can compile PWLIB and OpenH323 but when it comes to compiling asterisk-oh323 then I get all kinds of errors even though I have set the paths up in the source files. I can attach the errors if it is useful. I though however that someone must have gone through this exercise successfully. Any chance of someone giving me a quick how to so I can check I am doing it right? Regards Peter Landy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041121/87b6e654/attachment.htm
Peter, Peter Landy wrote:> New to Asterisk so I am sure this has been answered before. I can > compile PWLIB and OpenH323 but when it comes to compiling asterisk-oh323 > then I get all kinds of errors even though I have set the paths up in > the source files. I can attach the errors if it is useful. I though > however that someone must have gone through this exercise successfully. > Any chance of someone giving me a quick how to so I can check I am doing > it right?Did you apply the OpenH323 patch BEFORE configuring/compiling the library?> > Regards > > Peter Landy >Michael.
Yes I did. Does anyone have a working list of libraries and versions. I have tried with different releases of H323 and they all give different errors. Also is it necessary to compile the H323 under <asterisk src>/channels/H323 as this also bails on errors. The rest of my asterisk install works perfectly it is just H323 I am hung up on. Cheers Pete -----Original Message----- From: Michael Manousos [mailto:manousos@inaccessnetworks.com] Sent: 22 November 2004 09:01 To: peter.landy@utlsc.net; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] H323 Problems Peter, Peter Landy wrote:> New to Asterisk so I am sure this has been answered before. I can > compile PWLIB and OpenH323 but when it comes to compiling > asterisk-oh323 then I get all kinds of errors even though I have set > the paths up in the source files. I can attach the errors if it is > useful. I though however that someone must have gone through this exercisesuccessfully.> Any chance of someone giving me a quick how to so I can check I am > doing it right?Did you apply the OpenH323 patch BEFORE configuring/compiling the library?> > Regards > > Peter Landy >Michael.
Yes I do have the latest CVS version and the 0.7.0 version of openH323. What versions should I be using? Regards Peter Landy -----Original Message----- From: Michael Manousos [mailto:manousos@inaccessnetworks.com] Sent: 22 November 2004 09:01 To: peter.landy@utlsc.net; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] H323 Problems Peter, Peter Landy wrote:> New to Asterisk so I am sure this has been answered before. I can > compile PWLIB and OpenH323 but when it comes to compiling > asterisk-oh323 then I get all kinds of errors even though I have set > the paths up in the source files. I can attach the errors if it is > useful. I though however that someone must have gone through this exercisesuccessfully.> Any chance of someone giving me a quick how to so I can check I am > doing it right?Did you apply the OpenH323 patch BEFORE configuring/compiling the library?> > Regards > > Peter Landy >Michael.
Peter Landy wrote:> Yes I did. Does anyone have a working list of libraries and versions. I have > tried with different releases of H323 and they all give different errors. > Also is it necessary to compile the H323 under <asterisk src>/channels/H323 > as this also bails on errors. The rest of my asterisk install works > perfectly it is just H323 I am hung up on.There is a README in <asterisk src>/channels/H323 that tells you which versions you need.
Hi all, I'm experiencing problems using H323, with 60 calls, * crashes...! My server is a PIV with 2 Gb, on CentOS 3.6, Asterisk 1.2.5, openh323_v1_17_1, asterisk-addons-1.2.2. Errors messages, are: chan_h323.c:1483 cleanup_connection: Avoiding H.323 destory deadlock on ip$xxx.xxx.xxx.xxx/28508 channel.c: Avoided initial deadlock for '0x9e291d0', 10 retries! res_features.c: Bridge failed on channels Zap/105-1 and H323/xxx.xxx.xxx.xxx-821 Also, normally I use IAX2 and each * processes use 12Mb, now with H323 it grows to 26Mb. So, could be an insufficient hardware resources problem? Any suggestions? Thanks in advance -- .:FaberK:. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060404/dfa3b61d/attachment.htm
In article <af696eb00604040328l1ff349b6n9e6187a741d5fdc7@mail.gmail.com>, f.faberk@gmail.com says...> Hi all, > I'm experiencing problems using H323, with 60 calls, * crashes...! > My server is a PIV with 2 Gb, on CentOS 3.6, Asterisk 1.2.5, > openh323_v1_17_1, asterisk-addons-1.2.2. > Errors messages, are: > chan_h323.c:1483 cleanup_connection: Avoiding H.323 destory deadlock onDeadlocks are known and documented channel problems. I'm trying to deal with it for more than a week. If you find any solution, please let me know. P.S. Ooh323 channel driver from asterisk-addons-1.2.1 has same problem -- Tomislav Parcina tparcina#lama.hr
On 04/04/06 19:20 Tomislav Par?ina said the following:> Ooh323 channel driver from asterisk-addons-1.2.1 has same problemhave you managed to get this working ? -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+
In article <44325871.7070601@alphaque.com>, dinesh@alphaque.com says...> On 04/04/06 19:20 Tomislav Pareina said the following: > > Ooh323 channel driver from asterisk-addons-1.2.1 has same problem > > have you managed to get this working ?I certainly hope so, but I'm not sure. I have applied patch yesterday. Now I'm waiting... :)) Here are instruction that Sam has posted on ooh323 mailing list. You can apply patch, or wait few days when I'll announce does it work :)) P.S. You can install ooh323 channel drivers form Asterisk-addons-1.2.2 they should work also, but I'm unable to install them on Fedora Core 4 (liptoolize/automake problems) -- Tomislav Parcina tparcina#lama.hr ******************************************************* Subject: ooh323 Deadlocks resolved. From: Sean Lowry <Sean.Lowry@keycom.co.uk> Newsgroups: gmane.comp.telephony.ooh323.c Hello all, I bring you all some great news about ooh323 and deadlocks. I have been running some patched code on a system (full debug) for 24+ hours now without one deadlock, which used to happen quite frequently before ( under and hour ). So thanks to Avin from obj-sys and all his hard work here's how you go about updating to a stable deadlock free channel. Connect to asterisk cvs server and check out latest asterisk-addons cvs co asterisk-addons (the cvs asterisk-addons works perfectly with asterisk 1.2 stable) Goto: asterisk-addons/asterisk-ooh323c/ Download this patch. wget http://www.obj-sys.com/open/changes1.2.2.tar.gz Extract tar zxvf changes1.2.2.tar.gz make clean ./configure vi Makefile change like 72 DEBUG_THREADS = -DDUMP_SCHEDULER -DDEBUG_SCHEDULER -DDEBUG_THREADS -DDETECT_DEADLOCKS #-DDO_CRASH To: DEBUG_THREADS = #-DDUMP_SCHEDULER #-DDEBUG_SCHEDULER #-DDEBUG_THREADS #-DDETECT_DEADLOCKS #-DDO_CRASH Now make make install This will create your new chan_ooh323.so and install it. Hope this helps everyone if you have any trouble don't hesitate to email the list. Regards Sean. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click