search for: comxe

Displaying 20 results from an estimated 51 matches for "comxe".

Did you mean: come
2005 May 09
0
SV: Re: Sangoma A102 cards testing FIXED
Hi again, Well - I didn't see beta8a-2.3.3 in custom dir. Will try. Also I tried to contact Sangoma - they are very fast to answer but main problem is time difference - it's 6 hours between Canada and Europe. Br, dmitry Dmitry Zhukovski System developer ComX Networks A/S Naverland 31, 2 DK-2600 Glostrup Denmark Phone: +45 70 25 74 74 Fax:???? +45 70 25 73 74 Web: www.comx.dk
2005 May 09
0
Re: Sangoma A102 cards testing FIXED
Hello, Have you tried the wanpipe-beta8c-2.3.3.tgz release in the custom/2.3.3 dir on their FTP site? Also, have you contacted Sangoma for support? They are very responsive. I am using wanpipe-beta8a-2.3.3.tgz and it's been working great on my A104 for a week now. MATT--- -----Original Message----- From: Dmitry Zhukovski [mailto:DZH@comx.dk] Sent: Monday, May 09, 2005 5:20 AM To: Asterisk
2003 Aug 18
3
Pops
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. Using inAccess Networks chan_oh323, I'm experiencing some clicks or pops, how can I fix that? - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/QMfF2TEAILET3McRAu9zAJwNWtv+QSpka0NGaVk9E/IDHyalhwCgkQME Gynfp5zF0SWZUQEjelp7sBI= =CSqT
2003 Sep 24
4
Does SIP work?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Now that I've been unable to register 2 hardware SIP phones and one software (Kphone), I'm beginning to doubt that chan_sip works at all. - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux)
2004 Jan 29
5
Echo worsens in 0.7.1
Just updated from CVS 12-23-03 to tarbal 0.7.1. Identical settings in zconfig.h for echo cancellation (MARK2, aggressive OFF). The echo got worse, much worse. It takes longer to train and overspeak now disables cancellation, which it did not before. In fact, I now have echo on VoIP to VoIP on our local network, which I never had before. Was something changed with the echo supression which
2003 Dec 18
2
Expressions
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm having a problem with the following expression examples. exten => s,1,NoOp($[$[${value} >= 10] & $[${value} < 18]]) exten => s,1,GotoIf($[$[${value} >= 10] & $[${value} < 18]]?3) ${value} is 13 in both examples above. First extension evaluates to 1 while second evaluates to 0 even though it's the same
2005 May 09
0
SV: Re: Sangoma A102 cards testing FIXED
Ok, I have tested with almost all versions both in 2.3.2--*-stable and 2.3.3-*-beta - I am getting same messages: May 9 10:55:26 WARNING[3961]: chan_zap.c:1925 pri_find_dchan: No D-channels available! Using Primary on channel anyway 16! and same Down state pb01*CLI> pri show span 1 Primary D-channel: 16 Status: Provisioned, Down, Active Switchtype: EuroISDN Type: CPE Window Length: 0/7
2003 Apr 22
5
SS7
Hi, Does Asterisk support SS7? Google shows an old new post from Feb. 2002 stating that OpenSS7 would help add SS7 support to Asterisk, but presently OpenSS7 seems to be dead and I can't seem to find anything about it at Asterisk or Digium's sites. What happened? -- Regards, Tais M. Hansen ComX
2003 Sep 03
3
g729 codec + kernel upgrade
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, After upgrading the kernel on an Asterisk box, asterisk segfaults on startup. It seems like it's the g729 codec that causes this: #0 0x4015acad in memset () from /lib/libc.so.6 #1 0x4022686a in load_module () at codec_g729b.c:416 #2 0x08054794 in ast_load_resource (resource_name=0x80d1068 "codec_g729b.so") at loader.c:298 #3
2003 Jul 18
5
cdr_mysql
Considering that I had a failure with compiling the latest version of asterisk because of cdr_mysql, I am going to assume that I need to have a copy of the mysql headers on the system in order to compile cdr_mysql.so. Does that sound correct? Kim C. Callis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Jun 02
1
Configuring spans
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, No matter what I configure my spans at (on a E400P) ztcfg -v always shows: SPAN x: D4/ AMI Build-out: 0 db (CSU)/0-133 feet (DSX-1) Currently I've configured my spans as "ccs,hdb3,crc4", so shouldn't D4/AMI be showing "ccs/hdb3" instead? - -- Regards, Tais M. Hansen ComX -----BEGIN PGP SIGNATURE----- Version:
2003 Jul 30
1
SetCIDName
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Why do the string specified with SetCIDName() get overwritten with the name of the user running Asterisk, when placing calls through H323? - -- Regards, Tais M. Hansen ComX -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/J5YL2TEAILET3McRAuFUAKCiLlSXB4qzEVcm8ps8VHzkGlPLewCeLdig x399jPG6fIEvyxf52ksi/nQ= =dhvu -----END
2003 Jul 31
1
Congestion
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, When congestion doesn't do anything on a zaptel channel, would it be because the tones in the zaptel zonedata.c isn't correctly defined? -- Nobody picked up in 15000 ms -- Executing Congestion("Zap/120-1", "") in new stack ... But the calling phone just keeps ringing. - -- Regards, Tais M. Hansen ComX
2003 Sep 08
2
cdr_mysql question: accountcode
Hello- I'm using the "accountcode" field in cdr table to store some temporary information used by my perl scripts. I'm finding that the field seems to be truncated to 19 characters, even though the allocated field in the table is larger (varchar(45)). Anyone familiar with the asterisk sources know where I can make a change to keep this from happening? ie: to allow more
2003 Sep 15
1
extension parser
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Before I hack out the ',' -> '|' tr in extension.conf parser, any way to escape ',' that I missed? - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/ZfuP2TEAILET3McRAjXUAJ0VjuFeABe5jqpSlrBakDC2IMjvrQCfcBYU
2003 Jun 03
4
E400P
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm attempting to hook up the E400P card to a Siemens ISDN module. I have no knowledge of these Siemens products, so I'm acting on what I've been told about it. The Siemens side is configured to "ISDN30: ECMA QSIG". The Siemens manual states the card provides 30 ISDN B-channels which can be used for trunking or
2004 Jun 15
2
Cdr_addon_mysql.c compile problem.
Good Afternoon Everyone, I am having a problem with compiling the CVS version of *-addons downloaded today. I am also having problems compiling an older version as well but im ignoring that one for now. I believe I have all the correct libraries, and I have done extensive searches everywhere I just wondered if I was missing something really silly, or if this is a problem other people have
2003 Oct 10
2
Actual audio bitrates
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I was just measuring the bitrates of a couple of codecs via iax. I'm getting much higher numbers than expected, so maybe I'm doing something wrong? Measured with iptraf, values displayed are: codec: measured bitrate (bitrate according codec definition) gsm: 52 kbps (13 kpbs) alaw: 154 kbps (?) speex: 57 kpbs (24 kpbs) Seems a little
2004 Feb 02
6
Transfer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, As I've been unable to get app_transfer to work, could someone explain how it is supposed to work? Currently I have two Asterisk boxes. A call comes in via zaptel to ast1. ast1 dials ast2 using iax2 and gets instructed to transfer the call to a different extension. iax2 debug shows that a transfer cmd is sent to ast1, but nothing happens
2003 Jun 02
0
E400P cable
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm trying to connect an E400P card to a Siemens Digital ISDN S2M Module. (TMS2). How should I connect these two? Straight or crossed? (receive tip <-> receive tip or receive tip <-> transmit tip) Also, I can't seem to figure out how to configure the channels. Does anyone here have any experience with the Siemens module