similar to: codec problems between * and cisco hardware h323

Displaying 20 results from an estimated 8000 matches similar to: "codec problems between * and cisco hardware h323"

2016 Aug 23
0
[PATCH 8/8] Optimize silk_NSQ_del_dec() for ARM NEON
Created corresponding unit test, and the optimization is bit exact with C function. This optimization speeds up SILK encoder on NEON as following. Fixed-point: Complexity 0-5: 0% Complexity 6-7: 6% Complexity 8-9: 10% Complexity 10: 8% Got similar results on floating-point. --- silk/NSQ_del_dec.c | 6 +- silk/SigProc_FIX.h | 4
2003 Sep 16
1
h323 gatekeeper registration failed
Hi all, i have tried to connect to a clarent gatekeeper. I have used both of h323 drivers chan_h323.so and chan_oh323.so. But no one can register to this gatekeeper. Our ip is activated on this gatekeeper. Maybe, i do wrong anything.... I have only set the "gatekeeper" option in the h323.conf or oh323.conf to the ip address from the gatekeeper. gatekeeper=x.x.x.x But no one of the
2008 Oct 31
1
Copy protection issues with G.729 codec in Solaris
Hello, I have trouble activating the G.729 codec in Solaris. It seems the module doesn't try to read the license file at all. Although the module loads (it's listed in show modules), "show g729" gives "No such command" error and this is posted in the messages log: Oct 27 18:09:40 NOTICE[19336] codec_g729.c: G.729 transcoding module version 32, Copyright (C) 1999-2007
2010 Dec 22
5
* 1.8: cannot load g729 free codec (on 1.4 it worked!)
pbx18*CLI> module load codec_g729-ast14-gcc4-glibc-pentium3.so Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed. [Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module 'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key. [Dec 22 15:52:45] WARNING[4491]:
2008 Jun 12
1
g729 codec for asterisk-1.6.0?
List, Anybody have success with Digium's G729 codec and asterisk 1.6.0? Reading http://www.russellbryant.net/blog/index.php/2008/03/05/codec_g729-v34-builds-now-available/ is seems they are build for 1.6 and trunk. But all I could find / use is 1.4 builds from http://downloads.digium.com/pub/telephony/codec_g729/ Thoughts? PB
2003 Sep 19
1
codec probs wit g723.1
Hi all, i don't know how often someone ask for this, but i ask agian: Is it possible to use G723.1 with * or not ? I tried to use G723.1 from * over OH323 to a gatekeeper from my provider. The situation is following: Zap/analog ---> IAX -----INTERNET-----IAX--->OH323---->GATEKEEPER/PROVIDER The provider supports G723.1. Can someone help me ? Regards, Thomas.
2003 Sep 22
2
how to dial a h323 destination ?
Hi all, i have big problems to make a h323 call over the gatekeeper from my provider. The provider demanded following account data: H323 ID: XXX-XXX-XX-X DetinationNumer: XXXXXXXXXXX I have configured the oh323.conf following: gatekeeper=XX.XX.XXX.XXX alias=XXX-XXX-XX-X Isx the alias equal to the h323id ? And how i have to make a call with the dial app ? I have following config: exten
2003 Oct 27
1
get IP Address from caller using oh323
Hi all (Michael), how it is possible to get the ip address of the calling party ? (i know by using h323... but there're a few unknown segfaults...) and so i want to use oh323, but i have to get the ip from the caller to permit or deny the call with AGI. Is it possible at all ? Thanks, Thomas. ******************************************* beroNet technologies GmbH Dipl.- Ing. Thomas H?ger
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 Jun 13
1
sound quality problem on mISDN
Hi I've problem with incoming call quality to GSM gateway connected to beronet card (BN8S0), -----> [ GSM Gateway ] -------> [ BN8S0 ] ==== asterisk Port connected to GSM gatway is in TE mode , gateway is in NT mode , When I dialin to cellphone numer , call goes to 'from-eragsm' context, to Echo application. [from-eragsm] exten => 700,1,Goto(600,1) exten
2003 May 21
1
Segmentation fault on using SIP -> H323
Hi all, if i make a call between one SIP soft-phone to an other soft phone over asterisk, i get a Segmentation fault after take up. The extension is : exten => _00.,1,Dial,OH323/${EXTEN}@<myip>|60|r This means, if a SIP client comes with 00* then dial to <myip> over H323. If the H323 client takes up, a Segmentation fault occures. But, if the extension is exten =>
2006 Feb 28
0
Compiling Intel G729 error
hi , when i am compiling Intel G729 codec with Patch, i got this error. but i followed all the instraction and successfully patch those file. i saw some has the same error before in this forum and they solved it. but i cant find the patch file they gave. can some one help me to fix this error? thanks atik In file included from ./vm/include/vm_types.h:17, from
2008 Jul 07
2
Codec negotiation for Thomson ST2030 and g729
Hi all, i'm trouble with codec setup on an asterisk machine 1.4.18 and some Thomson ST2030 as extensions. In the users.conf file for internal extension i have: disallow=all allow=g729 allow=alaw allow=ulaw Without any codec installed (i mean with original g729 of asterisk) all go fine, calling from an extension to one other: Peer User/ANR Call ID Seq (Tx/Rx) Format
2007 Jul 19
5
G729 copy protection
Hi All, I have been trying to get the Solaris version of the G729 codec to work with asterisk 1.2.17 and 1.2.22. However, I come up against the very same error every time I try to install it. Has anyone out there seen this error, taken from the asterisk console straight from startup: [codec_g729a.so] => (Annex A/B (floating point) G.729 Codec (optimized for i386)) Jul 19 14:11:23
2009 Jan 14
0
[PATCH] Moved the application of the pitch gain to (un)quant_bands(). This doesn't change anything to the codec, but will make the next changes easier.
--- libcelt/bands.c | 43 ++++++++++++++++++++++++------------------- libcelt/bands.h | 6 ++---- libcelt/celt.c | 6 ++---- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/libcelt/bands.c b/libcelt/bands.c index d0c3498..315cce8 100644 --- a/libcelt/bands.c +++ b/libcelt/bands.c @@ -247,23 +247,6 @@ void compute_pitch_gain(const CELTMode *m, const celt_norm_t *X, const
2008 Dec 13
0
G729 codec files
Which of these files is best for a Core2 Duo? I'm not sure whether to choose Pentium or i686. http://downloads.digium.com/pub/telephony/codec_g729/asterisk-1.4/x86-32/
2003 Jun 10
10
chan_oh323
Hi, does anybody manage to get music-on-hold with inaccess oh323 driver? Statement like : exten => 10,1,Dial(OH323/xx,mt) works (dials the xx number) but no music is heared. Also, if I put 'r' (ringback) it doesn't work either. With chan_h323 I got this functionality but this driver had some other problems (call transfer don't work).... Thanx in advance, Victor...
2003 Jun 10
3
s extension don't work on TDM40B
Hi all, i have read in the * whitepaper the following: "s: The "start" extension. A call which does not have digits associated with it (for example, a loopstart analog line) begins at the "s" extension." I think this means the s extension will be execute when the phone is picked up. But when i pick up the phone the s extension will be never executed. Whats wrong
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
2003 Nov 05
1
g.729 codec registration
Hi all, i have purchased the g.729 codec from digium. The registration was successful. (with the "old" binary) But there're a few questions: - should not the codec listed in the codec list when i enter "show codecs" ? - the codec is named with g729b but if i enter show codecs there is a codec g729a listed also the g729b is not installed. what is the difference between