similar to: Failover Trunking Won't Fail Over

Displaying 20 results from an estimated 500 matches similar to: "Failover Trunking Won't Fail Over"

2004 Jun 23
0
connecting to Iconnect here using asterisk
Hi, I wish to connect several ATA186 Phones to each other, to iconnecthere and to the PSTN using asterisk. Please tell the appropriate settings for firewall (ports to open etc.) sip.conf and extensions.conf(part relevant to iconnect). Also I would be glad to get a working example of your ATA186 configuration. I tried searching the mailing lists and several sites but did not find an answer.
2003 Apr 19
0
Unexpected behavior of X100P and * in no-dialtone situations
I have some strange behavior happening with call flow when analog line errors are encountered. This may be due to the way that the X100P detects "busy" signals, or it may be something in the software. Could someone with more in-depth knowledge make a comment on the items below? My dialing logic says "dial local area code numbers out of the analog line, and if the analog line
2004 Dec 22
2
Can't Receive/Send Calls
Hi, I can't receive/send calls with Asterisk. Could someone please give me a few pointers on my configuration? Regards, Norman Zhang ; sip.conf [general] disallow=all allow=ulaw port=5060 bindaddr=0.0.0.0 externip=x.x.x.x localnet=192.168.22.0 mask=255.255.255.0 context=inbound-sip maxexpirey=180 defaultexpirey=160 tos=reliability srvlookup=yes register =>
2004 Aug 04
0
New Head Appears to Break SIP to iConnect
Folks, I have to admit that I MAY have changed something (at someone's advice) on a previous CVS head (May 28), but I'm not sure. I think that it had to do with changing "digest realm," but that may be a different issue. At any rate, I had both incoming and outgoing with iConnectHere. Now, I made exactly ONE change: I upgraded to the CVS head dated 7/30. I
2003 Mar 21
8
Help with linejack as a trunk?
I have a linejack and a phone jack in my asterisk server working well between the SIP phones and the phonejack. what I cannot get to work is the outbound linejack Phone/phone0 trunk line? how can I get a SIP or Phone/phone1 phonejack phone to dial 9 then outside number and pickup Phone/phone0 and dial it? right now it accepts a 95551212 but busy's on the last digit 2. no outside dial.
2009 Aug 07
2
realtime config and extensions.conf
Howdy, My first forray into using res_mysql.conf for realtime access of sip users and extensions. I have the following relevant section of extensions.conf: --- [trunklocal] exten => _NXXXXXX,1,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}}) [local] include => trunklocal include => trunktollfree [longdistance] include => local include => trunkld [international] include
2007 Aug 17
1
Connecting a GSM gateway to a FXO port
I am trying to get a GSM gateway (Alpha Tech GSM Gateway Blue Gate Dual Band Analoog FXO) working with Asterisk. I had a working FXO configuration to a analog port of a small home 1/4 ISDN pbx. I used this same configuration to connect a GSM Gateway that is supposed to be connected to the external(FXO) analog port of a pbx. I can get my configuration to dial the mobile number via the gateway, but
2003 Sep 16
3
Follow Me
Ernest, I hadn't thought of doing that, though having that added protection would be nice. However, what I'm trying to do it have an incoming call at my home number follow me to my cell phone for selected numbers -- Since I already have three way calling, I'd like get Asterisk to essentially three way my cell phone into the call (or my office number, etc.) I understand the
2004 Dec 01
1
IAX long distance... Re: Asterisk for home office
On Wed, 1 Dec 2004 12:37:13 -0800 (PST), Ben Kirkpatrick wrote: > Do you find it difficult to manage four LD providers? > Can you show me part of your LD Macro and how it's used? > > I'm toying with two LD providers now, but don't have failover setup. >Just using each one for what they are best at (least cost). > >Thanks, >--Ben Kirkpatrick > > Not
2003 Nov 24
0
Picking an open channel (FXO port) for outbo und calls
Thanks to everyone for your quick responses to this question. I'm very excited about the Asterisk project, and the growing community seems to be very active these days. Hopefully when the time comes for our county's transition to VoIP we may be able to go for an Asterisk-based solution. -- Tony Kava Network Administrator Pottawattamie County, Iowa -----Original Message----- From:
2004 Dec 23
1
Can't Make Outgoing Call
Hi, I can't get dial-out working. I'm trying to call 523936. Is there something wrong with my setup here? Could someone please give me a few pointers? Regards, Norman Zhang [fwd-out] exten => _8.,1,SetCallerID(${FWDUSERID}) exten => _8.,2,SetCIDName(${FWDUSERNAME}) exten => _8.,3,Dial(SIP/${EXTEN}@fwd,70) exten => _8.,4,Macro(fastbusy) exten => _8.,5,Hangup *CLI>
2003 Nov 24
11
Picking an open channel (FXO port) for outbound calls
Greetings: I did some quick searching of my history of this list, and I tried a quick Google search as well, but perhaps someone on the list can quickly answer this question. I have a very nicely working Asterisk system at home with two Digium X100P FXO cards. When my SIP phones want to dial-out I have them setup to grab the first analog card (Zap/1) with the following extensions.conf segment:
2004 Dec 18
4
Free World Dialup and Asterisk
Hi forum, I have been fighting days and days configuring FWD and asterisk with NO success I have the following scenario. My sister in Spain with FWD dialup client My question is if she can dial my FWD dialup number, which is registered in Asterisk and the call being forwarded to ring my IP Phone. Spain LAN FWD
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
Hi list, i've problems with my * server and the 4 phones which are linked to it. i've 2 grandstream bt100 with the firmware upgraded to 101, a wi-fi phone (i don't know its brand) and another ip phone i don't know its brand. with this sip.conf : [general] port = 5060 bindaddr = 192.168.100.229 context = default ;x changed from default to sip localnet = 192.168.100.0/24
2004 Jun 25
0
3-way calling woes... Nasty static and inconsistent flash detection?
This is my setup: SPA-2000 -> Asterisk -> X101P (x4) -> PSTN 3-way calling works fine if I use flash and dial just local extensions. Or even if I use flash and dial one local extension, and one remote party over the PSTN. However, as soon as I dial from my SPA-2000 out over the PSTN, and hit flash the call hangs-up about 50% of the time. The other 50% of the time it puts the call on
2019 Oct 11
3
clarification on gosub, macros and AEL
I'm trying to clarify my understand of gosub, macros and AEL. My understanding is that macros using the Macro() application, which is defined in extensions.conf by: [macro-foo] ... and called in extensions.conf with exten => _9NXXNXXXXXX.,n,Macro(fastbusy) is deprecated in favour of Gosub(). True so far? But then there are "macro"s defined in extensions.ael: macro foo() {
2004 Dec 23
1
Qestion about TDM over enthernet
who can tell me how to do TDM over enthernet ? pc a connect pc b only use TDM card? thank you John. -----????----- ???: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]?? asterisk-users-request@lists.digium.com ????: 2004?12?23? 11:47 ???: asterisk-users@lists.digium.com ??: Asterisk-Users Digest, Vol 5, Issue 336 Send Asterisk-Users mailing list
2004 Apr 03
1
Asterisk - Cisco 7960 - NAT
Can you post some of your sip configs and your extension configs. Thanks, -gcc -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Ryan Parlee Posted At: Sunday, April 04, 2004 12:10 AM Posted To: Asterisk User Group Conversation: [Asterisk-Users] Asterisk - Cisco 7960 - NAT Subject: [Asterisk-Users] Asterisk -
2005 Jan 24
1
Asterisk Dial Out Issues - POTS Line
I am having dial out issues and was hoping someone could shed some light. The problem is Intermittent: extensions.conf [globals] ; Trunk Info for outbound calls via PSTN - See the zapata.conf file in /etc/asterisk TRUNK=ZAP/G1 ;Trunk Interface ;MSD digits to strip (usually 1 or 0), 1 = remove a leading 9 TRUNKMSD=1 ; -------------------------------------------------- ; [trunklocal] - Defines
2009 Jun 17
3
Asterisks, Sip to Local PRI/PTSN issue
Alright I've been having an issue when trying to dial out locally when coming from SIP. This used to work no problem, now it doesn't. Now the local PRI to Bell Is working fine I have calls coming in and out of it constantly right now. BUT if I try and make a local call from SIP (from X-Lite or one of our Linksys SPA2102s) It fails every time with errors like these == Using SIP RTP