similar to: Monitor DTMF problems

Displaying 20 results from an estimated 3000 matches similar to: "Monitor DTMF problems"

2005 Sep 11
2
Using RedirectAction with queues
Hello! Is it legal to use RedirectAction to redirect a call that is waiting in a queue? The idea is to have an external application manage a queue via manager API. The queue would merely collect calls and play moh. I've tryed this already but asterisk sends SIP/Forbidden to the channel in queue, after the channel has been redirected by RedirectAction, even though the response to
2005 Sep 25
3
TE405P V2 - Fantastic!
I anyone has any hesitations in upgrading their 405P (or 410P) to V2 of the firmware, read below; I installed one today (turnaround time around 2 weeks to Australia, inc. economy freight in both directions... impressive!) and have noticed immediate, significant improvements. Audio levels are better (have set tx and rx gains back to 0.0) and missed frames have gone (popping, clicking,
2010 Aug 27
1
Band-wise Sum
Hi I have a large credit portfolio (exceeding 50000 borrowers). For particular process I need to add up the exposures based on the bands. I am giving a small test data below. rating <- c("A", "AAA", "A", "BBB","AA","A","BB", "BBB", "AA", "AA", "AA", "A", "A",
2010 Aug 30
2
Band-wise Conditional Sum - Actual problem
Dear R helpers, Thanks a lot for your earlier guidance esp. Mr Davind Winsemius Sir. However, there seems to be mis-communication from my end corresponding to my requirement. As I had mentioned in my earlier mail, I am dealing with a very large database of borrowers and I had given a part of it in my earlier mail as given below. For a given rating say "A", I needed to have the bad-wise
2002 Sep 17
1
Using rsync for two-waz-synchronisation
Hello, is there any way to use rsync for two-way-syncronisation? I want to use it to keep the data on two hosts consistent. Sometimes one of this hosts (sometimes the first, sometimes the second) changes its location. If the two hosts are at the same location I want automatically rsync them. The data only changes at one hosts but it is not defined on which host it changes. For example: I have
2005 Mar 11
1
EADS6550 and asterisk - echo on PSTN call
Hi list, would like to know if some of you have tested asterisk connected to an EADS 6550 analogique PBX (also know as Nexpan50). Our set up is a Dell Optiplex with 1 TDM400 4 FXO, 1 TDM400 4 FXS, (no other card, each of them have their own IRQ) all ports connected to the EADS. We have GS ATA286 as EP. Calling from ATA to ATA give a perfect sound. Calling to PSTN numbers or reverse side,
2009 Jan 08
1
Macro arguments seperator
Hi! I am in the process of upgrading our 1.2 servers to 1.6. We have a lot of realtime extensions with app=Macro and appdata=stdexten|080512|SIP/080512 But this does not work in 1.6. It is expecting , and not | as the argument seperator. If I change the | to , then it does not work in 1.2. Is there any backwards compatible switch you can enable in 1.6, so it accepts | as a argument seperator
2006 Jan 10
1
Disconnected calls
Hi! We have some problems with calls that get disconnected in the middle of a call. We are using Asterisk 1.2.1 with a TE410P (2.gen firmware). When the call is disconnected Asterisk writes this to the log: Jan 9 14:56:17 DEBUG[4404] dsp.c: ast_dsp_busydetect detected busy, avgtone: 300, avgsilence 2090 Jan 9 14:56:17 DEBUG[4404] dsp.c: Requesting Hangup because the busy tone was detected on
2003 Jun 12
11
htb problem
Hi, I have some interesting problem with htb , I set up root class and sub-classess: $TC qdisc add dev eth0 root handle 1: htb $TC class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit $TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit $TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil 1600kbit $TC class add dev eth0 parent 1:1
2005 Aug 02
1
Best way to connect asterisk to an traditional PBX
Hi list, we want to connect asterisk to an traditionnal PBX (EADS 6550/Matra). People from telco told that they can't connect two PBX's using E1/T1 or only with QSig signaling. I wanted to use EuroISDN. In this case, it was me told that VN6-VN7 would be used. The PBX has a spare ADQ card installed on which we would connect. Has someone a such working setup? Is it working well? More
2006 Jan 29
4
Problems with FireRuby and scaffolding
I am trying to generate some scaffolding using "ruby script/generate scaffold order order". It always fails with the message "uninitialized constant CHARACTER_SET". I have an orders table in a Firebird databse called TARPRILOGISTICS.GDB. The database is in a folder named "database" in my rails app root folder. I tried FireRuby 0.4 and 0.4.1. My config file looks
2005 Sep 20
5
Neat way of using R for pivoting?
Hi, I'd like to use R to do what excel pivot tables do, and plot results. I've never used R before, and I've managed to do something, but it's quite a lot of code to do something simple. I can't help but think I'm not "Doing it the R way". I could be using R for the wrong thing, in which case, please tell me off. I was hoping something like plot(by(t,
2009 Dec 01
3
best practises for avoiding to write passwords in shell scripts (example sqlplus from Oracle)
Hi folks I have here a CentOS box where i need to setup cronjob (with session to remote Oracle instance). On the remote DB i have no access, expect limited user. How to avoid putting passwords in shell scripts? The solution doesn't need to be perfect, only better than plain text passwords in scripts. Mostly remote host only support password authentication (no certificates and so on).
2008 Aug 29
1
DB stop&start
Hi I need a script to automatically Starting/Stopping an Oracle 10g DB on CentOS5.2 64bit i.e lsnrctl start/stop db start/stop emctl start/stop dbconsole" Any help? -- Madunix_at_Gmail Sysadmin "Computers are useless. They can only give you answers" - Pablo Picasso "Never trust a computer you can't throw out a window." - Steve Wozniak -------------- next part
2006 Mar 16
5
Multiple databases + switching databases
Hello, I have an application that access two different DBMS - Firebird and Postgres. So far, that''s ok. The problem is, depending on the customer logged, a different database (Firebird) must be selected. To make the things clearer: Postgres: 1 database shared by all customers with these tables: - user - vehicle - driver Firebird: several databases with different names and identical
2004 Sep 01
2
ocfs doesn't free space?
an ocfs-volume was nearly full (only 800MB free). i deleted some datafiles to free space: $ df -h . Filesystem Size Used Avail Use% Mounted on /dev/sdp1 10G 5.3G 4.8G 53% /db/DPS so there are more than 4GB available. $ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004 Copyright (c) 1982, 2002, Oracle Corporation. All rights
2003 Aug 04
1
Duplex printer settings
Hello, I have a samba 2.2.6 print server running on Solaris 2.7. It has been working wonderfully for a long time. Now, I'm setting up the server to automatically download the printer drivers to the client PC. This also works great, except for the duplex option on my duplex printers. The correct options appear in "device settings" (such as "flip on long edge"), but do not
2011 Nov 28
1
how to create a oracle 11g database through puppet module
Hi This is Anjan and I am creating a module to create a database for oracle 11g. I have a problem to execute a cmd ie sqlplus "/as sysdba" @/home/oracle/cr_$dbn Please tell how to exucute the above cmds through puppet module. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2009 Jan 30
5
Question about Shell Script.
Hi all CentOS users, I have writing shell script for check oracle processes in real time and alert with e-mail. I read script like below NUMBEROFPRO=/oracle/10.2.0/db_1/bin/sqlplus / as sysdba <<EOF1 |grep processes|awk '{print $2}' SELECT resource_name,current_utilization,limit_value FROM V\$RESOURCE_LIMIT WHERE RESOURCE_NAME IN ('processes','sessions'); quit EOF1
2006 Oct 12
0
Codes negotiation problemsbetweenAsterisk1.4beta2 and Aastra 480i
The problem with the extra ptime descriptions in the SDP has been fixed in Asterisk (see http://lists.digium.com/pipermail/svn-commits/2006-October/017694.html). I've got the latest version of the 1.4 branch from SVN and have verified that the codec negotiation is working again. If you don't want to try the latest SVN version, then you'll have to restrict the phones to a single codec