Displaying 20 results from an estimated 1000 matches similar to: "Restarting MOH"
2015 Jul 09
2
Asterisk 13 / realtime voicemail creation
Hello,
I'm having a problem when trying to create realtime stuff for asterisk
13 in mysql DB.
Following
https://wiki.asterisk.org/wiki/display/AST/Managing+Realtime+Databases+with+Alembic,
I've successfully created the main tables using "config" schema.
> Update |script_location|to the schema to update. Asterisk currently
> supports two sets of schemas:
>
> 1.
2017 Mar 20
2
doveadm-sync stateful
Hello,
I'm trying to migrate mail accounts from an old server to a new one.
As I need to migrate dozens of accounts which take about 1G each, I need
to do stateful sync to make my migration in two times :
1 - I run a :
doveadm -D -o mail_fsync=never -o imapc_user=user1 at olddomain.fr
sync -s "" -R -1 -u user1 at newdomain.fr imapc: > /tmp/firstsync.log 2>&1
my
2016 Dec 07
2
Dovecot migration via dsync : mail_location problem (INBOX) ?
Hello,
I'm trying to migrate mail accounts from an old dovecot 1.0.15 to a new
dovecot 2.2.26.
I've set up a master-user on old dovecot, and I run dsync on new server,
like this :
# doveadm -D -o mail_fsync=never sync -R -u user at domain.tld imapc:
my user at domain.tld looks like this (on the new server):
# doveadm user user at domain.tld
field value
uid 2000
gid 2000
home
2006 Feb 21
1
Setting up an EICON CARD with CAPI
Hi everybody.
I'm trying to setting up a V4 BRI EICON card on ASTERISK 1.0.7
My linux is a debian.
It was working during a few days an suddenly (after a lot of reboot)
I've got this error message that seems to be very popular but I couldn't
find any
answer on the net :
==============================================.
Asterisk Dynamic Loader Starting:
== Parsing
2011 Jan 04
5
MOH problems (asterisk 1.4.38)
Hi list,
I just installed Asterisk 1.4.38 (on an updated Centos 5.5 machine) and am
getting this error :
WARNING[6472]: res_musiconhold.c:856 moh_scan_files: getcwd() failed: No such
file or directory
with the default musiconhold.conf file. When I change musiconhold.conf to this:
[default]
mode=mp3
directory=/var/lib/asterisk/mohmp3
(and have converted all the wav files to mp3 and put them
2017 Mar 24
3
moh reload not reloading/reading new musiconhold files
> Hello
> as you can read in my original post "moh reload" and "module reload res_musiconhold.so" does nothing.
> Only at restart the new files are available.
> Is this a bug ?? How can I get more debugging for this problem ??
I think there is currently a bug with MOH. For now, if you add a file to a moh folder, 'touch musiconhold.conf' and then reload moh.
2007 Jul 10
1
Asterisk 1.4.7 and MOH
I just installed the newly released Asterisk 1.4.7 and I cannot get music
on hold. I am using the default settings with the wav files. Here is what I
get on the cli from any sip phone:
-- Executing [7001 at oficina:1] NoCDR("SIP/1120-084e6010", "") in new stack
-- Executing [7001 at oficina:2] Answer("SIP/1120-084e6010", "") in new stack
--
2017 Mar 03
2
moh reload not reloading/reading new musiconhold files
Hello
using Asterisk 1.8.32.3
Current music on hold :
myserver*CLI> moh show files
Class: default
File: /var/lib/asterisk/moh/macroform-robot_dity
File: /var/lib/asterisk/moh/macroform-cold_day
File: /var/lib/asterisk/moh/reno_project-system
File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
File: /var/lib/asterisk/moh/macroform-the_simplicity
New musiconhold
2017 Aug 28
2
ERROR during high volume MoH dialplan
Hello,
I've recently setup a small load test against an instance of Asterisks. I've tested on asterisk 13.5 and 14.6 with the same results.
I am using PJSIP. My dial plan is,
[test]
exten => 1001,1,Answer
exten => 1001,n,MusicOnHold(15)
exten => 1001,n,Hangup
I am using SIPP to test. I can share XML if desired but it simply waits on the line while music plays for 8
2017 Mar 23
2
moh reload not reloading/reading new musiconhold files
Le 23/03/2017 ? 20:17, Jonas Kellens a ?crit :
> Hello
>
>
> is there any more information on how to reload/read musiconhold files ?
CLI> module reload res_musiconhold
--
Daniel
> On 07-03-17 10:46, Jonas Kellens wrote:
>> Hello
>>
>> I did not mention it but of course the MOH directory is listed in
>> /etc/asterisk/musiconhold.conf :
>>
>>
2007 Nov 13
1
MOH Codec Issue
Afternoon All,
Today rolled a pre-production box from Trunk back to 1.4.7 (In an attempt to
get a working SCCP channel). During the process Music On Hold appears to
have died (Not, just when calling from a SCCP device, but coming in on SIP
also).
CLI is showing
-- Executing [XXXXXXXX at unauthed-inbound:2]
MusicOnHold("SIP/10.97.1.33-09f0cfc8", "sounds") in new stack
2007 Aug 08
1
MoH mysteriously stopped working
Folks, I have somewhat of a serious issue here. My music on hold
mysteriously stopped working. I have made no changes to my Asterisk box
in the past month and up until an hour ago, MoH was working fine (as far
as I know).
CLI:
-- Started music on hold, class 'default', on channel 'IAX2/lobby-2'
-- Stopped music on hold on IAX2/lobby-2
voip*CLI> moh reload
voip*CLI>
1
2009 Feb 23
2
Asterisk 1.6.0.5 as non root and moh perm issue
I am running Asterisk as non root and have set the required permissions for all
directories including the moh dir specified in musiconhold.conf yet asterisk
still complains it doesn't have access when starting? I get:
WARNING[3600]: res_musiconhold.c:987 moh_scan_files: chdir() failed: Permission denied
I ran asterisk with strace, and don't see it failing to access anything?
Anyone know
2005 May 25
2
MoH: mpg123 problems
Hey all,
I have read on voip-info.org that to configure MoH asterisk requires the
use of mpg123. I have installed mpg123 and restarted asterisk. But,
when i put a call on hold i get this error:
May 25 14:13:03 WARNING[1872]: res_musiconhold.c:865
local_ast_moh_start: No class: default
Can you help,
Thanks
yusuf
2017 Mar 07
2
moh reload not reloading/reading new musiconhold files
Hello
I did not mention it but of course the MOH directory is listed in
/etc/asterisk/musiconhold.conf :
[default]
mode=files
directory=/var/lib/asterisk/moh
[myfolder_1]
mode=files
directory=/var/lib/asterisk/moh/myfolder/1
sort=alpha
[myfolder_2]
mode=files
directory=/var/lib/asterisk/moh/myfolder/2
sort=alpha
[myfolder_3]
mode=files
directory=/var/lib/asterisk/moh/myfolder/3
sort=alpha
2017 Aug 28
5
ERROR during high volume MoH dialplan
Hi Richard,
Thank you for the reply
Correct, I did mean 13.15.
I set no optimize and better backtrace through "make menuselect" and the output is now
[Aug 28 21:41:16] ERROR[17171][C-0000392d]: frame.c:343 ast_frdup: FRACK!, Failed assertion Excessive refcount 100000 reached on ao2 object 0x21962b0 (0)
Got 26 backtrace records
#0: [0x61923f] main/utils.c:2475
2005 Feb 04
7
Limit MOH processes
You could try to use the native mp3 support for MOH if you really want
mp3 support. It is a lot better than using mpg123 IMHO. mpg123 kept
doing nasty things to my system :)
See
http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20musicon
hold.conf there is a section about the native support.
Guillaume
> -----Original Message-----
> From: Stefan Gofferje
2004 Sep 07
1
MOH/mpg123 broken when running asterisk as non-root?
Hi guys,
For the first time, I'm attempting to run asterisk as a non-root user
for all of the obvious reasons.
I'm attempting this with asterisk-1.0-RC2, based on the fairly
straightforward directions found here:
http://voip-info.org/tiki-index.php?page=Asterisk+non-root
The only problem I can't get figured out is my mpg123 processes not
being spawned properly. There's
2006 Jun 01
1
G729 + Native (files) MOH
Hello everyone,
One more little problem with a %100 g729 setup. Native moh:
musiconhold.conf:
[default]
mode=files
directory=/mnt/kd/moh/default
random=yes ; Play the files in a random order
ls /mnt/kd/moh/default
fpm-calm-river.g729 fpm-calm-river.ulaw fpm-sunshine.g729
fpm-sunshine.ulaw fpm-world-mix.g729 fpm-world-mix.ulaw
Place a call on hold:
Jun 1 14:55:30
2006 Nov 13
1
Moh stops immediately
I'm trying to set up the Music on Hold feature.
However, when I place a call the moh starts and stops
immediately and as a result I dont hear the audio.
-- Started music on hold, class 'default', on
channel 'SIP/XXX'
-- Stopped music on hold on SIP/XXX
NOTICE[380]: res_musiconhold.c:515 monmp3thread:
Request to schedule in the past?!?!
My extensions.conf reads:
exten