similar to: ParkAndAnnounce Problem

Displaying 20 results from an estimated 10000 matches similar to: "ParkAndAnnounce Problem"

2004 Jul 28
1
ParkAndAnnounce Doesn't Release when Call is Picked-up
Hi All, When a call comes into my FXO port (Zap/1), it goes into the ParkAndAnnounce app and gets parked. This is OK. Then the app announces the file I selected through the (Console/dsp). This is OK. If I go to another extension FXS (Zap/2) and dial the parked call, then I get connected OK (Zap/2 & Zap/1). The problem is the Announcement through the (Console/dsp) doesn't stop, it
2003 Sep 10
1
MOH - White noise, static
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I am using a TDM40B, and have managed to compile mpg123 and turned on MOH. Problem I am having is that it is choppy, staticy, and sounds like white noise pretty much. I have search the archives to see if this problem had been resolved, but I haven't found anything yet. Has anyone had this problem and resolved it? I am calling from
2008 Nov 14
1
ParkandAnnounce?
In theory ParkAndAnnounce has a lot of usefulness, however, that we've had very little success with application... Our application is similiar to the local Walgreens pharmacy.. Dr. Calls in, selects the "Im a doctor with a prescription option"... call is parked, and announcement overhead is given.. "Doctor holding on ${EXTEN}" exten =>
2006 Dec 06
2
ParkAndAnnounce + Paging
Hi everybody. It is possible to announce the parking position through a paging to a group of extensions? I would like that when someone parks a call, some phones will announce with the speaker the position. Something like: exten => s,1,ParkAndAnnounce(call-parked-at:PARKED|30|PAGE(LOCAL/PAGEyyyy@custom-auto page&LOCAL/PAGEzzzz@custom-autopage|) Is there a way, maybe with a
2006 Dec 15
1
Page + ParkAndAnnounce
[Sorry it's the third time I send this message as I couldn't see it in the list. I hope it will not come three times]. Hi everybody. It is possible to announce the parking position through a paging to a group of extensions? I would like that when someone parks a call, some phones will announce with the speaker the position. Something like: exten =>
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
Here's the short of it. I have an Asterisk 1.2.1 system setup to handle both personal and business calls. Now, the business callers will hear music while on hold, so the default MOH needs to play regular music. Personal callers should hear rings, not music. I have this working except for one specific case. If someone calls during the day (we're night people), asterisk will not ring
2003 Sep 09
1
help on MOH config, pretty close?
Trying to test the music on hold function and can't seem to get it to work. If anyone has it running, could you give me a clue? (I have googled and found lots of questions, but no real suggestions.) I downloaded and installed the mpg123 package. From the RH9 console I can start the executable and hear the music via the speakers. The executable is located in /usr/bin. (That works!) I set the
2006 Jan 25
0
Want to automatically park call and have callerhear ring tones
Short replay to long 'short of it'!! Use a queue for your calls set the queue to ring. 'r' option I belive. Set up a queue that has no members but allows you t 'joinempty' Setup an extension that AddQueueMember(home-silent). You will then need to hangup and the call will ring. Before entering the queue you could have the system send the YAC info for you. It will
2004 Jul 29
0
ParkAndAnnounce command !!!
Hi everyone I'm very, very, very, ... very new to Asterisk and I need some help with the ParkAndAnnounce command. Here's what I would like to do. I would like to specify an extension in the extension.conf file which is using the ParkAndAnnouce command (something like this) exten => 200,1,Answer exten => 200,2,ParkAndAnnounce(PARKED|60|SIP/${EXTEN}|some_context,${EXTEN},1)
2004 Aug 02
0
Help with ParkAndAnnounce command
Hi everyone I'm very, very, very, ... very new to Asterisk and I need some help with the ParkAndAnnounce command. Here's what I would like to do. I would like to specify an extension in the extension.conf file which is using the ParkAndAnnouce command (something like this) exten => 200,1,Answer exten => 200,2,ParkAndAnnounce(PARKED|60|SIP/${EXTEN}|some_context,${EXTEN},1) exten
2013 Jan 18
0
Only silence trying to play streaming MOH
I am having trouble getting streaming MOH to work. As far as I can tell I have everything configured properly but there is only silence. Your help is appreciated. I am running Asterisk 1.8.11-cert10 with mpg123 1.12.1 to play the stream (I have tried madplay, and mpg321, and I compiled streamplayer as well with the same results). I started by finding a working stream and tested this from the shell
2009 Oct 22
1
Asterisk MOH playing old audio for first 30 to 60 seconds
Calling all members of the asterisk community, I am posting about an old issue that has been reported many places and times online, To my amazement, there has yet to be anyone that has reported any solutions to the following problem. "Initially when putting callers on hold, it plays between 30 and 60 seconds of old audio that was on the stream in the past. Then after that 30-60 seconds, it
2005 Aug 14
0
ParkAndAnnounce - Any way to not disconnect?
I have ParkAndAnnounce set up to call my cell instead of Console/DSP and this works fine. If a caller tries to get me on my cell, they are parked... I am called and told where they are holding, but then ParkAndAnnounce hangs up. So I have to call my system back and dial the parked extension to be bridged with the caller. Is there anyway to make the announce jumpto something else so I can just
2004 Jan 31
4
rtp sound quality?
pstn -> sip gw -> * -> C7960 When I dial into * via the pstn, I hear the ivr menu just fine (good quality). I press 3000 (valid extn), and I begin to hear ringing however the ring back is very very choppy. I answer the C7960, and speech is clear in both directions. Place the C7960 extn on hold, and the MOH is very choppy. Checking 'sip show channels' indicates both the sip gw
2005 May 27
0
Re: MoH: mgp123 problems
; ; Music on hold class definitions ; [classes] default => /var/lib/asterisk/mohmp3 ;loud => mp3:/var/lib/asterisk/mohmp3 ;random => quietmp3:/var/lib/asterisk/mohmp3,-z ;unbuffered => mp3nb:/var/lib/asterisk/mohmp3 ;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3 ; Note that the custom mode cannot handle escaped parameters (specifically embedded spaces) ;manual =>
2005 Aug 14
1
ParkAndAnnounce - No Disconnect
Regarding my earlier email (for some reason, I don't get my own emails from the list), I looked at the code and although I'm no programmer, I see that this is meant to hangup after the announcement. If I comment that line out, the call remains on the line, but I'm in limbo. I tried to add a chan->priority = 101 in place of the hangup and get this on the cli: = Spawn extension
2003 Nov 16
1
strange Music on Hold between SNOM, Grandstream and Asterisk
Hi List, Here is the config ext 2601 is a GS BT-101 phone ext 2062 is a SNOM 200 latest public firmware on both asterisk is Asterisk CVS-11/14/03-22:55:45 Make a call from 2601 -> 2602 life good, call works have 2602 place call on hold. The music on 2601 IS NOT my music on hold. It seems its a MOH server SNOM has. take call off of hold on 2602 and 2601 still trys to play parts
2005 Jan 28
1
MoH does not de-attach
Hi We have a fairly simple Asterisk setup for a callcenter: around 10-15 operators running SIP softphones (X-Pro) and an Asterisk box connected to a E1 service using a Digium T100P, and to our legacy PBX (NEC) over a Digium TDM400P FXO interfaces. Everything is working except our Music on Hold after a transfer of an incoming call to our old PBX, that does not de-attach itself from the transfer.
2004 Apr 25
1
MusicOnHold spawns everlasting mpg123 processes
Hullo :) I'm using CVS-04/23/04-23 from the stable 1.0 branch on kernel 2.6 - since I have no Digium h/w, I've just managed to get the zaprtc module to compile and run, so I thought the best way to test it would be via MoH. The MP3Player application works great .. exten => 6901,1,Answer exten => 6901,2,MP3Player(http://127.0.0.1:85/ES/28) This will play callers BBC Radio 4 from
2005 May 15
1
can't CLI> STOP NOW by zombie MOH
I am using CVS-v1-0-04/20/05-12:31:26. Windows Messenger5.1 works MOH fine. After I stop MOH on Windows Messenger, if the hungup signal could not send to *, the sip channel(e.g.,SIP/52001-08ca) for this MOH remains. Then the user trys again MOH, a new sip channel starts. And again the hugup signal can not send to *,......... When I 'stop now' from CLI> , * cleanups the remaining sip