Displaying 20 results from an estimated 10000 matches similar to: "Inter-Tel 8662 configuration problem."
2005 Aug 20
0
Re: Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary D-channel of span 1
On Wed, Aug 03, 2005 at 11:28:19AM -0500, asterisk-users-request@lists.digium.com wrote:
> 10. Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary
> D-channel of span 1 (Gavin Hamill)
> Date: Wed, 3 Aug 2005 15:32:48 +0100
> From: Gavin Hamill <gdh@laterooms.com>
> Subject: [Asterisk-Users] Inter-Tel AXXESS failure: HDLC Bad FCS (8)
> on Primary D-channel of span
2005 Mar 03
4
MGCP to Inter Tel system
I've been trying to figure out if it's possible to connect
Asterisk to a parent Inter Tel Axxess system through the
MGCP protocol. The archives for this list aren't searchable
and I'm wondering if anyone has a simple answer...
Dustin Moore
2005 Aug 03
0
Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary D-channel of span 1
Yep, another list posting on this topic :)
All the messages I've read on this are from people experiencing these errors
in quiet times - I get them as soon as I plug a port on our TE410P to an
Inter-Tel AXXESS PBX.. and I get them continuously...
I'm just sticking an * box in between ISDN30e (we're in the UK so euroisdn)
and the PBX.. and whilst the telco ISDN30e side works like
2004 May 13
2
Unable to play dialtone on channel xx (Zaptel TE405P)
Hello,
I'm running * on a very basic configuration. I have a Wildcard TE405P
with the first T1 connected to a PRI line and the remaining three to
Adtran TA750 channel banks with FXS modules.
I successfully configured everything to work with a couple of Swissvoice
IP10S handsets (MGCP) and analog extensions connected to the channel
banks.
The problem I'm having is that when I pick up any
2004 Jul 19
3
PSTN gateway implementation?
Hello,
I need help in creating a simple PSTN Gateway. This is the scenario:
-I have one client sending me VoIP traffic (they don't have asterisk, so
IAX is out of the picture for me) and I need to validate that traffic
(only accept calls coming from his IP). After that I would terminate the
calls to the PSTN network and keep logs for billing purposes.
-I have a TE405P board and
2006 Nov 12
1
outgoing works, incoming fails on asterisk passthrough to inter-tel
Hi everybody,
Well, I've finally got asterisk to to talk nicely with my Intertel pbx.
Currently there is a outside T1 line (e&m wink start, esf, b8zs)
connected to asterisk, and then asterisk connected similarly to my
Intertel pbx. For right now all asterisk is doing is passing calls
between the two.
When I call out from the pbx, I can connect perfectly to the outside
world. When I
2004 Jul 01
5
Inter-Tel Eclipse2 (IP PhonePlus)
Hello All,
Just looking some comments from gurus about this proprietary systems and
phones:
Inter-Tel Eclipse2
Model name: IP PhonePlus
I did not find anything useful or reasonable about their products on
their website or even in Internet.... except sales.
--
Thanks and regards,
Vasyl Rublyov
2005 Mar 09
0
RE: : RE: Re: MGCP to Inter Tel system
-----Original Message-----
> -this is very true, however, the current version of the Axxess software
> (9.0) supports SIP trunking natively on the IPRC. I just got my Axxess
> upgraded and am salivating to get * connected to it.
Hmm, so 9.0 is out and it supports SIP natively. How did you plan to
integrate the 2?
-The Axxess will see the * as it would see an IP service provider.
2005 Aug 03
0
Inter-Tel AXXESS failure: HDLC Bad FCS (8) onPrimary D-channel of span 1
On Wednesday 03 August 2005 17:33, Jens von B?low wrote:
> Gavin,
>
> >> Any ideas/advice would be warmly received right now!
>
> You are not going to like my response...
Erk :)
> The only way I could get this to work (luckily I had 2 identical sites and
> was busy with the upgrade to the gen2 card) was to downgrade to zaptel
> 1.0.7.
Alas no - just moved down to
2006 Jan 26
0
Fw: SAMBA on AIX 5.1
forwarding this for AIX people...forgot to CC list.... D'oh!
----- Original Message -----
From: Antonio Sosa
To: William Jojo
Sent: Thursday, January 26, 2006 12:05 PM
Subject: RE: SAMBA on AIX 5.1
Thanks William - I'll try it out.
Antonio Sosa
C.E.O.
Ansotech Inc.
"We Design Technology Around You"
Tel: 877-389-8728
Cell: 773-406-3663
2014 Jun 08
0
Inter-Digit delay when dialing out
Okay, I see that there is no way to shorten the inter-digit delay when
we dial out DTMF. The reason I need this is because when dialing a
two-stage call, the PDD can be shortened dramatically while still
working fine, and that opens whole new world of business. But many
people confused dialing-out with receiving DTMF, which is not what we
are concerned with.
If it is impossible to configure the
2004 Aug 17
2
Inter-digit timers on t100
Hello all-
So I have * up and running and connected to a legacy system via em_w lines
and have no trouble dialing from * through the tie line but from the PBX
across the tie line I am having intermittant receipt of the DTMF. T-Berd
testing is showing that the digits are coming across but * is either missing
the first digit consistantly.
This seems to me to have something to do with start timers
2009 Apr 07
1
change inter-line spacing in grid graphics - how to?
I am trying to change the inter-line spacing in grid.text(), but I just
don't find how to do it.
pushViewport(viewport())
grid.text("The inter-line spacing\n is too big")
popViewport()
Can anyone help?
TIA, Mark
2013 Mar 28
1
[4.0] Inter-realm trust
Hello
I know that inter-domain trust is not supported in Samba, but is it
possible to create an inter-realm trust on Kerberos level? I have a
kerberized service in realm X (Samba 4.0 as DC) and I want to allow users
from realm Y (also Samba 4.0, but different domain) to access it using
SPNEGO GSSAPI.
If it is possible, how can I accomplish this?
Regards
2010 Jan 22
2
Quartiles and Inter-Quartile Range
Why am I getting a wrong result for quartiles?
here is my code:
> cbiomass = c(910, 1058, 929, 1103, 1056, 1022, 1255, 1121, 1111, 1192,
> 1074, 1415)
> summary(cbiomass)
> IQR(cbiomass)
The result R gives me is:
For the summary
> Min. 1st Qu. Median Mean 3rd Qu. Max.
910 1048 1088 1104 1139 1415
For IQR
> 91.25
*********
The true Q1 is 1039
2014 Sep 16
0
Kickstart, inter repo dependencies errors for CentOS7 not for CentOS6
Hi all,
I'm testing new "minimal" kickstarts files for CentOS6 and CentOS7. The CentOS6 kickstart works fine, but i've a dependency problem with the CentOS7 equivalent.
In my kickstarts, i use network install with following repos/packages (for the repo, the only change is version number 6 <-> 7):
url --url="http://mirror.in2p3.fr/ftp/linux/CentOS/7/os/x86_64/"
2010 Aug 07
1
Samba4 questions (idmap, forest, inter-domain trust)
Hello everyone,
I am trying to go after learning Samba4 from two directions. Code and
implementing it. (If you know Samba4, please help me answer the
questions after the brief explanation.)
I have used the following scenario before, it is real and a way for me
to learn things:
My siblings and I are setting up some family services (over VPN, etc.).
There are X of us, including 1 being
2005 Jun 06
0
stats and generating a figure for a simple sign test with high inter-experiment variance
Hello all,
Sorry if this is an FAQ. I have been trying to search the archives
without success.
I have a dataset (ChiPs microarray) where the experiment to experiment
variability is very high
but where within an experiment, the data nearly always goes in the
"right" (hypothesis confirming) direction.
I am trying to figure out the right way to use R to do the statistics
and generate
2012 Oct 03
0
[LLVMdev] Inter-procedural program flow analysis
Okay thanks for the info. The term program termination was probably a poor
choice of words. I'm really just trying to build an inter-procedural
BasicBlock graph, and then look for postdominance as Scott suggested. I'll
go about making my own since it doesn't sound like there is one out there
already.
Thanks,
-Stephen
On Tue, Oct 2, 2012 at 5:06 PM, Scott Moore <sdmoore at
2005 Jun 06
0
analysis and figure for sign test in setting of high inter-experiment variance
Hello all,
Sorry if this is an FAQ. I have been trying to search the archives
without success.
I have a dataset (ChiPs microarray) where the experiment to experiment
variability is very high
but where within an experiment, the data nearly always goes in the
"right" (hypothesis confirming) direction.
I am trying to figure out the right way to use R to do the statistical
analysis and