Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Jonas Kellens
Hello list ?! Is there anyone that can point me to the documentation please ? I have added a new table like on http://www.voip-info.org/wiki/view/Asterisk+config+musiconhold.conf With the following values : `musiconhold` (`name`, `directory`, `application`, `mode`, `digit`, `sort`,

Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Kyle Kienapfel
It looks like theres no much information out there about using realtime moh Have you tried making an extension that goes to MusicOnHold(testmoh) On Fri, Jul 16, 2010 at 8:21 AM, Jonas Kellens jonas.kell...@telenet.be wrote: Hello list ?! Is there anyone that can point me to the documentation

Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Carlos Chavez
On Fri, 2010-07-16 at 09:35 -0700, Kyle Kienapfel wrote: It looks like theres no much information out there about using realtime moh Have you tried making an extension that goes to MusicOnHold(testmoh) On Fri, Jul 16, 2010 at 8:21 AM, Jonas Kellens jonas.kell...@telenet.be wrote: Hello

Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Jonas Kellens
Thank you for your input. It seemed like a good approach, but it confirms that Asterisk does not see the new MusicOnHold-class : The dialplan : exten = 60,1,NoOp() exten = 60,n,MusicOnHold(testmoh) The CLI : [Jul 16 19:40:45] -- Executing [...@from-test:2]

Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Jonas Kellens
On 07/16/2010 07:43 PM, Carlos Chavez wrote: Here is what I use: CREATE TABLE `musiconhold` ( `name` varchar(80) collate utf8_unicode_ci NOT NULL, `directory` varchar(255) collate utf8_unicode_ci NOT NULL default '', `application` varchar(255) collate utf8_unicode_ci NOT NULL

Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Carlos Chavez
On Fri, 2010-07-16 at 20:06 +0200, Jonas Kellens wrote: On 07/16/2010 07:43 PM, Carlos Chavez wrote: Here is what I use: CREATE TABLE `musiconhold` ( `name` varchar(80) collate utf8_unicode_ci NOT NULL, `directory` varchar(255) collate utf8_unicode_ci NOT NULL default '',

Re: [asterisk-users] realtime music on hold

2010-07-16 Thread Jonas Kellens
Your solution does not work for me. I've just also added the 'default' class to my realtime DB. [Jul 16 20:27:02] -- Called test6 [Jul 16 20:27:02] -- SIP/test6-0014 is ringing [Jul 16 20:27:04] -- SIP/test6-0014 answered SIP/test2-0013 [Jul 16 20:27:06] -- Started

Re: [asterisk-users] realtime music on hold

2010-07-15 Thread Jonas Kellens
Hello, has anybody an idea or experience with this realtime moh ? Jonas. On 07/14/2010 08:53 PM, Jonas Kellens wrote: Hello list, using asterisk 1.4.30. When setting up the MySQL table 'musiconhold' as described in http://www.voip-info.org/wiki/view/Asterisk+config+musiconhold.conf ,

[asterisk-users] realtime music on hold

2010-07-14 Thread Jonas Kellens
Hello list, using asterisk 1.4.30. When setting up the MySQL table 'musiconhold' as described in http://www.voip-info.org/wiki/view/Asterisk+config+musiconhold.conf , what is the meaning of the fields : `*digit*` char(1) NOT NULL default '', `*sort*` varchar(16) NOT NULL default '',