Displaying 20 results from an estimated 700 matches similar to: "Help! VoiceTronix Multi FXO/FXS Problem"
2004 Apr 26
1
troubles working with Voicetronix Openswitch12
dear Hackers,
i have a voicetronix Openswitch card, and i have been finding it very
dificult to get it to work with asterisk.
i intend to connect 8 ports to the PSTN and 4 as station ports.
problem 1:
On running asterisk all i get at first i get :
event[9=>[11] station OFF hook] on vpb/1-12
even [12=>[11] loop drop on vpb/1-12
event [12=>[11] Tone detect:GRUNT
event [2=>[11] Dial
2004 Oct 07
1
dial out
Good day all
I'm getting this error while trying to dial out on my asterisk server
using a openline4 card
"exception caught: VPBAPI_DIAL_INVALID_LEVEL, file: vpbdial.cpp line:872"
Please Help me
2003 Mar 20
11
Voicetronix
Has anyone gotten the voicetronix boards to work with Asterisk, what
would it take? Or does anyone know where I can get 4 ports or more fxs
PCI cards that do work with asterisk?
Brian J. Schrock
Network Engineer, RHCE, CCNA
Anistone Technologies
Phone: 614-798-9106
FAX: 614-573-7165
6926 Avery Rd.
Dublin, OH 43017
2003 Dec 16
0
RE: Help! VoiceTronix Multi FXO/FXS Problem (Jacky)
Hi,
Firstly it appears you are not passing the extension to be dialed to
the Dial command, so the driver is dialing badly. It should be
something like dial(vpb/1-2/102) since this is a line port. Admittedly
the driver needs to check better that the number it is trying to dial
is legit but it doesn't :)
P.
--- You Wrote ---
From: "Jacky" <jacky.taiwan@msa.hinet.net>
2003 Jul 28
0
Loop Drop on vpb/1-7
Hi list,
anyone know what is going on here?
I don't get any sound from the out clip & I get the following when I dial in
to asterisk (after which it just times out):
-- Event [0=>[06] Ring] on vpb/1-7
-- Executing Wait("vpb/1-7", "2") in new stack
Read_channel ## vpb/1-7: Setting record mode, bridge = 0
-- Executing Answer("vpb/1-7",
2004 May 26
2
Voicetronix OpenLine4 -- Help Needed
Hi. I need help with my brand new Voicetronix OpenLine4 board that I
installed into Asterisk.
After building the Linux device driver and inserting the module, I
modified the /usr/src/asterisk/channels/chan_vpb.c file to uncomment the
US settings and comment out the Austrailian ones.
I made the appropriate entries for routing in vpb.conf and
extensions.conf.... All appears to be well, except
2003 Oct 23
0
FW: Voicetronix
Hiya,
here is a patch to fix that:
[root@mailmx2 channels]# cvs diff chan_vpb.c
Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.9
diff -r1.9 chan_vpb.c
100,102c100,102
< static VPB_TONE Dialtone = {440, 440, 440, 0, 0, 0, 5000, 0 };
< static VPB_TONE Busytone = {440,
2003 Dec 03
1
Asterisk with Voicetronix OpenLine4 card
hi there,
i've been able to successfully run asterisk with the Voicetronix OpenLine4
card, it can accept calls and function normally. The only problem I'm
experiencing so far is getting the card to outdial to a third party.
What I'm trying to achieve is basically call bridging, where the caller
dials in to asterisk, some IVR plays and then attempts to perform a
"transfer"
2004 Jan 29
3
How to delay dialing
Hi there,
I am trying to delay sending out DTMF from Voicetronix OpenLine4 to the CO
line. The reason being is that Voicetronix sends out the DTMF too fast even
before the line is fully established with the carrier. Usually when dialing
an 8 digit number, only 7 digits are actually successfully heard by the
carrier.
Currently, my dial plan is:
exten => _9.,1,Dial(vpb/1-1/${EXTEN:1})
Daniel
2004 Apr 26
0
Voicetronix Openswitch/6
Hello all - I'm trying to get Asterisk working with an Openswitch/6 card
with all ports set to FXO for PSTN in/out, and 10 SIP phones on the LAN
with the Asterisk server.
The SIP phones are working properly to dial one another, but I can't
seem to get a call to go out to the PSTN through the voicetronix, and I
similarly can't get incoming calls to the lines hooked up to the
2003 Apr 15
0
Voicetronix Openswitch driver - draft 2
Attached is the updated driver, thanks to Mark's advice. It now does
pretty good audio, although when you dial another channel via Asterisk
you get some echo. This I have not been able to solve quite yet (using
voicetronix echo cancelling doesn't seem to do it). If anyone can
figure it out, would appreciate.
Thanks
P.
Ps. Unpack inside asterisk code directory. Replaces your makefile
2004 Feb 02
1
Voicetronix Audio Problems when making two or more simultanoues calls
Hi there,
Besides the problem of Voicetronix dialing too early before the carrier gives a dial tone, there also appears to be issues with the audio quality when more than 1 channel is utilized.
2004 Apr 22
0
Re: VoiceTronix Openline 4
Ron,
VoiceTronix worked with me last week and backported the new chan_vpb
that's in the current HEAD CVS tree to the 1.0 stable branch. So if you
are using 0.7.2 or 0.9.0 you can go to the VoiceTronix website now (note
that this is very new) and download an Asterisk package. When you
download it there is an new chan_vpb.c that needs to be put in your
asterisk source code tree. Also there
2003 Apr 12
0
Voicetronix driver for V6PCI/V12PCI - first draft
Good people,
Please find attached a first shot at a driver for the Voicetronix
OpenSwitch hardware. It does work (ish). After paying $900-odd for it
I figured I might try to make it work with Asterisk (could never get
enough documentation on Bayonne!)
I have problems with the audio quality, and since am new to Asterisk,
I could really do with some input. First is that because the
2003 Dec 23
0
Outdialing with Voicetronix
Hi all,
Just thought I'd pass along some pointers when outdialing with Voicetronix's
OpenLine4 card.
I was having a tough time dialing out from *, it probably has something to
do with chan_vpb.c not waiting to hear the dialtone before telling the card
to dial. A quick fix was to insert a "," in the dialstring telling the card
to pause before dialing.
However when the
2005 Mar 29
1
Voicetronix OpenSwitch12 chan_vpb problem
Hello all,
I hope this is not off-topic, if it is please let me know.
I'm currently playing with an Asterisk at home, in order to get to know
it's ins and outs. Very very impressive indeed. I've got it hooked up to
my home phone line via a Wildcard clone board (Intel modem with Ambient
chipset), and it works like a charm. Zaptel picks up the card as a
generic clone, and works with it
2004 Aug 30
1
Voicetronix OpenLine4 immediately hangs up on every call
Hi
we've got Asterisk CVS-HEAD 18-Aug-04 (modified by
Voicetronix as available on their site for use with the
vpb driver) and an OpenLine4 (4xFXO). The same server also
has two X100P.
Calls on the Voicetronix card drop instantly when the
called party picks up. The vpb driver reports that it
detected a hangup (loop drop) yet there is no hangup when
connecting the X100Ps or analog phones to
2004 Aug 27
0
Voicetronix Segmentation Fault
Hi,
I am using a voicetronix OpenLine4. I downloaded a recent asterisk
CVS from voicetronix webpage but have had no luck to reduce echo on
outgoing calls and for it not to crach on incoming calls. I dont
think both problems are related though.
Here is an output of what happens when a new call comes in and my
voicetronix tries to pick it up and crashes asterisk:
> vpb/1-1: Event
2004 Aug 30
1
Voiceronix and asterisk
I have installed a 6VPCI card from voicetronix's but i can't get astersik to
use it!
Now looking at the loaded modules the chan_vpb is not loaded- so I assume
that is why it is not working.
Now I modified my vpb.conf file and extensions.conf, have I missed something
Has anyone a installation guide as I am very new to this!!
I have had asterisk working with SIP extensions.
by dowloading
2005 Jan 24
0
Voicetronix OpenSwitch6 with 10-digit Dialing
Seems strange to me that I should be having this problem but I'm stumped.
I'm still playing with a Voicetronix OpenSwitch6 card and Asterisk
(development CVS). I using a dialplan that's derived from one on another
running installation that's using Digium FXS/FXO interfaces instead of the
OpenSwitch card. It seems that as soon as a user on an FXS interface
dials 7 digits, a call