similar to: Forcing a codec in chan_oh323

Displaying 20 results from an estimated 4000 matches similar to: "Forcing a codec in chan_oh323"

2003 May 21
6
chan_oh323.so: Segmentation Fault
Hi, I'm trying to get H323 support using asterisk 0.4.0 Unfortunately the pwlib and openh323 versions mentioned in the asterisk-oh323 readme file are no more available, and I had to use newer ones. Now I installed all libraries, but got a segemntion fault when starting asterisk while reading the chan_oh323.conf file. When I declare more than 9 gwprefix I get first a error "out of
2004 Nov 29
3
chan_oh323.o
I have asterisk version 1.0.0,have comipled pwlib version 1.5.2 ;and openh323 version 1.12.2.When I try to build asterisk-oh323 version 0.5.9 or 0.5.10 ,I get the following error : make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' make: *** [subdirs_all] Error 1 I thought that there might be some linking problem,so I searched
2006 Jan 04
1
chan_oh323.so freeze my box on unload
Hi im running several gentoo servers with Asterisk, only using IAX2 and SIP. Recently we decided to implement h323. All the necessary dependences for oh323-0.7.3 were installed by portage (package manager of Gentoo distro), including openh323, pwlib etc. The module is successfully loaded (load chan_oh323.so) but when asterisk is stopped (stop now) or the oh323 module is unloaded (unload
2005 Mar 16
1
Re: chan_oh323.c ast_oh323_new Internal channel initialization failed
hello i was searching for solution to problem (sip->h.323). any one from this list asterisk mailing have any idea how to fix it. i am getting error when i try to call from sip to h.323 user i am successfully registering my asterisk box with gnugk. but when i try to call to h.323 openphone on working on GnuGatekeeper, asterisk is not routing it to GnuGk. i am getting the following error. do
2003 Sep 17
1
core dump back trace of chan_oh323
hi michael, here are the core dumps. only kphone works when 0.5.5 and * cvs. audiocodes and msn messenger all cause seg faults when calling ccm thru * (or vice-versa) ~kelvin [chan_oh323.so] => (OpenH323 Channel Driver) == Parsing '/etc/asterisk/rtp.conf': Found == Parsing '/etc/asterisk/oh323.conf': Found 0:00.004 OpenH323 Wrapper OpenH323 Wrapper
2004 Aug 25
1
chan_oh323: __use_ast_pthread_create_instead__ (was: chan_oh323 loading error)
Hi, > chan_oh323.so: undefined > symbol: __use_ast_pthread_create_instead__ is not a bug, it's a hint: use "ast_pthread_create" instead [what your were using] and means: replace in asterisk-oh/asterisk-driver/chan_oh323.c at line 3764 "pthread_create" by "ast_pthread_create" Roger.
2004 Nov 26
0
"reason 23 (Temporary failure)" when using Dial(OH323)
I've complied the OH323 .so successfully and can easily receive calls from my H323 gatekeeper (using 711u), however it seems that all outgoing calls are refused and I'm getting "reason 23 (Temporary failure)" as an error code which I can't find documented everywhere. My H323 gatekeeper needs a 001NXXNXXXXXX to dial out to the PSTN even if I'm in north america (Montreal)
2005 Aug 10
1
chan_oh323.c:2706 oh323_request: Blocking outbound H.323 call due to call-limit violation.
we got this installation : WinSip(demo version) -> ser(radius accounting) -> asterisk(from sip to h323 channel) -> gsm gateway(with 32 sims in it) we configured winsip to make 28 calls like from 28 different sip accounts, to 28 different cellular phones numbers after the first ten : -- Executing Dial("SIP/5060-081925b0", "OH323/33xxxxxx@gsm.gateway.ip") in
2003 Jun 16
1
Error chan_oh323.so
Hi all, I want to install h.323 support for *, but when I launch * from shell command asterisk -vvvc I have the next error screen: [chan_oh323.so]WARNING[1024]: File loader.c, Line 226 (ast_load_resource): liboh323wrap.so: cannot open shared object file: No such file or directory WARNING[1024]: File loader.c, Line 394 (load_modules): Loading module chan_oh323.so
2003 Jul 16
3
Segmentation fault with chan_oh323
Hi, I'm trying to interconnect sip and h323 endpoints using asterisk and asterisk crashes with segmentation fault whenever h323 connection needs to be established. It registers with gatekeeper ok though. Here are the symptoms. If the call initiated by SIP device, asterisk replies to it "Trying" and then silently crashes (it launched as asterisk -vvvvcd). In debug log I can see the
2004 Jul 12
2
OH323 and G729
Dear All, I have problem with new oh323 0.6.3a , I try use var OH323_OUTCODEC, but it don't work. oh323 driver don't want connect to gateway with g729, it's work if I only use in oh323.conf one codec ( g729 ). If I enable 2 or more codecs - always in use other codec: -- Executing SetVar("IAX2[4010@4010]/1", "OH323_OUTCODEC=g729a") in new stack -- Executing
2005 Mar 16
0
chan_oh323.c:2501 ast_oh323_new: Internal channel initialization failed. Bad binary?
hello i try to call from sip phone on asteris to open phone on GnuGK. can any one tell me why it is saying chan_oh323.c:2501 ast_oh323_new: Internal channel initialization failed. Bad binary? Mar 16 13:28:46 WARNING[5963]: chan_oh323.c:2727 oh323_request: Failed to create new H.323 private structure 4. Mar 16 13:28:46 NOTICE[5963]: app_dial.c:749 dial_exec: Unable to create channel of type
2003 May 21
0
to jerjer or not to, i.e. not the question was ( chan_oh323.so: Segmentation Fault)
a) jerjers been doing a lot commendable work for * b) support is not mandatory, and i agree with royk it should not be withheld based on political viewpoints, that's pointlessly draconian c) choice is always good, so people should have the option of oh323 or h323, let them decide, and not limit them, unless astmaster chooses to limit them, and that too based on valid points d) jerjer gave a
2003 Jun 11
2
filling suppressed silence with chan_oh323
After some more analysis of my "dropped fragment" problem, things look like this: Cisco 7940 phone -- RTP --> chan_oh323 --> Asterisk (running, eg., VoiceMailMain) That RTP connection was negotiated via H.323 on a third machine running Cisco CallManager 3.2, but this part should not be relevant. Connections work fine, with one
2003 May 07
1
Asterisk problem, - unable to load chan_oh323
I'm trying to install asterisk PBX with openH323 support. I installed all the packages ( Pwlib, openH323 and openH323 gatekeeper) from source successfully. i also installed the wrapper ( http://www.inaccessnetworks.com/projects/asterisk-oh323 ). However when i try to start asterisk i get the following errors... ARNING[1024]: File loader.c, Line 212 (ast_load_resource):
2005 Jan 13
0
oh323 compile problem still
Followed instructions from these old post, CVS updated my asterisk too, edites makefile... but ---------------------------------------------------------- Get oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/ openh323-Janus_patch4-src-tar.gz Get pwlib from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/ pwlib-Janus_patch4-src-tar.gz Get
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
Hi, erverybody The Asterisk is running well in the linux system. Now I would like to add oh323 in Asterisk. I have download pwlib(version is 1.6.6) and openh323(version is 1.13.5). And I sucessfully maked and installed these two packages. But I got the following errors when compling the asterisk-oh323 0.6.3a: for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make[1]:
2005 Jul 26
1
problems with compiling asterisk-oh323-0.6.5
after editing the Makefile according to my directories ive compiled asterisk-oh323-0.6.5 but i got these errors can any body help me with this : [root@terra@net asterisk-oh323-0.6.5]# make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory `/home/wassim/asterisk-oh323-0.6.5/wrapper' ./check_ver /home/wassim/pwlib pwlib ./check_ver
2004 Apr 24
0
compile error in chan_oh323.c
hey people, i've installed an asterisk version on my Linux Distribution. Then i wanted to compile the packages for H323 support. The openh323 and pwlib libraries compiled without any error. But at least i got one in /~/asterisk-oh323-0.5-10/asterisk-driver/chan_oh323.c in Line 1128. Too many aruments caused this error. Is anybody able to say why and how can i solve thsi problem? Kindly Regards
2005 Jun 30
0
chan_oh323.c not compiling (cid not found)
i've compiled openh323 (from openh323-Janus_patch4-src.tar) and pwlib( from pwlib-Janus_patch4-src.tar) .... but when i tried to compile asterisk-oh323-0.7.1... it gave error like that there is no member "cid" in structure ....( chan_oh323.c ) .... can anyone help me to resolve this problem __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail