Displaying 20 results from an estimated 10000 matches similar to: "FXO "Starting simple switch" after hanging up"
2003 Apr 07
1
how to register * at FWD from behind NAT
I've tried to register * at FWD but * segfaults, so i guess my register-line
in sip.conf isn't correct.
It looks like:
register => fwd#:pwd@192.246.69.223
should it be different?
Chris
2003 Apr 11
1
How to change login for iaxtel.com IAX?
Hi,
I created an iaxtel account, and was given a password containing an
"@" character.
The directory pages imply that they change the web login password only.
How do I reset my IAX password so that it is usable in the iax.conf file?
Thanks,
Steve
2003 Apr 26
2
German voicemail prompts, anybody?
Hi all,
I'm trying to build a little voicemail server based on asterisk here,
using Asterisk's "Commedian Mail" application. Unfortunately, I'd expect
some people to have trouble using the English prompts that come with
asterisk.
However, I can't imagine I'm the first person who has this problem, and
Commedian Mail seems to support multilingual prompts fine, it's
2003 Apr 22
5
Hmmm. RJ-45 on TDMx0B card?
Just wondering if there's any significance to the jacks on the TDM
cards. They appear to be RJ-45 instead of RJ-11, and I wasn't quite
sure if that's something that makes a difference from the user
perspective. . .
Thx.
B.
2003 Apr 13
6
Asterisk Crashes
I did a cvs update this afternoon and since then asterisk doesn't seem to
clean up the channels after they hangup. This has been working perfectly for
quite some time previously...
I do a show channels and it shows the channels still up.
The only way out is to kill and restart asterisk....
I am frantically trying to would out how to get a non-current CVS copy of
the source and get it back
2008 Apr 10
2
Phantom Rings
I'm having a major problem at one of my branch offices with "Phantom
Rings" on their asterisk-based phone system. The system was originally
built using 2 X100P cards and was recently upgraded to a Rhino R4FXO-EC
card. The upgrade severely increased the frequency of the phantom
rings. I've read everything I can find on-line about automatic testing
and noise on the line and
2004 Oct 05
1
Phantom calls on FXO
I'm getting these "calls" at 16 and 46 minutes after every hour. The
SIP phone rings, and if we pick up, we get a dial tone. If we don't
pick up, we get the dial tone in a voicemail message. An analog phone
connected to the incoming POTS line doesn't ring (whether or not *
remains connected to the line). It's like the horror movie where the
babysitter is getting
2003 Apr 14
1
DTMF tones not long enough
Hi,
My system is like this currently:
ATA-186 <-> *1 <-> IAX2 to Europe <-> *2 <-> i4l <-> voicemail at cell
provider
When I dial up to my voicemail at my European cell phone provider I
can't press '#' to get into their menu. It seems like it just ignores
any DTMF tones or doesn't get them.
When I call a human on the other side of the i4l they
2004 Aug 06
2
FXO Problems
I have 2 Digium 4 port FXO cards in my system. The system is a P4
2.4Ghz, 512MB RAM, Promise FastTrax 100 TX2 Pro Raid, 80GB RAID1 for
storage - whitebox - running RedHat 9. With pretty much any CVS HEAD
version we are getting, what I will call, "phantom" calls on some
lines. What I mean by a phantom call is that the line will ring,
Asterisk will log that the Zap channel has been
2005 Jul 06
2
phone comparison matrix
Hi
Is there a phone comparison matrix I could consult
I have a series of features that I would like to evaluate on the most
common phones on the market
example:
dual-ethernet
POE / direct power / both
number of lines
speed dials programmable buttons
BLF LEDS
Headset plug
conference call built in
hands free operation
display size
codecs
communication protocol (SIP, h.323)
price
availability
2003 May 27
2
The Phantom Call.. T1 card too
I've had the same thing happen, only on the single port T1 card and a
channel bank, and one of the FXO channels also having a phone attached
elsewhere...
I just wound up putting that channel in a different context and running
Exten => s,1,Hangup
(I'm just using the line for outbound dialing)
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
2003 Jun 17
11
New Module app_perl
I just made my first 2 modules for asterisk (The 1st one is depriciated already).
I was annoyed that i couldn't get GotoIf to take any expressions besides a boolean
then i made a module to mimic gotoif and parse a few expressions like (${var} > 12)
exten => 1,1,gotoif_expr,${var} > 12:1|4:1|5
Then I immediatly obseleted it with this new embedded perl module that lets
you
2010 Feb 01
1
Error with cut.POSIXt and daylight savings time switchover dates
The following code:
cut(as.POSIXct("2009-11-01 04:00:00", tz="America/Los_Angeles"), "1 day")
gives the error:
Error in seq.int(0, to - from, by) : 'to' must be finite
This is related to November 1st, 2009 being the switchover date from daylight savings time to standard time in the America/Los_Angeles time zone. In particular, in cut.POSIXt, the starting
2006 Jul 21
3
Specifying a view template
I''m new to Rails (and liking it!) and I have multiple controllers, each
of which has a method which uses a view template which is identical to
what the others use.
I would like to be able to have just one template to maintain that they
can all use. What is the customary way to do this? I tried using
render_action to specify the template explicitly, and it "works". But I
2007 Jan 18
1
TDM 400P in the UK - doesn't see ringing calls hanging up before answer
Using a TDM400P in the UK nearly works fine, but I have a last remaining
problem in that if the incoming is ringing and then the caller hangs up,
asterisk takes another couple of rings before it spots the hangup.
This is annoying in that I sometimes get phantom calls late at night
(possibly due to call waiting or the exchange doing a half ring to see
if we are live). Also I get phantom calls
2006 Jan 27
5
Volume of patches for CentOS vs Fedora
I'm trying to come to a decision between CentOS 4.2 and Fedora Core 4
for use on a server. One of the things the server will be serving is X
desktops so there are some advantages to Fedora.
However, one thing I can't help but notice is that the patch volume for
FC4 from Oct 11 2005 thru the present compared to CentOS 4.2 for the
same period is about 5 times greater. In fact, since
2013 Apr 25
0
tables: proper use of Hline() in tabular()
Dear all,
I am unable to understand how Hline() works in tabular(). I've read
the vignette and the help page, and here this example compiles
perfectly fine:
latex( tabular( Species + Hline() + 1
~ Heading()*mean*All(iris), data=iris) )
However, if I try it on my own data it fails. Consider this:
set.seed(1)
Xa <- data.frame(p=rep(c("First group","Second
2013 Jun 25
5
Marvell, IOMMU/VT-d, and pci-phantom
Hi, guys.
I''ve been trying to use the pci-phantom command line options to xen so
as to work around the hardware issue with the Marvell 88SE91xx SATA
controllers in IOMMU ([Intel:] VT-d) mode, but I cannot seem to get my
head around it. From having had a glance here:
http://xenbits.xen.org/docs/unstable/misc/xen-command-line.html
and in particular the syntax described as such:
2005 Feb 01
5
Cannot save/migrate domains
Hi,
I had a problem trying to migrate domains, in trying to locate it I
noticed that saving domains doesn''t work either, which I believe
explains why the receiving xfrd doesn''t actually receive anything.
So here it goes...
xenone:/tmp# xm list
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 123 0 r---- 900.6
sky 9
2006 Jul 26
9
RadRails config? Getting blank project only created?
Hi,
Does anyone know how to correctly configure RadRails (0.7)?
I can''t seem to get 0.7 version of radrails to create a Rails project.
All I get is a blank project. I have ensured that my PATH does point to
my ruby\bin area. Also any clarification regarding which directory
(with an example) should be used for the following preferences setting
(are they asking for a file or