similar to: Chan_oh323 problem

Displaying 20 results from an estimated 130 matches similar to: "Chan_oh323 problem"

2004 Apr 06
1
No default printer found
Dear all, I have troubles to get the printing working in wine. I have downloaded Wine 20040309 and installed from sratch with ./tools/wineinstall Everthing seems to work fine except the printning: notepad gives: fixme:commdlg:PRINTDLG_SetUpPrinterListComboW Can't find '(null)' in printer list so trying to find default fixme:commdlg:PRINTDLG_SetUpPrinterListComboW Can't find
2013 Oct 23
1
warnign
Hi, I recently changed my version of asterisk to 11.XX, and I see a waning with h323, with version 1.8 did not have these warning I have connected one avaya ip office 500 h323 with asterisk and the 1.8 version did not have these messages Oct 23 17:20:35] WARNING[7593][C-000000aa]: chan_ooh323.c:1413 ooh323_indicate: Don't know how to indicate condition 33 on ooh323c_60 [Oct 23 17:20:35]
2006 Mar 24
3
Call terminated after 60 seconds
Hello, I switched from my PSTN provider to a voip provider. (Voicedata in the Netherlands) >From the moment i switched all inbound calls are terminated after aproximatly 1 minute. The provider tells me it's not their issue since I have no other configuration than all their other users. What can I do. I removed all asterisk functionality by forwarding the inboud call directly to a local
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.
2005 Sep 02
0
chan_oh323.conf (inAccess version)
Hi, I have 2 h323-gateway (clarent-h323 & cisco AS5x00-h323) with different fastStart/h245Tunneling mode configuration. I'm using fedora core 1 with - asterisk-1.0.9 - asterisk-oh323-0.6.6 Anyone know how to configure oh323.conf with multiple h323-gateway ? regards, __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
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):
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 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 Jun 24
1
chan_oh323.c Segmentation fault during Openphone/Gnomemeeting connect during module loading...
My apologies if this question has been answered previously. However, I found that it was nearly impossible to search and find since anything can cause a segmentation fault. Problem. When Asterisk is booting up the h323 modules and a client tries to connect before Asterisk/h323 is finished booting, the program seg faults out and doesn't load. I thought about putting this into the inittab,
2003 Aug 06
1
chan_oh323 + dtmf
Hello all, I have a cisco AS5300 which is register with a gatekeeper and a Asterisk server also register with the gatekeeper. PSTN ---->AS5300 ---->Gatekeeper ---->Asterisk I set up a conference room on the Asterisk sever (Room No 1234). I try to call from PSTN to AS5300, The AS5300 will call the Asterisk server through the gatekeeper. I manage to get to the start of the conference
2003 Sep 08
0
chan_oh323 delay
Hi, I've got a big delay between the caller and the callee. I use asterisk-oh323 drivers how can I configure oh323.conf in order to have the best delay ? Thanks Rattana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030908/aa7acd32/attachment.htm
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
2004 Jun 20
1
chan_oh323: busy not correctly signalled
Hi, I have asterisk connected to PSTN via H.323 gateway via chan_oh323. Incoming calls to SIP extensions work, but SIP message "486 busy here" from a busy extension isn't correctly forwarded to H.323. As a result, a caller from the H.323 side calling a busy SIP extension gets some rings and then an irritating timeout with H.323 message 'no user responding' instead of
2004 Sep 28
1
chan_oh323 and DTMF
Hi, Our gateway has asked that we send DTMF as RFC 2833. Although chan_oh323 seems to do this, it doesn't specify the DTMF mode during the H323 setup headers. Is there an easy way around this? Thanks, Andrew
2004 Oct 07
0
Forcing a codec in chan_oh323
Hi, I have a communication partner who needs G.729. When I disable in oh323.conf all codecs except G.729A, everthing is fine, except that I can't receive calls with other codecs from other partners via H.323. That's why I enabled also GSM and G.711 in oh323.conf and put a SetVar(OH323_OUTCODEC=g729) in my extensions.conf for that partner. Now I see in the console log: -- Executing
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
2004 Dec 17
1
Forcing E.164ID with chan_h323 & or chan_oh323
I am trying to figure out the correct way to send my E.164 ID with chan_h323 and or chan_oh323 as my H323 provider requires this in the format of 'account-pin'. With chan_oh323 I have been able to register with the gatekeeper and can recieve incomming calls, but outgoing calls do not work. With chan_h323, I can call H323 clients (netmeeting, ATAs etc) but cannot place a call through my
2005 May 15
1
Scalability of chan_oh323
I have a customer who wants to do large volumes of H.323 to H.323 hairpinning. We haven't tested this scenario for large volumes before; maybe someone on asterisk-users has. If they buy a top of the line PC, how many concurrent calls are we likely to get? Routing logic will be simple, the machine won't be doing anything else, and let's assume no transcoding for now. We're not
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
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