similar to: Directory exists when * is pressed....but where?

Displaying 20 results from an estimated 50000 matches similar to: "Directory exists when * is pressed....but where?"

2004 Aug 27
4
Queue Announcement not until after # accept call pressed
When using the callback feature on agents I notice that when the queue calls one of the agents and the agent picks up the call they hear nothing until pressing the # to accept the call. Only then does my announcement play back to the agent after which the call is immediately connected. Is there a way to have the announcement played to the agent before they press # to accept. I have ackcall=yes
2008 Dec 05
2
AMI interface problem
I installed version 1.6.0.3-rc1 and my AMI application stopped working. I reinstalled 1.6.0.1 and it worked again. I reinstalled 1.6.0.3-rc1 and it stopped. Looks like a problem in the software to me. Following the same steps using the same code for the AMI and conf files for * I get bad behavior in 1.6.0.3-rc1 and good behavior in 1.6.0.1. I have this action: Action: Originate Channel:
2007 Oct 30
3
Correct voltages but no dial tone on TDM2400P
A big G'day to everybody on the Asterisk list. I am having a lot of trouble getting the TDM2400P card working in asterisk. I will give the important details below, please let me know if I am doing anything obvious or ideas for debugging this. SUMMARY: I get the right voltages on the line with the phone on or off the hook, but no dial tone, no ringing in or ringing out. INSTALLATION AND
2010 Aug 17
1
Directory routing to wrong extension if dial tones are pressed too quick.
Hi All, Have completely moved off the old ESI system, and things have been going pretty good with the new server. I have one issue, which has been reported by several of our customers. I've tested it, and it does indeed seem to be a problem. When the customer is asked to dial in the first three letters of the person they are trying to reach, they will be routed to the wrong extension.
2007 Jun 21
3
identifying what a user pressed to reach my phone
I am a new trixbox user. One of the things I'd like to get working is being able to tell if a user is calling me by directly dialing my extension, or if they pressed 1 for sales. When they press 1, it rings a group of phones, and the call is almost always for someone else. So I'm always looking at my phone when it rings, trying to recognize the incoming number and decide if I
2009 Jun 14
5
Key always pressed (sticky or blocked)
Hi all. This is my first post here... sorry if this topic was already discussed, but I could not find anything related. In applications run with wine, especially games (but not only) one or more keys seem to be pressed. I mean, even if I don't even touch the keyboard, the program thinks I continuously press UP ARROW and/or RIGHT ARROW. This happens regardless of applications. Sometimes I can
2009 Dec 08
0
Directory application: First DTMF digit is missed if pressed during "using your touch tone keypad..." announcement
If you're an asterisk 1.6 user, and use the 'Directory application', have you noticed that the first keypress is always missed if you press it during the part of the announement where alison says "using you touch tone keypad" If this includes you, have a look at mantis bug https://issues.asterisk.org/view.php?id=16409 If you are keen, please apply the patch and report
2003 May 21
4
2 part question
Is there a way to record your own voice messages ("Welcome to my PBX, Press 1 for ...") using asterisk and an analog phone, or do they need to be recorded using traditional voice recording software? Also, I am confused as to why my replies to the message board are never indented. Call this the ultimate newbie question, but how should the reply be worded so that I don't screw up
2003 Jul 02
9
BIG problem with multiple rings before pickup
Hi All... I have a maddening problem... I have Asterisk configured to pick up a line after 4 rings. I do this to allow my fax machine to pick up a particular distinctive ring pattern, so I don't have to pay for a dedicated fax line. If someone calls the line, lets it ring 3 times and then hangs up, Asterisk answers the line, and holds it off hook forever, constantly playing the
2006 Feb 08
2
Pressing "I" for interactive start-up does nothing
Greetings, I'm trying to convert a Dell Inspiron 210B laptop into a sandbox using Centos4.2. The install went without incident but rebooting (starting) the first time the system hangs at "Initializing storage network" then says "disabling IRQ# 11" then goes no further. I've tried to press "i" and "I" to enter into interactive start-up (so I
2011 Mar 03
6
[1.4] Forcing Asterisk/Zaptel to wait until callee answers?
Hello I need to write a script that will dial a list of customers and play a message. I couldn't find a way to tell Asterisk/Zaptel to wait until the callee has actually picked up the phone before proceeding with Playback(): ============ ;call made through Dial(): Doesn't proceed after off-hook/hangup [internal] exten => 8888,1,Dial(Zap/1/${IPPI}) exten => 8888,n,NoOp(We never
2009 Mar 12
1
Trying to get sample applicationmap to work (*1.4)
I'm trying to actually use the example application map in features.conf: testfeature => #9,peer,Playback,tt-monkeys ;Allow both the caller and callee to play ;tt-monkeys to the opposite channel I see the feature get registered at the CLI: == Registered Feature 'monkey' == Mapping Feature 'monkey' to app
2004 Oct 06
1
Tracking pressed keys
Is there a way to track the keys pressed during a call? I'd like to save to a database the keys pressed during a call to track the menus followed and for offline system processing.
2006 May 18
2
Polycom 601 -- programming buttons.
Hi, all. I want to have a button on my receptionist's 601 that, when pressed, will forward her current call to a given extension. Is there any way to do that? I've tried to RTFM, but I'm coming up empty. Thanks, -Ken D'Ambrosio
2009 Apr 24
2
listen to prompt before bridging call.
Hi, Can someone please help to resolve the followinng issue: We would like an asterisk user to call a number and when the called party picks up the phone, we play a message (press 1 to accept call, 2 to reject call). Only when the called party presses "1", do we bridge the call and the two parties can communicate. What we would like though is that the person who makes the call be able
2010 Mar 12
3
Time counting down and # detect
Hi all, Here is the script i want to make - Caller call to a number to record a message - Asterisk answer and start recording message as following + User press * to start recording + Record is finished if: + User press # + OR message duration reach 60 second + Hangup How do you counting down 60s, and how to detect # (i make a test using Read() but it cant read #) Thanks in advance
2009 Feb 17
1
Question regarding custom announcements in queues.conf
Hey List, Anyone know the correct way to override an announcement on a queue by queue basis? My goal is to have one of my queues say "press one to blah.." and no position announcements I have the jump from queue context working (the press 1) I just need the correct message played to the user instructing to press 1. I have periodic-announce=filename in my queues.conf file under the
2015 Jul 10
2
RES: Can I use PJSIP_HEADER to read the SIP 183 message header?
Ok Mark Michelson. Thank you very much! You answer tells me that I was in the wrong path trying to access information from SIP 183 message. I need to find a way to let the callee pass information/data to the caller, even before accepting the call. That is, send data during the ringing time. And in my case, there will be more than one callee ringing at same time. As ASTERISK will not forward each
2009 Aug 26
27
How to stop a user submitting the same data more than once.
I have a standard form built with rails, which a user to my site can use to submit data. Unfortunately one user just managed to submit exactly the the same data three times in a row. From the server logs it seems as though he didn''t use his back button and then resubmit everything. It looks more like he got a bit fed up waiting for the form to process and pressed the submit button three
2004 Apr 18
2
Dynamic recording function?
Hi Folks, Yesterday I had need to record a phone conversation. This is not something I'd ordinarily have to do and so I have not configured my * server to do any recordings. When looking for example dialplan stuff I found many examples where the calls are always recorded when the phone is picked up but none that could be done dynamicly. What I'd like to be able to do is press a button