Displaying 20 results from an estimated 300 matches similar to: "dial out"
2003 Dec 16
2
Help! VoiceTronix Multi FXO/FXS Problem
Hello, Hacker
I install VoiceTronix OpenSwitch 12 port PCI Telephone Card,
and setting vpb.conf, extensions.conf following
My problem is:
When i dial to fxo(channel 9-12), it is ok,
but when i continue press exten 102, the channel crach with error messages
following
exception caught: VPBAPI_DIAL_INVALID_LEVEL, file: vpbdial.cpp line:872
Do i ignore some setting for VoiceTronix OpenSwitch12
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,
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
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
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
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
When I try to connect to * using a Cisco ATA 188 configured with a MGPC firmware (v3.1.1), I just
keep getting this message every 30 seconds or so :
May 10 10:08:21 NOTICE[7913]: chan_mgcp.c:1509 find_subchannel: Gateway '192.168.1.27' (and thus its
endpoint '*') does not exist
Using tcpdump, I have checked that the ATA188 (with IP 192.168.1.27 and port 2427) sends UDP packets
to
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>
2004 Oct 08
1
versions?
Good day all
How is asterisk version
I'm having problems with 1.0.0 and 1.0.1
If I'm starting asterisk it give problems with the modules saying
unresolved symbols
Please give some input
Thaks
Altus
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 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 04
1
CallerID in Australia & Analogue PSTN Phone System
Is there anyone using * in AU that has successfully extracted the CLID
from an incoming analogue PSTN phone call, and would like to spread the
word?
Note - I am only interested in analogue, not ISDN phones.
--
Howard.
LANNet Computing Associates;
Your Linux people <http://www.lannetlinux.com>
------------------------------------------
"When you just want a system that works, you
2004 Feb 03
2
Pictures of new multiport FXO/FXS from digum
Does the voicetronix card work with Asterisk?
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of
woody+asterisk@solutionsfirst.com.au
Sent: Monday, February 02, 2004 11:06 PM
To: asterisk-users@lists.digium.com
Subject: RE: [Asterisk-Users] Pictures of new multiport FXO/FXS from
digum
> -----Original Message-----
2006 Dec 28
2
Error compiling chan_vpb
hello
this is the error
chan_vpb.cc: In function \u2018void mkbrd(vpb_model_t, int)\u2019:
chan_vpb.cc:1530: aviso: la dereferencia de punteros de tipo castigado
romper las reglas de alias estricto
chan_vpb.cc: In function \u2018ast_channel* vpb_new(vpb_pvt*,
ast_channel_state, char*)\u2019:
chan_vpb.cc:2671: aviso: comparacin entre expresiones enteras signed y
unsigned
g++ -c -o chan_vpb.o
2004 Sep 29
5
music on transfer
Good day all
I got my Music on hold to work but can I/how do i get music on transfer?
Please help
Thanks
2005 Feb 02
1
Hangup detection with TDM400 in UK
When a caller hangs up (e.g. after leaving a voicemail), my British Telecom
exchange sends a continuous tone for about 15s and then silence. I can't get
asterisk to recognise this tone as a hangup indication.
I have tried indications.conf with both country=uk and country=us.
My zapata.conf has busydetect=yes, callprogress=yes and I've tried setting
busycount from 1 through 7
I am using
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 Jul 20
1
chan_vpb
Hi,
Has anyone using chan_vpb noticed that only one splash of ringback is provided to the PSTN? I have tried several different permutations in extensions.conf and interworking to mgcp sip and iax. I am using the Voicetronix supplied chan_vpb and asterisk from the 1.0 cvs source tree.
thanks
darren
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Sep 29
2
secure
Goo day all
I'm going to put a asterisk server running sip in at a client.The server
is going to have a public ip so that it can talk to another server.
My question is how do I secure asterisk/sip.
I got a firewall only allowing tcp/udp 5060?
I got sip to work with md5
What more?
Please Advice
Thanks a million
2003 Sep 08
19
Fax
Hi all !
Let's say you have about 6 small different companies sharing the same E1
/ Asterisk server, and every company needs its own fax number. Since
they don't really need fax machines, what would be the most
cost-effective way to handle this (keeping fax-privacy at its best) ?
Is there a way to configure Hylafax or sth & one modem behind an ATA-186
to email faxes to different
2014 Sep 01
1
SIP Calls Not Working
Hello,
I have two sip phones (zoiper). Earlier these used to communicate using the
settings below for sip.conf and extensions.conf and now we asterisk
1.8.29.0, so these phones have stopped communicating. My question is that
does 1.8.29.0 release require any more changes to be done to the sip.conf
and extensions.conf to make the below work ?
The sip.conf contains following enteries