Displaying 20 results from an estimated 5000 matches similar to: "T1 to cross connect remote PBX and asterisk"
2006 Jan 25
20
* point to point t1 solution?
Can anyone point me to a reference or sample config for bypassing a
nailed up (point to point) t1 between two PBXs with asterisk and a pair
of t1 cards?
Right now I have 2 Nortel norstars connected to each other via a leased
line t1. I also have a solid 10mbps low latency microwave link between
the 2 sites.
My goal is to run an asterisk box at each end with a t1 card and
Ethernet card to
2007 Aug 01
5
pri "call by call" trunking?
I've been working with a telco for the past two days trying to get a
PRI span up and running. This is a small-ish telco and I get the
feeling they don't do this very often. Anyway, they specified a
pretty standard setup: ni2 switchtype, esf framing, b8zs coding, etc.
All of my b-channels are up, but we're having a heck of a time
getting the d-channel to come up. He finds out that
2005 Mar 01
3
Ordering a Voice PRI for Asterisk
We are in the process of ordering a Voice PRI to plug into Asterisk. Of
course we will be buying a card from Digium for this.
Question is this, there seem to be MANY options technically when ordering
this PRI (in the US) but since this is the first time ordering a voice
circuit I am clueless as to what options we need.
Any clues would be helpful or maybe something has already been written
2005 Mar 22
2
asterisk@home print incoming fax
*@home has this for it's incoming fax macro
--- start snip ---
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM}
2004 Dec 21
5
AMP - Fax Detections
Does anyone know of any obscur reference for detecting an incoming fax.
I currently have AMP running and everything else is working great.
Installed the spandsp patches and software... using the default AMP
extensions.conf, I start sending a fax, I hear it pick up and transfer
to voicemail after 20s.
Fax is set for system... Here is the detail from the extensions.conf
[global]
FAX_RX = system
2004 Nov 29
1
New T100P Pri install suggestions?
In the next week or so, we'll be turning up a new T1 Pri from Cox Cable
in Omaha using a T100P (installed but not yet configured). While discussing
the interface parameters with a very knowledgable Cox engineer, we decided
on some of the basics including b8zs, esf, dchan=24, callerid, 5 digits
of called number forwarded to *, and switchtype=national (NI2). They
indicated their CO switch is a
2005 Oct 17
1
fax - conversion problem
I am having a strange problem.
On one * box I setup the fax recive, via spandsp -app_rxfax
I have no problem here.
On a second box I did the same. The resulting PDF appear "corrupt".
If I transmit the same fax to both * box, the tiff files received are the
same.
A deeper analysis shows the only problem is the width and heigth of the
document
In the first PDF, I see
2010 Aug 11
1
DAHDI config file system.conf
I have DAHDI 2.2.1
my system.conf file is :
span=1,0,0,esf,b8zs
bchan=1-23
dchan=24
echocanceller=mg2,1-23
loadzone = us
defaultzone = us
Its telling me:
Running dahdi_cfg: DAHDI_SPANCONFIG failed on span 1: Invalid argument (22)
[FAILED]
What am I missing. Its straight PRI NI2.
2005 Aug 19
4
any ISDN/PRI signaling experts out there?
I have officially engaged in a pissing contest with the local Telco over
PRI calling name delivery.
The telco publishes their calling name delivery over PRI feature as
being bellcore gr-1367-core compliant.
The gr-1367-core spec states that the calling name is to be included as
a facility IE in the setup message, or sent in a subsequent facility IE
message with an indicator in the setup message
2007 Apr 16
4
New T1 Asterisk installation
Hi List,
I need to change my provider, at this time Asterisk box is on VOIP trunk.
I have two options, T1 or 15 analog lines.
I have some experience with analog and I have had two main issues with it.
first is echo (I have not tried HPEC yet) and second unpredictable volume.
The question is, if I use TE100 with PRI , will I have same issues?
I would appreciate any comments and sample zaptel.conf
2006 Mar 22
3
PRI DMS100 -> Nortel Meridian Option 81
Hello all,
I have Asterisk 1.2.1 and a TE110P connected to a Nortel Meridian Option
81C system. The PRI line is currently setup as DMS100. Here are the
relevant lines from zaptel.conf and zapata.conf:
zaptel.conf:
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone = us
defaultzone = us
zapata.conf:
[channels]
language=en
context=from-internal
musiconhold=default
switchtype=dms100
2012 Dec 21
2
dahdi timing source multiple cards
I have a box with 12 T1s (4 Te410P cards). The PSTN provider is reporting
slips and ask me to update the clock source. I have my system.conf set as
the following but when I run dahdi_scan only the ports on Card 1 are showing
up with syncsrc=1
system.conf :
span=1,1,0,esf,b8zs
bchan=2-24
mtp2=1
span=2,2,0,esf,b8zs
bchan=26-48
mtp2=25
span=3,3,0,esf,b8zs
bchan=49-72
2005 Feb 28
2
Fax Failing
Hello All,
I am trying to set up faxing using Asterisk@home 0.6. I have followed
the instructions to the best of my knowledge. When a fax comes in, the
system seems to detect OK but does ot manage to make the fax to pdf to
email leap. Here is what I saw in the CLI when I tested. Any help
would be appreciated.
Thanks!
Wiley
-- Starting simple switch on 'Zap/2-1'
-- Executing
2006 Apr 27
12
PRIs from two different telco
My TE411p does not seem to like to have two PRIs from different telcos
(span 1 and span 2). I can get one working, but not the other. However,
if I use vpmsupport=0 when loading the wct4xxp module, they both work.
But here is the problem, vpmsupport=0 disables the on board echo
cancellation. Any ideas?
BTW, here is zaptel.conf
span=1,1,0,esf,b8zs
span=2,2,0,esf,b8zs
bchan=1-23
dchan=24
2011 Aug 03
1
TE410P hardware problems
TE410P card down.
I have three (3) TE410P in one machine running asterisk with SS7.
My problems started last week when one of my cards started switching to E1
every time after reboot. I set the following in dahdi.conf and that solve
the problem.
/etc/modprobe.d/
options wct4xxp t1e1override=0x00
Now all 4 ports on that card is down with Red Alarm. I tried rebooting the
machine and
2005 Jun 11
4
PRI Trouble
Out of the blue i started receiving the following error on my PRI line
which connects my asterisk server to a Norstar 0x32 key system.
The asterisk zaptel.conf file was configure as follows and this config
worked for 6 months until friday. Nothing was changed on either system
prior to friday. here is teh zaptel.conf
span=1,0,0,esf,b8zs
bchan=1-23
dchan=24
span=2,0,0,esf,b8zs
bchan=25-47
dchan=48
2004 Dec 03
3
Two zaptel T1 cards: no clock from one
List,
I have a TE410P (T1 mode, all PRI) and a T100P (fxoks, for fxs channel
bank). I cannot seem to get the T100P to send any clock to the
channel bank. I prefer that it use the same clock source as the
TE410P, but it doesn't matter if it's not in sync just as long as it's
there.
The TE410P is configured 3x pri_cpe, 1x pri_net. The three cpe go to
XO Sonus switch, the net to
2003 Nov 20
4
T1 / Channel Bank Configuration
I know this topic has been covered before - I just want to make sure I
am understanding this correctly.
| -------------------
| | |
| T1 | Channel Bank |
| ----------| |
| | T1 Cross | |
| | | |
| | -------------------
--------------
| Asterisk |
| |
|
2005 Aug 10
2
ZAP bchan and dchan HELP!!
We have install a DS3 with 28 DS1's we have an Adtran MUX breaking out
the DS1's, we are trying to setup the system with 2 dchannels for each 4
DS1's.
Everything looks fine when modprobe zaptel and wct4xxp and ztcfg -vvvvvv
but when I asterisk asterisk it says:
Aug 10 16:33:32 ERROR[8954]: chan_zap.c:6750 mkintf: Channel 24 is
reserved for D-channel.
Aug 10 16:33:32 ERROR[8954]:
2005 Sep 16
11
wav instead of gsm for vm-sounds?
Is there a way to get * to use wav files instead of gsm files for the
voicemail, agents, and queues applications?
Gsm does not give all the quality we would like to have, and we use no
low bit rate codecs.