similar to: IAX and Reorder

Displaying 20 results from an estimated 40000 matches similar to: "IAX and Reorder"

2004 Jan 21
1
Reorder tone ...when it should be Busy...
I've noticed I have an issue with my Dialplan ... apparently instead of a busy signal when the caller is busy it falls through and gets a Congestion... What's the proper syntax for this, reorder tone when there is a reorder and busy when there is a busy... SBC is a T1/PRI. [macro-sbc-outdial] exten => s,1,Dial(${ARG1}/${ARG2}) exten => s,2,Congestion exten =>
2005 Feb 21
2
Unable to call FWD user via IAX servers
I have set up FWD via IAX service. I have tested the IAX service with 613, echo test, and 612, saytime. It all works well. However when ringing a FWD user, I got this error all the time: Connected to Asterisk CVS-v1-0-02/01/05-09:34:45 currently running on chat (pid = 8282) chat*CLI> Verbosity is at least 3 -- Executing SetCallerID("SIP/1001-a1fb", ""David
2003 Sep 08
5
Help needed with IAX behind NAT
Hi All, I know, IAX is NAT friendly, but... I have a problem running gnophone from a box behind NAT firewall. I can register gnophone with * through NAT, but when I try to make a call it instantly disconnects. CLI iax show peers command tells me that peer is unreachable. However this peer is registred. Gnophone also tells me that it is registred. It seems that registration handshake has
2010 Apr 06
1
SIP Dialplan Failover Solution
Hello list, I need a hand to find the best dialplan failover solution when using two SIP Trunks. My reasons to do failover are: a) one of the two providers could be unreachable b) both providers may be UP but one of them could return a SIP error message (maybe caused by DOWN E1s) Googling I found a few possible solutions: 1.
2011 Jun 07
1
tls/srtp: sip_xmit error: returned -2
I'm having trouble setting up tls/srtp secure communications on my Asterisk server- I'm still rather new at working with Asterisk. I have enabled tls and encryption and I have csipsimple with tls build on the phone. I'm currently only testing one phone with this capability so far, and the rest still work in the current state. My logging looks like this with verbose turned up:
2006 May 26
2
Busy Signals
Hey everyone, A few employees have noticed some problem here and there when trying to make outgoing phone calls. After it happens, they try again, and are able to call through. The dial plan for outbound calling looks like below. Which I know they are getting to the Congestion part (which explains the busy) but what I can't seem to figure out is the cause for why they are getting sent
2005 Jan 10
3
Multiple gateways for same dial pattern
Hi, How can I setup Asterisk to place calls if the same dial pattern can be routed through several PRI gateways. I have one way that I tried: exten => _9737XXXX,1,Dial(SIP/${EXTEN:1}@172.17.99.5) exten => _9737XXXX,2,Dial(SIP/${EXTEN:1}@172.17.99.6) exten => _9737XXXX,3,Dial(SIP/${EXTEN:1}@172.17.99.7) exten => _9737XXXX,4,Congestion exten => _9737XXXX,102,Busy
2006 Dec 18
3
Inform callers on recorded/monitored number.
Hi, How could I possibly inform incoming callers that the number they'd dialed is monitored and recorded. I wanted that when a call-in or call-out is made, a playback will be played to inform caller & callee that thier line is monitored prior to start conversation. Thanks. Angel __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best
2007 Nov 13
2
Call Forward on SIP unreachable (network failure)
Hi, I am trying to implement call forwarding on the event that my ATA was not reachable to Asterisk, whether due to registration timeout, network interruptions between the ATA and Asterisk, or simply because the network on which the ATA resides in unreachable for any reason. I there a way of implementing such a feature in Asterisk? I have implemented CF unconditional, and CF on busy, CF on
2005 Apr 22
5
IAX help
I am trying to send calls from (telx-NY17S) to (telx-nyc) via an IAX2 channel. However the call is being rejected on the (telx-nyc) server. See error below copied from telx-nyc CLI> Apr 22 13:56:57 NOTICE[147465]: chan_iax2.c:5390 socket_read: Rejected connect attempt from 192.168.0.251 I have icluded the following conf files 1. extensions.conf (telx-nyc) 2. iax.conf (telx-nyc) 3.
2004 Nov 20
1
IAX Dialstatus
Hello, I've got some SIP clients, and an IAX2 long distance provider. Ideally, when a the dialed number is busy I will hear a busy signal. Instead, I get Congestion even though * knows it's busy. Is this a bug or am I missing something? The dial plan, in basically this Dial(IAX2/user@provider/19995551234,,) Goto(failedcall-${DIALSTATUS}) failedcall-CONGESTION plays congestion
2007 Dec 20
1
Asterisk.NET API --help required
Hello all, Here is the requirement from my side to use Asterisk.NET API to generate an automated call (outgoing) from asterisk and then link to one of the extensions which plays a sound file for the callee. For this i have worked out in the follwing way 1)modified manager.conf to facilitate this API to talk to asterisk 2)used the command Originate to call a Registered user under
2007 Oct 12
2
missing attribute: reorder
I am trying to use an integer object as a flag item for displaying a link on a page called reorder that is a column in my PlanProcedures table. I''m getting an error that says The Header is NoMethodError in Manage_plan_procedures#list missing attribute: reorder Here is what my model looks like: >> PlanProcedure.column_names => ["id", "plan_id",
2007 May 16
2
Get sip response code
I was wondering if it is possible (in 1.2.x) to get the SIP response code back after doing Dial(). Dial() seems to treat most call-setup problems as dialstatus CONGESTION, and some are NOANSWER, but I want to know the SIP response code, so I could return the right tones to the user, not just a congestion tone for every fault. Anyone know a way to find out that information, so I want the
2010 Feb 21
1
Dahdi & Congestion status
Hi, I'm using an half T1 line on a asterisk (obviously :)) 1.6.2.4 system, up to recently everything was fine but we are starting to experience the call limitation of the line (15). So as to warn user of the problem i attached a vocal notification to the CONGESTION status after a Dial(), but it looks like it also catch other congestion case (maybe on the receiver side). Should i / Could i
2005 Feb 21
2
Why can't I make inter IAX calls between 2 Asterisk servers
<div><FONT size=2>Hello,</FONT></div> <div><FONT size=2>two questions: </FONT></div> <div><FONT size=2></FONT>&nbsp;</div> <div><STRONG><FONT size=2>1: How can I open/enable network connection to B?</FONT></STRONG></div> <div><FONT
2004 Sep 15
4
IAX to IAX connect question
Hi, I got my * working fine with FWD at office with 2 extensions, i receive calls and i can make calls thru FWD. I got also my * at home, and i connected it using auth=rsa. From my home, i can make calls using my office iax, but if i try to redirect incomming calls from FWD to my * at home, it rejects the call. I created the pub/key pairs for rsa and its working ok and i just pasted the
2009 Nov 21
3
Connect two Asterisk Server in IAX ?
Hi My first post get no answer :=<, i post new with new elements. I have two Asterisk server, running on Asterisk 1.6: SRV1 = 192.168.0.5 on Asterisk 1.6.1.4 SRV2 = 192.168.0.20 on Asterisk 1.6.1.8 I want create a link for exchange call. on Srv1: iax.conf: [general] bindport=4569 bindaddr=0.0.0.0 language=fr bandwidth=low jitterbuffer=no forcejitterbuffer=no autokill=yes
2014 Dec 17
3
AMI Redirect both calls from a bridge
Doe anybody know of a way to redirect both channels from a bridge to different dial plan extensions from the using the AMI. Currently, as soon as I redirect one of the channels the other appears to be dropped and gets reorder tone (congestion, fast busy). I guess what I really need is a way to redirect one of the channels and hold on to the other. Thanks, Neil Cherry
2004 Feb 03
1
Mediatrix sip fxo gateway workaround?
Possible Mediatrix 1204 fxo sip gateway workaround Need some feedback from experienced * users relative to this workaround please please please. Problem: The mediatrix 4-port fxo gateway does not provide any mechanism for * to select which "port" an outbound pstn call will use. (See lots of previous posts over the past four days for more detail if needed.) Our reseller has been