similar to: Busy Extension Ring to alternate.

Displaying 20 results from an estimated 1000 matches similar to: "Busy Extension Ring to alternate."

2007 Oct 04
2
Voicemail/dtmf not working?
Hi, I am setting up an asterisk server for testing purposes and cannot get voicemail to work at all. My host OS is Linux From Scratch 6.3 and the asterisk software versions I built are zaptel-1.4.5.1 and asterisk-1.4.12. I am using the Ekiga softphone on my Ubuntu desktop machine. My asterisk server and client phone are on different computers but are on the same LAN, i.e. no NAT. I have an
2003 Nov 28
0
Can't seem to connect/call fwd network Help!
I have tried everything and still can't place / receive calls from the fwd network. At one point today I was able to call my test machine on the fwd network, I'd answer the call on the test machine (which stated Call Connected), but then the computer I was calling from, through the Asterisk server would give me a 403 Error. I am using sjphone software. I am able to call various
2005 Aug 02
0
Few questions about Asterisk
Hello, I have few questions about Asterisk. I installed Asterisk from CVS on FreeBSD and I made cvsup 2 days ago. 1.I couldn't find Asterisk version using "asterisk -V" command. How can I to find version information? 2.I am using Wildcard X101P (FXO) and Wildcard TDM400P REV E/F (FXS)on it. I tried Asterisk CallerID feature, but unable to get it. I tried callerid signaling V23,
2005 Jul 17
1
FreeBSD 5.4 (Asterisk 1.0.9) - Playback , MP3Player and Musiconhold not working
I installed Asterisk 1.0.9 in a Freebsd 5.4 ( with no zaptel card); I have 2 zoom x5v and works great ( in extensions 123 and 321 ) but I was trying to test cmd Playback, MusicOnHold, MP3Player but when I call to extension 100 I don't hear the sound ( mp3 or gsm that I put) , I only hear noise If I leave a message in a mailbox the same, all the record is noise --------- extensionns.conf
2005 Jul 31
1
Questions on Asterisk and CallerID
Hello, I have few questions about Asterisk. I installed Asterisk from CVS on FreeBSD and I made cvsup 2 days ago. 1.I couldn't find Asterisk version using "asterisk -V" command. How can I to find version information? 2.I am using Wildcard X101P (FXO) and Wildcard TDM400P REV E/F (FXS)on it. I tried Asterisk CallerID feature, but unable to get it. I tried callerid signaling V23,
2003 Apr 10
2
exited non-zero
I've been beating myself up over this script but clearly I'm missing something. If I enter an extension like 101 it rings through fine, but if I pick 2 for sales it hangs up with this message: == Spawn extension (sales, s, 1) exited non-zero on `Zap/1-1' Since I'm not sure what that exacly means I cannot take appropriate action. Any help would be appreciated. [default]
2005 May 10
1
Group dial, first phone cannot pickup call. Cisco 7905 hangs.
I have a simple dial plan to cascade calls when the first phone does not answer: exten => 100,1,Dial(SIP/1000,10,tr) exten => 100,2,Dial(SIP/1000&SIP/1001,10,tr) exten => 100,3,Dial(SIP/1000&SIP/1001&SIP/1002,10,tr) exten => 100,4,Voicemail(u100) Problem is that the once the call goes onto the second and subsequent steps exten 1000 cannot answer the call. When the user
2007 Jan 17
1
2 Questions: Answer with music don't work and Voicemail direct access ?
Hi I have two small question, if you can help me ;=) Problems with Answer+Music my extension: [Cal-In] exten => _811XXXX20,1,Goto(C-Internal,100,1) exten => _811XXXX21,1,Goto(C-Internal,200,1) [C-Phibee] exten => 100,1,Ringing exten => 100,2,Wait,1 exten => 100,3,Answer exten => 100,4,Dial(SIP/201&SIP/200,30) exten => 100,5,Hangup exten =>
2005 Mar 19
2
Goto and E1 line
Hi, I have a server with 2 TE110P cards. 1 card is plugged to telco line, another card is plugged with a Hicom PBX. I want to send some call to VoIP phones and all other to my PBX. I don't known how to make my dialplan : ===========Extensions.conf========== [incoming_call] exten => 090200000,1,Goto(callcenter,100,1) exten => 022956353,1,Goto(callcenter,100,1) exten =>
2006 Apr 26
1
Early media after a dial command
Hello all, I've been playing around with early audio, and I'm able to get some things working We have PSTN calls coming in to asterisk in SIP from a Cisco AS5300. If I do the following: Exten => i,1,Playback(ss-noservice,noanswer) Exten => i,2,Congestion(15) Exten => i,3,Hangup() The PSTN caller does not get an answered call (doesn't get billed) but hears the ss-noservice
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04. I'm using PHP with Manager API Here is the code: #################################################################### # Make call #################################################################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else {
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
I have a dial plan that includes a company phone directory as a main menu option. If they just sit at the main menu, after 20 seconds, they are transferred to the operator. If the user picks an extension from the directory, they are transferred to the proper extension. If the called number is not available, they are transferred into VoiceMailMain. They leave a message, and hang up. The hang
2010 Feb 17
3
chan_local and Originate
Hi, I've recently upgraded from Asterisk 1.4.22 to 1.4.29, and I'm now having a problem with Originate and chan_local. I'm using the following Manager API action to originate a call: Action: originate Priority: 1 Context: trunk Callerid: 100 Channel: Local/100 at callback/n Exten: 123456789 Variable: USERFIELD=127.0.0.1|USEREXT=123456789 WaitTime: 30 This is intended to first call
2006 Apr 07
0
Re: IVR: Cant hear my message
I cant figure it out but why dont you dont you make an extension that you can dial and record yoursef. Exten => 100,1,Wait(2) Exten => 100,2,Record(FileName:gsm) Exten => 100,3,Wait(2) Exten => 100,4,Playback(FileName) Exten => 100,5,Hangup Antoine LOUIS <antoine.louis@gmail.com> wrote: Hello, I've reccorded a voice message for the IVR. (.wav, 16 bits,
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
Hi All! Let me explain the problem. When using the Originate? command from the manager api, the dialstatus variable returns results? for whichever phone picks up first, and in this case it is the IAX/2? connection. It doesn't matter if Zap/G2/XXXXXXX is set as the channel,? or an extension either. What I am ultimately trying to do is get the? dialstatus of the Zap/X/XXXXXXX channel, i.e.,
2006 Jun 02
2
Audio problems on Zap & SIP, local network, not IRQ related?
I am trying to get to the bottom of audio clicks, pops, dropouts with my Asterisk server. These occur even when the system is under minimal load (e.g. 1 Zap device in a queue being played music on hold) and occurs with both Zap and Sip devices so isn't network related. The audio problems occur at the same time on all channels and seems to be when Asterisk "gets busy" and uses
2004 Mar 25
2
Wireless question...
Okay, I''ve got Mandrake v9.2, and I just got my laptop working with a Dlink 514 router and Zyair B100 card. After getting it to work, I found that I had to stop shorewall before I could actually connect anywhere. So I went into /etc/shorewall and added wlan0 to interfaces and changed zones as well. This seems to work, I can connect now with shorewall running. Was this the right way to
2006 Mar 10
3
RFC Follow Me Find Me script
This is a follow/find me script that I can't quite get to work, asterisk wont save forward/${calleridnum} to AstDB... any comments or thoughts on how to make this work or change it to work differently are appreciated. The voice prompts to go with all playback/background extensions are commented appropriately. I hope this code is of use to some of you and any help with a perfected
2005 Oct 14
0
No Audio from Console but mpg123 from shell works fine.
I get audio from mpg123 at the command line but when I load up asterisk and try to get audio from the console it looks like it's working, and even pauses like it is playing the file but there is no audio coming from the speakers. I have searched and looked through the archives and tried to fix this but I have had no success. This is an onboard Intel card (AC'97) and I also tried an SB
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
The REV I card shows up in the PCI table as: 02:05.0 Network controller: Tiger Jet Network Inc. Intel 537 (or 02:05.0 Class 0280: e159:0001) Subsystem: Unknown device b119:0001 But the REV E/F shows up as: 02:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface (or 02:0d.0 Class 0780: e159:0001) Subsystem: Unknown device b100:0003 One