Displaying 20 results from an estimated 5000 matches similar to: "Asterisk realtime failover problems"
2005 Jun 30
2
Asterisk failover solution
If your phones are setup to connect to the asterisk box by name, then a
smart DNS server can just point phones to the backup box after failure.
However, since asterisk running on the backup box doesn't know about the
phones, this is only half the solution
________________________________
From: Mohamed A. Gombolaty [mailto:mgombolaty@noorgroup.net]
Sent: Thursday, June 30, 2005 8:30 AM
To:
2005 Jun 08
5
Xlite not communicating with Asterisk
Dear All,
I have downloaded the xlite version 2.0 for windows and I made the
following conf in the xlite itself as the document suggested in order to
make it work with Asterisk but still it doesn't work as a matter of fact
when I tried to make a tcp dump I can see no packets going between the
windows client and the Asterisk server at all, here is the my conf on
the xlite itself:
in the
2003 Jul 04
3
switch => priority in the dialplan.. (probably an issue for Mark)
Hi,
It seems that the "switch" parameter has a priority in the dialplan that is higher than the wildcard extensions.. This I am finding to be a problem..
My setup..
UA1--[AST1]--{IAX}--[AST2]--UA2
| |
PSTN1 PSTN2
I use switch on AST1 to connect to AST2... As you can see I have PSTN connections on both and also the IAX connection is not permanent..
I
2005 Oct 06
0
Issue with trunking
Hi all.
Ive recently setup two Asterisk boxes (running Asterisk@Home to be specific), and Im trying to get a trunk going between them.
So far I have tried a combination of IAX and SIP configuring them through AMP and writing the config files manually, but I cant seem to get calls going between the two.
I have named each box asterisk1 and asterisk2.
Does anyone have some working SIP and/or IAX
2007 Feb 27
2
RES: asterisk-users Digest, Vol 31, Issue 115
Questions:
Does anyone have a really STABLE asterisk system running about one year
without need to restart the service or the SERVER ?
Does anyone have a production Call Centre saled that don't lockup and is
stable for 6 months ?
I'm asking this questions because we have choose Asterisk for our call
centre solution but, since the bugtracker only grows and people still want
to stuck more
2005 Sep 06
0
Weird SIP behaviour
Hi All,
I've been observing a very odd behaviour of Asterisk, when relating to SIP
connections.
Here's the scenario:
Ast1 is an Asterisk box originating calls via a predictive dialer
Ast2 is an Asterisk box connected to 3E1 circuits
Ast1 originates calls to Ast2 via SIP, in order to utilize the PSTN lines.
(There is a reason
I'm using SIP here, so please don't say:
2005 Jun 29
3
UK SIP Provider
Hi,
I'm looking for a reliable provider to use mainly for outgoing calls in the
UK, incoming isn't so much of a worry as I think I'm going to accept them
over ISDN.
Cheers!
Steve
--
Steve Foy
steve@narnian.org
2005 Jun 16
3
SER and Asterisk question
Dear All,
I am trying to make the phones always talk to each other (peer to peer)
using SER as a sip proxy, and incase the call is not answered we will
use the voicemail of asterisk and other feautures, I have done that
already, but in order to do so I found that I have to make the users
dial different exten numbers, here is an example:
user with exten 666 wants to call 999 .
666 dials 1999 and
2006 Oct 16
0
SV: How do you like TrixBox?
I love TrixBox, with the custom config files you can tweak pretty much with TrixBox too, I have at least done some. Plan to do a plain Asterisk install later, but for now I learn a lot about the config files just with TrixBox. Some things might be a bit harder with TrixBox due to some of the premade dial plans, but can get it to work :-)
_____
Fra: asterisk-users-bounces@lists.digium.com
2024 Mar 04
1
[External] Re: capture "->"
Maybe someone has already suggested this, but if your functions accepted
strings you could use sub or gsub to replace the -> with a symbol that
parsed at the same precedence as <-,
say <<-. Then parse it and deal with it. When it is time to display the
parsed and perhaps manipulated formulae to the user, deparse it and do the
reverse replacement.
> encode <-
2004 Feb 02
6
Transfer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
As I've been unable to get app_transfer to work, could someone explain how it
is supposed to work?
Currently I have two Asterisk boxes. A call comes in via zaptel to ast1. ast1
dials ast2 using iax2 and gets instructed to transfer the call to a different
extension. iax2 debug shows that a transfer cmd is sent to ast1, but nothing
happens
2005 Jun 02
1
Newbie :Call Forwarding problem
Dear All,
I was trying to enable call forwarding, following the steps of the link
on voip.org regarding this issue it doesn't work and the phone I am
trying to implement on is still ringing. below is my conf in
extensions.conf and the CLI output during the process.
My configuration is :
exten => _*5X.,1,DBput(CF/${CALLERIDNUM}=${EXTEN:2})
exten => _*5X.,2,Hangup
exten =>
2004 Apr 28
3
Timing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
As I understand it, Asterisk currently uses the timestamps in incoming RTP
packets to build outgoing voice frames. Is this true?
Would it be possible for me to use i.e. zaprtc as a timing source for the
outgoing stream? I.e. in a setup like below I'd like to use zaprtc timing on
Ast1 because I don't trust the timestamps coming from
2011 Jun 08
0
Call queues on load-balanced asterisks
Hi Pan & Dhaval,
In the past 8 weeks, we have delivered a load-balanced asterisks (1.4) based
call center with our flexqueue application for icson.com. It has the below
features,
1. 2 x asterisk 1.4 boxes, 1 x mysql db box and 1 x flexqueue box(the two
are failover configured with heartbeat and custom script, and mysql
master-slave replication between two svr), 2 x kamailio boxes(failover
2005 Mar 08
0
2 Asterisk servers (IAX) behind one firewall
Here's a good one for the group, I have 2 Ast servers behind a NAT
(Sonicwall :-( ) connecting to the same server outside the NAT. Each of
the 2 boxes behind register to the outside server. What I am wondering
is, would there be a problem if both servers behind the NAT were
listening on port 4569, I realized that the NAT'd port gets changed
however I wasn't sure if this would be an
2005 Jun 30
5
Failover question
The registry's are stored in DB.
Just export your database with 'database show'
Schedule it with cron to run every 5 minutes or so.
You can do that with -rx command line switch for asterisk.
Send the file across to other node and pipe it through awk/perl/cut or
whatever you like and import it when you bring the other node up.
You will have to stop and start asterisk I think.
I
2005 May 31
2
Ztdummy usage
Dear All,
I have installed Asterisk everything is OK until I tried to configure
meeting room, configuration was simple enough when I try I get a message
that it's not a valid meeting room, Now I don't have a Zaptel device on
my machine, so I found that you will have to use ztdummy to make a
dummy zaptel device on your machine and this is because of timing
issues.
My question is ztdummy
2005 May 26
1
SIP V2 Support
Dear All,
I am totally new in this arena and I am still waiting for my
installation process on freebsd to finish, but I wanted to make sure of
the following:
- Call routing between IP telephones can be done regardless of who made
the phones?
- Asterisk does support SIP V2?
- it does act as SIP Proxy and Register?
--
Thx
MAG
-------------- next part --------------
An HTML attachment was
2009 Apr 09
2
DTMF
[image: Post]<http://accessanywebsite.com/search.php?u=Oi8vd3d3LmVmbG8ubmV0L1ZJQ0lESUFMZm9ydW0vdmlld3RvcGljLnBocD9wPTI4NjU%3D&b=2#28652>Posted:
Thu Apr 09, 2009 8:34 pm Post subject: DTMF and IVR ... Sorry but
URGENT[image:
Reply with quote]<http://accessanywebsite.com/search.php?u=Oi8vd3d3LmVmbG8ubmV0L1ZJQ0lESUFMZm9ydW0vcG9zdGluZy5waHA%2FbW9kZT1xdW90ZSZwPTI4NjUy&b=2>
2006 Nov 10
2
Outgoing problem on PRI
Dear All,
I have an asterisk server version 1.2.12.1 along with trixbox and I am
having this nasty problem, I have a TE200P and have an E1 pri attached
to it and zttool says it's OK, I have configured the whole 31 channels
into one group as follow:
Zapata-auto.conf:
callerid=asreceived
signalling=pri_cpe
switchtype=euroisdn
context=from-zaptel
group=0
channel=>1-15,17-31