similar to: Asterisk crash on module h323.so loading

Displaying 20 results from an estimated 1000 matches similar to: "Asterisk crash on module h323.so loading"

2003 Oct 27
0
G723 format compilation errors
Please, help I could not compile g723 format with pwlib-v1_4_11 and openh323-v1_11_7 I'am planning to use h323 channel driver, because of it that versions of libraries have been cvs'ed from openh323.org I am getting next compile errors: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6
2004 Dec 16
0
Re: Re: Cant set H323 up
Rodolfo Grave wrote: > Hi > > Now I do have compiled all the libraries, and added the > > load => chan_h323.so > > in the modules.conf file. Actually, now asterisk is attempting to load > the chan_h323.so module. The problem is that Im getting this error now: > >???[chan_h323.so]Dec?13?02:24:01?WARNING[12023]:?loader.c:258 > ast_load_resource:
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
Heya, I changed the Makefile of the h323-channel-makefile (I downloaded cvs of a couple of hours ago) so that I don't have to rebuild pwlib and openh323, but can use the precompiled versions. I'm using pwlib 1.8.3 and openh323 1.15.2. There aren't many changes. I replaced OPENH323DIR with OPENH323INC ,which points to /usr/include/openh323 for me and OPENH323LIB, which points to
2005 Aug 10
1
h323 error when trying to start Asterisk
Asterisk has been working fine for me for several weeks using MGCP to a Adit600 for intra office calling. I have recently loaded h323 and the following errors occurs when starting asterisk. [chan_h323.so]Aug 10 09:09:18 WARNING[7824]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory Aug 10 09:09:18 WARNING[7824]:
2009 May 06
0
problems in h323 channels
Hi, all! when my h323 phone dial in Asterisk system, i can hear nothing. and the following is the log slice i picked from /var/log/asterisk/full. ps: i am using red hat AS5 kernel 2.6.18-53.el5,Asterisk-1.4.24.1, pwlib_v1_11_0, openh323_v1_19_0_1. Best Regards! 81948 [May 6 10:07:34] VERBOSE[11579] logger.c: -- Remote UNIX connection 81949 [May 6 10:07:51] VERBOSE[29627] logger.c:
2004 Jan 11
0
NuFone Network H323 configuration?
I am using Nu Fone Network's h323 drivers. I can place H323 calls using following in extensions.conf file, exten => _1732.,1,Dial(H323/${EXTEN}@192.168.1.2) If I need to use h323.conf to do the same I cannot configure h323 to do the same. I get everyone is busy message and I do not see IP packets being generated by * trying to communicate to 192.168.1.2. Can someone point out what I
2005 Jan 19
0
h323 compilation problem
Someone have had good luck compilig h323 into YDL? first thinked was a bug in code but "twisted" said it is " wierd - isn't that the recursive pthread lib? If so, do you have the kernel development headers/libs installed?" I've instaled kernel source, what more can i do? any help would be very wellcome, i've googled everywhere but can't find nothing about it.
2007 Mar 13
1
RE: In Asterisk 1.4.x, Why Digium has two H323 channels?
Hi Users, Administrators and Pavel Jezek, You prefer chan_h323 from asterisk tree and it's of course that use channels by tree is very good. But in 1.2.x, the chan_h323 is very simple and the chan_oh323 is so bad. And I work with chan_ooh323, that it's too from Digium and work good! And I am Studing one possible change to Asterisk 1.4.x , but in 1.4.x the oh323 channel don't have more,
2008 Oct 18
1
strange h323 delay issue
Hello, I have a strange h323 issue. After executing command "Dial("SIP/333-0d1dfe00", "H323/361737052390920 at ccg|5|tT")" at Oct 18 22:32:23. Meanwile I have sniffing traffic on port 1720. The call was established just at Oct 18 22:33:03 (New H.323 Connection created.) and also packet sniffer grabs the h323 invites at this time also. So my question is what
2007 Feb 14
0
Asterisk & CME integration using h323
Hi all, I'm trying to trunk my asterisk with a cisco cme 3.3 using h323. Cisco conf: dial-peer voice 8 voip destination-pattern 2... session target ipv4:<asterisk ip> codec g711alaw no vad h323.conf [general] port = 1720 bindaddr = 0.0.0.0 ;tos=lowdelay ; disallow=all allow=alaw allow=ulaw allow=gsm context=from-internal extension.conf [from-internal] exten =>
2003 Nov 24
3
Cisco to asterisk termination with h323 and g729 finally works.
Hello, I managed to terminate calls from cisco: as5300 and 7206 to asterisk over h323. I tested both oh323 from inaccessnetwork and JerJers chan_h323. I used 1.12.2 version of oh323 and 1.5.2 version of pwlib. After latest changes from JerJer chan_h323.c works ok when receiving traffic from ciscos. I havnt found any audio problems although I didnt send much traffic. Latest oh323 has some
2004 May 17
1
problems compiling h323 support
Hi all I am trying to compile Asterisk on RH9 I am have installed pwlib_1.5.2 readline-4.3-5 readline-devel-4.3-5 openssl-devel-0.9.7a-2 openssl-0.9.7a-2 openh323_1.12.2 I read that it has to do with pwlib not being installed correctly so i made sure it was in /usr/local correctly When i try to compile i get the follow errors.... I was wondering can anyone shed in light on this issue Thanks
2003 Jun 16
2
h323 compile error
The following occurs with code from yesterday's cvs (asterisk) and current OpenH323 code: [root@raid-2 h323]# make clean install rm -f *.o *.so core.* cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations - DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIA N -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING
2003 Dec 17
0
h323.conf new try
Hi list, After several tries to understand the subtil description in the h323.conf to be able to make the next scenario I was presented the following error messages by asterisk. Can somebody tell me please what I am doing wrong. Scenario: Gatekeeper (h323) --> Asterisk PBX -->(h323) Gateway Endpoints are connected to Gatekeeper. Call does come in like 999931235650087 with codec g711
2003 Apr 23
5
Unable to call H323 phones via asterisk
I receive the following error when I try to call another H323 extension from another H323 when going through *. NOTICE[27669]: File channel.c, Line 1325 (ast_set_read_format): Unable to find a path from 1 to 8 NOTICE[27669]: File channel.c, Line 1296 (ast_set_write_format): Unable to find a path from 8 to 1 WARNING[27669]: File chan_h323.c, Line 528 (oh323_write): Asked to transmit frame type 1,
2007 May 07
0
H323 to H323 bridging ... failed ... also with chan_local
Hi, I am using Asterisk 1.2.9.1, with chan_h323. The problem I am coming across is when trying to bridge an incoming H323 call with another H323 call: phone1 dials into asterisk with H323, for extension 111 in asterisk: exten => 111, 1, Dial(chan_h323, H323/111@phone2) (in my extensions.conf the syntax is good ... this is no). I can see how the first call is partially processed, then the
2011 Mar 10
2
Is H323 supported when installing Asterisk from Digium Yum repository?
Hi everyone, Installed asterisk from yum repository but I think H.323 is not supported as I tried commands like this and they don't work: - *h.323 debug*: Enable chan_h323 debug - *h.323 gk cycle*: Manually re-register with the Gatekeper - *h.323 hangup*: Manually try to hang up a call - *h.323 no debug*: Disable chan_h323 debug - *h.323 no trace*: Disable H.323 Stack Tracing
2005 Jul 03
0
H323 with GSM codec is not working
Hello, I'm trying to use the GSM codec with Nufone H323 but it's not working. Does somebody has some idea? Have I missed something? Thanks!! Celso Fassoni Some additional info: (I'm using CVS-HEAD - downloaded today) monkey:~# cat /etc/asterisk/h323.conf [general] port = 1720 bindaddr = 192.168.0.100 ; this SHALL contain a single, valid IP address for this machine
2006 Mar 20
0
Prodding channel h323
hello, sometimes per day, below messages appears in my asterisk/messages log... any suggestion, what this mean? thx PJ Mar 20 07:57:53 WARNING[4672] channel.c: Prodding channel 'H323/ip$172.20.1.11:53473/331' failed Mar 20 07:57:53 NOTICE[14280] chan_h323.c: Avoiding H.323 destory deadlock on ip$172.20.1.11:53473/331 Mar 20 07:57:53 NOTICE[14280] chan_h323.c: Avoiding H.323 destory
2009 Mar 28
0
oh323 to h323
Hi Debian has a package for chan_oh323 (the original, external h323). It is not maintaind for quite some time AFAIK and also AFAIK offers no real atvantages over chan_h323. So I'd like to remove it. Before I do that, I have some questions, as I'm not familiar with H.323 channels: 1. Are there any useful features oh323 supports that h323 doesn't? That the version of h323 in 1.4.21