similar to: MOH Realtime

Displaying 20 results from an estimated 100 matches similar to: "MOH Realtime"

2001 Oct 01
2
do quotas work with ext3?
Hi, I had ext2 and 2.4.7 kernel , quotas were working ok. Now when all my filesystems are ext3 I figured out that quotas are not working.... if I do quotaon , repquota, quotacheck the programs return 0 without any output..... Does ext3 supports quotas? Nikolai
2011 Feb 08
4
Interactions in a nls model
I am interested in testing two similar nls models to determine if the lines are statistically different when fitted with two different data sets; one corn, another soybean. I know I can do this in linear models by testing for interactions. See Introductory Statistics with R by Dallgaard p212-218 for an example. I have two different data sets I am comparing to lai. ci.re should have very
2013 Feb 20
2
Asterisk question
Hello everyone, I?m new to Asterisk and I have a question. There is a phone call between two users, then they are talking to each other directly or by the server. I mean all packets from the user A to user B will be send directly to each other or will those packets from user A must be send to server and server will send to user B. Thanks. -------------- next part -------------- An HTML
2001 Jun 26
1
prio fighting
Hi, I have done this setup to give the machine 192.168.1.4 (masqueraded over dialup) the highest priority: #! /bin/bash WHAT="add" iptables -A PREROUTING -i eth0 -s 192.168.1.1 -t mangle -j MARK --set-mark 1 iptables -A PREROUTING -i eth0 -s 192.168.1.4 -t mangle -j MARK --set-mark 4 tc qdisc $WHAT dev ppp0 root handle 1: prio bands 3 priomap 0 1 2 tc qdisc $WHAT dev ppp0 parent 1:1
2001 Feb 20
2
subscripe
subscripe
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 14:19:45 2007 +0200 actually convert the values to a string when comparing strings diff --git
2009 Jul 29
2
A big 'Thank you' to the developpers
Thanks a lot for the new encoder_example and the two pass encoding. I was not yet able to compare the gain of it against my previously encoded video (HD content takes a lot of time to encode). Why it can not be used with -v ? Could it be possible in the future ? I had better result with -v than with -V before. Congratulations again. -------------- next part -------------- An HTML attachment was
2002 Sep 10
4
ext3 performance mystery
Help solving a performance mystery would be welcome. I have two test programs: * one totally CPU bound (it just infinitely loops) * the other I/O bound (it loops, each time doing * a write, * an fsync or fdatasync (I get similar behavior with either), * an lseek to back up to the same position again Under ext2, if I run these two together, they each run nearly as fast as
2008 Feb 01
6
Dynamic Change Parameters..
I am going to improve theora codec with dynamically changing way. In this case we want to change compression parameters like video_q, sharpness when a keyframe is generated. When i set video quality parameter using cpi-> pb.info.quality in CommpressKeyFrame in encoder_toplevel it will not change dynamically. Can you please help me to do this. Wich function should i cange to achieve my
2018 May 30
2
expunge not removing attachments?
I have a large mail backup folder backup at backup.invalid; I'm cleaning up daily like this: infimum=`date -d "-4 day" +"%Y-%m-%d"` doveadm expunge -u backup at backup.invalid mailbox INBOX SAVEDBEFORE $infimum doveadm purge -u backup at backup.invalid yet I see this: # find attachments/ -type f -ctime +5 | wc -l 7522 # find attachments/ -type f | wc -l 127579 # find
2008 Nov 28
1
RTCP too short
Dear Sir, I'm running Asterisk 1.4.21.2 on a CentOS machine....When running asterisk -rvvvvv I can see a lot of messages about RTCP too short... -- Remote UNIX connection disconnected [Nov 28 13:33:00] WARNING[24863]: rtp.c:891 ast_rtcp_read: RTCP Read too short [Nov 28 13:33:00] WARNING[19803]: rtp.c:891 ast_rtcp_read: RTCP Read too short [Nov 28 13:33:00] WARNING[19803]: rtp.c:891
2008 Nov 28
1
How to disable trunk from the cli?
Hi, I need to be able to unable and disable iax2 trunks from the cli? Is there a way to do it if so how? Sincerely, Robert Augustyn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081128/7ee24fa1/attachment.htm
2005 Aug 22
3
Cannot compile 3.0.x on Solaris 9
Dear list, is there anyone who successfully compiled a Samba 3.0.X on a Solaris 9 box? I tried severl versions of Samba 3.0.* on five rather differently configured Solaris 9 boxes (Sparc) and ALWAYS get a build error on dynconfig.c Sometimes it seems to be a missing ldap-preprocessor define (which is protested by the compiler although I configured --with-ldap=NO), sometimes it is a header file
2013 Feb 28
1
Asterisk Management
I have a question about management tool for asterisk. What tool are you used to use to manage asterisk? I have a system with freePBX and I just want to know if is there any tool that better than that. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130228/3c67f3b6/attachment.htm>
2008 Apr 01
2
Realtime MOH
Hi all, I want to allow different users to have their own unique MOH. Is there anyway to do it? Asterisk does not have a realtime MOH feature but I am wondering if there is anyway to get around it? Thank you for your suggestion. Thanks, Pete -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 11
1
panic 1.2.7
Im getting a panic from a specific user: Nov 11 13:53:29 userimap24.xs4all.nl dovecot: IMAP(xxxxxx): Panic: file maildir-uidlist.c: line 1242 (maildir_uidlist_records_drop_expunges): assertion failed: (recs[i]- >uid < rec->uid) Nov 11 13:53:29 userimap24.xs4all.nl dovecot: IMAP(xxxxxx): Raw backtrace: imap [0x4a6c02] -> imap [0x4a6c83] -> imap [0x4a6346] -> imap
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
AUTHORS | 1 + configure.ac | 1 + data/icons/16x16/Makefile.am | 2 ++ data/icons/16x16/swfdec.png |binary data/icons/22x22/swfdec.png |binary data/icons/Makefile.am | 2 +- 6 files changed, 5 insertions(+), 1 deletion(-) New commits: commit d6d82c2ed0e54d070fd0fd2bca41829aed370f4f Author: Benjamin Otte <otte at gnome.org> Date:
2007 Jul 13
0
Swfdec 0.5.0
Finally it's good enough to release. Following the strict swfdec-does-not-crash policy, here's a completely fixed up backend to make all your Flash madness possible. swfdec-0.5.0 "Meet Plan Party!" http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.0.tar.gz MD5: 53c9dd7f87ec9a73277ceb4d7c033a3c swfdec-mozilla-0.5.0 "Destroy all the old prints in celebration"
2011 Jul 14
2
php-5.3.6 fails on CentOS 5.6 64 bit
Hello all, # I am quite new to 64 bit Linux I am trying to build php-5.3.6 on CentOS 5.6, 64 bit. When I run ./configure under php-5.3.6, I get the following error: ----- Error ----- If configure fails try --with-jpeg-dir=<DIR> configure: error: libpng.(a|so) not found. ----- Error ----- Though libpng-devel and libjpeg-devel (both i386 and x64 rpms) are installed, it seems that
2008 Nov 28
2
feature request: single line mode.
Hi, I have this feature request for slow connections, I don't even know if it is possible but here goes: On slow connections making typos is very annoying because of low latency. Could you add a feature which only sends complete lines, like with an IRC client where nothing get's sent until you hit return? Or would this not be an ssh feature at all but rather a terminal emulator feature?