Displaying 20 results from an estimated 5000 matches similar to: "How to change default music on hold class"
2005 Jul 27
1
Attended transfer not working (atxfer)
While on conversation with another party, I dial the atxfer key
sequence. Asterisk says "Transfer" then gives you a dial tone, while put
the other party on hold music. I dial the transferee number and talk
with the transferee, then I hang up and the other party must be
connected with the transferee.
But this doesn't work the transferee hears a beep. -- Playing 'beep'
2007 Apr 27
2
Music on Hold issue with asterisk 1.4.2
Hi all,
I've compiled zaptel drivers and reconfigure asterisk afterwards from
source --with-zaptel.
Modules are loaded accordingly:
asterisk-1.4.2 # lsmod |grep z
Module Size Used by
ztdummy 5472 0
zaptel 194504 5 ztdummy
crc_ccitt 3521 1 zaptel
my musiconhold.conf:
asterisk-1.4.2 # grep -v '^;'
2006 Feb 22
3
Streaming Music On Hold
Ok, I'm tearing my hair out trying to get Asterisk moh streaming to work. After several hours jerking around with icecast and muse, I tried to point my asterisk system directly at two streams I know work.
This is what extensions.conf has:
[default]
mode=quietmp3
directory=/var/lib/asterisk/mohmp3
[stream2]
mode=custom
directory=/var/lib/asterisk/mohmp3-empty
2006 Feb 23
1
Streaming Music On Hold - Reality Check
Thanks to this thread, we got it working too... but have a question...
Once this is setup... does it stream forever, or does the stream only
start when someone goes on hold/into a queue/etc?
If it streams forever, at 24k... it looks like over 7GB/month in
bandwidth... so we're not going to want to do that if a) it streams
constantly and b) my math is correct.
Thanks,
Doug
>
2005 Sep 06
4
Working example of ALERT_INFO with Cisco ATAs?
I am wondering if there are any tricks getting the Cisco ATAs to do
"distinctive rings" via the ALERT_INFO variable?
I have seen some contradictory information in the Wiki, and I tried the
example there. I then sniffed the connection between the server and the
ATA and didn't see the header sent like it is "supposed" to be.
If someone out there has a handle on this and
2003 Apr 03
0
Music on Hold for SIP
I posted a message a little while ago but got no response (that I can
recall), I've also seen other people mention this issue.
Basically, when you have music on hold, it doesn't play the music on hold,
the debug info shows it is starting and then stops straight away..
# My extensions.conf ...
exten => s,1,Answer
exten => s,2,DigitTimeout,5
exten => s,3,ResponseTimeout,10
exten
2005 Jan 25
2
New native assisted transfer (atxfer) usage info required
Hi, I would like to use the new atxfer (native assisted transfer, see
mantis item #3241) , but I've partially been able to
make it work.
I can receive a call and then having the caller hear MOH while talking
with another extension (the one I want to transfer to), but then I can't
make the caller and the trasferred talk hanging up or pressing any key
combination I'm aware of.
My
2004 May 09
2
Help!! Music On Hold
I've been trying to play the default music on hold file, but no luck yet.
here is my configuration:
extensions.conf
[incoming]
exten => s,1,Dial,Zap/2|10
exten => s,2,Voicemail,u34
exten => s,102,Voicemail,b34
exten => 34,1,SetMusicOnHold,default
Musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
;loud => mp3:/var/lib/asterisk/mohmp3
;random =>
2010 May 26
1
Getting "ghost" transfer or music on hold
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Tahoma">Hi Everybody,<br>
<br>
I´m getting as strangeous issue on Asterisk 1.4.31 (Using Elastix) ...
In some calls, i get an atxfer or musiconhold in the middle of
2004 Jul 28
2
Music On Hold - not working for me...
Hi all,
I'm trying to make some simple MOH (Music On Hold) working. So far I've failed
miserably - so I turn here for help.
Basically I've been using the wiki and all the sample confs I could from there
and via google.
The queue system seems to work fine with my limited setup. Just 2 IAX2 clients
where I keep Client B busy (by making it listen to mp3 via ext. 777) but logged
into
2004 Nov 25
1
No Music: Queue Hold and MusicOnHold
Hello,
We are working on a new Asterisk installation and have run into some problems related to playing MusicOnHold for a caller when they have been placed on hold by an agent, that took the call from a queue.
A. When pressing the HOLD button on SNOM 190 and Grandstream BudgeTone SIP phones, MusicOnHold works fine when making inbound or outbound direct calls by extension. Music starts to play
2005 Mar 24
0
R: music on hold error
I've got the same problem. MusicOnHold works if I use something like:
Exten => 1111,1,MusicOnHold()
but if I try to answer a call and then transfer or put on hold the call, I get no music.
Does anyone have any idea?
Bye,
Gianluca.
_____
Da: Kanishka Somaratne [mailto:kani@technoportal.biz]
Inviato: gioved? 17 marzo 2005 5.53
A: asterisk-users@lists.digium.com
2005 Jul 29
0
IAX Music on Hold Classes
In zapata.conf you can set a global default music on hold class for all Zap
channels, or specify them on a channel basis with the musiconhold=class
parameter. The same is true for sip.conf for SIP channels, except that the
documentation lists the parameter as "musiconhold" while the sample
configuration file comments list it as "musicclass".
I have been unable to determine
2005 Mar 01
1
Music on hold..Mar error "res_musiconhold.c:309 monmp3thread: Request to schedule in the past" ?
Hey guys.
Im trying to setup Music on Hold. If I transfer a call (with dial) I like to
put the call on Music on hold..
Here's what I've tried so far:
On my I extensions.conf
exten =>1,1,WaitMusicOnHold(30)
exten =>1,2,Dial(SIP/mateo,18)
exten =>1,3,VoiceMail(1001)
I have also added this line to [context]..
So it looks like that:
;[context]
musiconhold=default
Additinaly,
2011 Jan 28
3
Disabling Music On Hold
Hello,
I have been trying to completely disable music on hold on my asterisk
system. When a call is put on hold I do not want any music on hold, but I
would like the remote user to get informed of this event (depending on the
technology e.g. with a SIP reinvite and an SDP indicating the call is on
hold).
I have searched and tried out various approaches, but when putting the
call on hold
2005 Jan 18
9
# Transfers.
So I have read and read and read... google is my friend and the wiki is
by brother...
However, I am still unclear on what the preferred method of using the
pound sign is.
If the Pound sign is set aside for Transfer.. Then when I make an
outbound call to my bank I can not "Enter my PIN followed by Pound"
Likewise if I turn off the ability to transfer when initiating a call,
my bank pin
2005 Jan 23
0
No music with "Blind" transfer on GS ATA + Sipura-841
Hi there,
I have setup Asterisk with a couple of Sipura SPA-841's and Grandstream
ATA's.
The problem is that with both of these devices the Unattended call
transfer process seems to be just like Attended but instead you hang up
as soon as you have dialled the number of the party your are
transferring to. The call transfer all works fine BUT as you complete
your side of the transfer
2009 Jul 23
5
Music on hold based on user
Hi
Guys I wonder if its possible to set a different MoH based on
groups, I mean if one of the Admin group put on hold the call play music
1, if another from Technical Support put on hold the call play music 3,
something like this
Admin - Music1
Contrallors - Music 2
Technical Support - Music 3
Thanks
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Jul 20
3
Music on hold & Read error on sound device
I am having a problem getting music on hold working one of my servers. I
have had this working on a PII 400 just fine but decided to upgrade my
Asterisk server to a PIV 1.5ghz.
I have installed mpg123 which seems to be working fine but when I start
*, I get the following error message at the CLI prompt when I start *:
WARNING[81931]: File chan_oss.c, Line 232 (sound_thread): Read error on
2006 Dec 05
4
Attended Transfer
Dear List,
I've been working with Asterisk CVS-v1-0-09 and i'm trying to enable
attended transfer feature. but i just can't do it work. I've already
set "atxfer = *" (and many other combinations) and all extensions on
extensions.conf have the t and T option. But when I'm going to test,
it doesn't work. Is there any other file that i have to configure in
order to