Displaying 20 results from an estimated 2000 matches similar to: "MeetMe MusicOnHold Volume"
2005 Aug 08
0
Problems with cmd monitor
Was using this monitor line to get soxmix to mix test-in.wav and test-
out.wav into test.wav.
exten => 1200,1,Monitor(wav|/tmp/test|m)
When I start the conference, the * console shows this:
monitor executing ( nice -n 19 soxmix "//tmp/test-in.wav" "//tmp/test-
out.wav" "//tmp/test.wav" && rm -f "//tmp/test-"* ) &
/tmp shows test-in.wav,
2004 Oct 01
0
Re: [Asterisk-Dev] Use the Meetme application with another module thanUSB-UHCI
I ran in to an almost impossible ability to run MeetMe on our poweredge. Our
PE is a 4 proc with OHCI and we had no need to buy any PCI cards other than
for running MeetMe. If you know how to recompile your kernel, recompile it
and make RTC a module (its compiled in by default). Then you can use zaprtc
as your timing source. Be sure to `rmmod rtc` before you `insmod zaprtc`
because zaprtc is a
2005 Jul 25
4
Voicemail and musiconhold sound stopped working
Hi,
i am testing stuff for a couple of days now with Asterisk CVS-v1-0-07
and everything worked fine sofar when suddenly the voicemail and
musiconhold sound output stopped working.
The voicemailmenu still works though. I can see the voiceprompts etc
in the debug messages on the asterisk CLI but i cant hear
anything. Everything else works fine though. I can call out
fine etc. I did some network
2003 Aug 01
1
Musiconhold interrupted sound
Hi,
I don't seem to be able to get music on hold to play normally.
The sound gets often interrupted with a few seconds of silence
then starts playing again. I'm using mpg123-0.59r and tried
mp3 files with different sample rates with no luck. If that matters,
endpoints are SIP ata186, SIP Cisco 7960 and H.323 (over chan_h323)
Quintum Tenor.
Sometimes it may play fine for a few minutes
2005 Jan 06
1
Problems with MeetMe accepting conference PIN
Hi,
I know this question may have been asked before (although the archives
don't seem to suggest it), but has anyone had any problems with Asterisk
accepting a PIN number for a conference room.
At this point in time I have established the conference definition in
the meetme.conf file as well as specifying the appropriate lines in the
extensions.conf file.
meetme.conf file:
conf =>
2005 Jan 27
1
Moh in meetme doesn't work if I transfer to meetme
Hi,
if I dial meetme from extension 200 directly it works ok - I get moh as only
user (first trace). If I dial to other local extension and trasfer from
there I get second trace... Apparent difference between those two is warning
:
Jan 27 11:06:33 WARNING[6133]: res_musiconhold.c:466 moh_alloc: No class:
random
What this could mean ?
Direct Call log-----------------------------------------:
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 Feb 02
2
MeetMe & ztdummy
I'm running into a bit of a problem setting up conference calls. The box
I rent at a colo doesn't seem to have USB hardware.... When I try to load
usb-uhci I receive a "device does not exist" error. Which means I can't
load ztdummy....
The system has a rtc clock module, so zaprtc won't work... (which I'm
scared to unload rtc because I don't have physical access
2004 Nov 27
0
Problems compiling zaprtc on 2.4.27 kernel
Has anyone successfully compiled zaprtc on Debian Sarge using the 2.4.27
kernel.
I have a symbolic link from linux-2.4 to linux.
I compiled a new kernel from source and have been able to compile zaptel as
well.
The main error seems to be: /usr/include/asm/mpspec.h:6:25: mach_mpspec.h:
No such file or directory
These are the errors that I am getting:
cc -c zaprtc.c -D__KERNEL__ -DMODULE
2010 Mar 24
0
form_for with nested shallow route
Let''s say I have:
map.resources :teams do |team|
team.resources :squads, :shallow => true
end
When I want to generate a form_for a squad, I need both the team and
squad for new/create, but only the squad for edit.
This means I need:
edit:
form_for(squad)
new:
form_for([team, squad])
This seems not very dry. Is there a more idiomatic way of doing this?
Right now,
2003 Dec 18
2
Zaprtc compile error - virtual device for conferencing
Hi,
I don't have a zaptel device for conferencing.
I read from the lists, that
ztdummy and zaprtc need to be installed to get conferencing.
I could able to compile successfully with ztdummy and when i receive the
call it says,
-- Goto (13732,s,1)
-- Executing MeetMe("SIP/-08118800", "1234") in new stack
== Parsing
2004 Sep 13
0
Zaprtc help
I am still stuck, anyone got any ideas ?
Hi,
Having no digium hardware in my box and two cpus and a ohci usb bus im
forced to use zaprtc.
I have recompiled the kernel and removed enhanced rtc support.
When I attempt to compile zaprtc I get the following error.
zaprtc.c:1077: warning: implicit declaration of function `barrier'
zaprtc.c:1078: warning: implicit declaration of function
2004 Sep 20
1
ZapRTC loading problems
I finally got 2.4 recompiled with RTC as a module:
Module Size Used by Not tainted
autofs 13684 0 (autoclean) (unused)
acenic 241092 0 (unused)
iptable_filter 2412 0 (autoclean) (unused)
ip_tables 15864 1 [iptable_filter]
e100 62340 1
rtc 9084 0 (autoclean)
Here is my
2004 Jun 16
1
error loading meetme module
Hi all,
I'm configuring meetme in asterisk but no luck. I dont have a digium card,
so based on the wiki, i have to install the zaptel driver and enable the
ztdummy on it. I compiled, install the module and enable it on the
module.conf. When i tried to start the asterisk, asterisk wont start because
of the error in loading the meetme module.
Jun 16 15:36:56 WARNING[-1084989312]:
2008 Mar 19
0
question on meetme
I am trying to use meetme() on SIP channels.
I found this line on voip-info.org
-------------
It *is* necessary either to have a Digium card or a dummy timing driver
(e.g. ztdummy or zaprtc) in order for MeetMe to work at all, but that
doesn't help you use AGI with SIP channels: They have no capacity to use
any AGI script at all. If they try to, they get no audio.
-----------------
I am
2004 Sep 19
2
Timing source on SMP system - Disable RTCforzaprtc
Any help would be appreciated as I am a novice trying to work around a
difficult situation.
This is what the zaprtc helpfile says:
zaprtc, getting zaptel timing out of your realtime clock
========================================================
Make sure that you _dont_ have rtc support compiled into
your kernel!
INSTALL:
make
USE:
make load
REMOVE:
make unload
I interpreted this as
2002 Apr 17
0
A-SQUAD Security
This is a message to my fellow network security professionals,
www.asquad.com is formed by a group of security professionals with
experience and knowledge. Even so, we would like your participation in
the exchanging of ideas and your contribution of knowledge. We would
appreciate your input about our web site and our Forum. We invite you to
check out our site and register to become part of
2023 Apr 14
0
Geek Annual based service G-SQUAD/APR14/10240051
Geek Receipt
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
**
*~**GEEK-SQUAD~*
Hi Geek-Squad User,
We hope you're enjoying our services! We are glad to inform you that
your annual plan with us has been successfully renewed. Your Geek
Secure service plan
2004 Sep 19
2
Timing source on SMP system - Disable RTC for zaprtc
Does anyone know where to disable rtc support on redhat 9.0 using make
menuconfig?
I thought I disabled it but still got the following error when trying to
make zaprtc:
zaprtc.c:109: storage size of `rtc_irq_timer' isn't known
zaprtc.c:719: storage size of `rtc_fops' isn't known
zaprtc.c:107: warning: `DECLARE_WAIT_QUEUE_HEAD' declared `static' but
never defined
make: ***
2024 Sep 01
1
geo-rep will not initialize
FYI, I will be traveling for the next week, and may not see email much
until then.
Your questions...
On 8/31/24 04:59, Strahil Nikolov wrote:
> One silly question: Did you try adding some files on the source volume
> after the georep was created ?
Yes. I wondered that, too, whether geo-rep would not start simply
because there was nothing to do. But yes, there are a few files created