similar to: Autodial

Displaying 20 results from an estimated 10000 matches similar to: "Autodial"

2004 Sep 26
1
Autodial on off-hook?
I'm looking to build an application which requires a phone to autodial when the handset is lifted off of the hook. Since the system will be available to the general public, I want a solid phone that will withstand abuse, but not be too expensive. I'm leaning towards using a Sipura adapter with an analog outdoor handset. However, I don't nor ever have had a sipura adapter, so I'm
2005 Feb 28
1
Sipura SPA-841 autodial?
Hei! Does anyone know how to configure this phone to autodial the number after interdigit timeout has passed? Rennes
2006 Apr 28
1
Bristuff 1.2.7.1?
Has anyone managed to add the bristuff patch to 1.2.7.1 successfully? My attempts has ended up bad, so if anyone has a working patchfile for 1.2.7.1 I would be grateful to receive it. Thanks, Vidar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060430/1c56d94e/attachment.htm
2005 Mar 31
2
Some files not logged when using --compare-dest. Bug?
Hi again. I just spotted another peculiarity when inspecting the rsync log. When using --compare-dest, source files that have permissions that differ from the "comparables" are not logged, unless you're using -i. Here's a testing session: $ ls -lR .: total 12 drwxr-xr-x 2 vidar users 4096 2005-03-31 14:16 cmp/ drwxr-xr-x 2 vidar users 4096 2005-03-31 14:23 dst/
2005 Jan 30
2
How to support idmap_rid on Fedora Core 3?
Hello, Please forgive me if this has been discussed, I did not find any references when I searched. I'm trying to replace a W2K server with a samba member server in a single ADS domain. It seems that the Fedora rpms do not support idmap_rid so I am trying to compile from the Fedora SRPM. After following the docs for building and configuring idmap_rid I get no ADS users from `getent
2005 Sep 01
3
source(file) => file becomes readonly
Hello, when I work in R, I write code in a text file that I run with the "source(filename)" command. In R2.1.1 the file is read-only while the source command is executed. This was not the case in R2.0.1. Is this a bug-fix or is it possible not to have the file read-only when executed? Best regards Vidar
2006 Jan 23
5
dial out and message playback
Hi, In a normal PBX environment a user usually calls in and IVR's are played according to a predefined dialplan. Iam trying to develop an application where asterisk dials out to a user and initiates an IVR instead (please note that the IVR is not static and may vary according to different condtions). Can someone guide me how this is possible using Asterisk. Do I need to write some sort of
2005 Jul 01
0
Catch Autodial failure
Hello, I am using asterisk to autodial a phone number once an hour to verify an answering IVR script is working by listening for a beep played by the IVR, and that is working well. The one thing I have not been able to find is a way to trap if the call didn't connect at all, like if the entire IVR is down or the phone line is dead, since it doesnt enter the menu until the call is
2006 Apr 27
0
Autodial feature doesn't return $DIALSTATUS values
Hello, I'm writing a small PHP application that generates calls automatically and tries to store call details on a Mysql Db, using manager API . When making an autodial call, I noticed that I couldn't read $DIALSTATUS values; since I can't evaluate dial status (BUSY, CONGESTION, NOANSWER), I can't understand when a receiver was busy or not. Nobody seems to have solved this
2005 Feb 01
2
Auth failing - idmap_rid?
The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid compiled) The samba server shows up in the browse list, but when you select it from an XP machine windows spits up "\\ server is not accessable" yada yada "The user name could not be found" The following shows up twice in /var/log/samba/winbindd: [2005/02/01 14:00:27, 0]
2006 Mar 10
4
dipura 2002 auto dial or intercom
Guys. Anybody using sipuras 2002 knows if there is a way to make the phones connected to it to autodial an extension when the phone is picked up? For example, if the phone is on a police booth (building entrance) and you want the guys to just pick up the phone and make the phone auto dial the receptionist extension without the guys having to dial anything (ala batphone). Is this possible with
2004 Jun 15
2
tapply/barplot (PR#6983)
Hello, there seems to be a bug in tapply or barplot in R 1.9.0 that was not in = earlier versions. The following code creates two nice barplots in 1.7.0, = but the first one is bad in 1.9.0: par(mfrow=3Dc(1,2)) x <- rep(1:10,10) y <- runif(100,1,100) z <- tapply(y,x,mean) barplot(z) barplot(as.numeric(z)) although is.numeric(z) returns TRUE! Best regards, Vidar Hjellvik Institute of
2007 Apr 17
3
Transfer via CTI
I used autodial to allow a user to make a call by clicking on a web directory and placing a call file into the Asterisk "outgoing" directory. That works perfectly for me. What if I want to click on the web directory and transfer my existing call? Is there a comparable interface? Thank you. Phil New York
2005 Jul 14
1
auto dialing - call file - channel variable question
Hi When using a call file to place a call I can't seem to figure out how to get the variable alert_info passed to the actual channel (in my case a SIP phone) that an agent is logged in at. Please can someone give me a pointer in the right direction ;) Thanx! Probably best illustrated in an example: Below works great and tells SIP/123 to pick up the call from asterisk then it dials the
2007 Jun 05
3
Outlook dialing
The bar is getting raised yet again http://www.voipmonitor.net/2007/06/05/New+Features+And+Services+For+Pack et8+Virtual+Office.aspx I personally use Snapanumber $30 or there abouts (after trialing a few other TAPI solutions and finding them sub-par) and think it's a great product but interesting to see how more people are expecting desktop/phone integration applications. Does anyone
2005 Mar 13
2
Sipura 841 issues
Hi Just 2 issues I have with SPA841. 1. I autodial extension 600 then inside an AGI wait for more digits. The digits are transmitted correctly to * but they do not show up on the SPA841 display, only the 600. How do I set the 841 is show the digits after the 600# 2. Is the SPA841 pixel display backlit? Master
2006 Oct 19
1
bristuff-0.3.0-PRE-1u for Asterisk 1.2.13 on junghanns downloads now
Bristuff has been updated; http://www.junghanns.net/downloads/bristuff-0.3.0-PRE-1u.tar.gz -- Vidar
2004 Jun 06
1
Daemon + ipv6 bug report
Hi all. I'm just reporting some strange (fatal) behaviour when running rsync --daemon on an IPv6-enabled box. It gets a fatal error when trying to bind to the same address twice. strace output: bind(4, {sa_family=AF_INET6, sin6_port=htons(873), inet_pton(AF_INET6, "::", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0 bind(5, {sa_family=AF_INET, sin_port=htons(873),
2005 Feb 22
1
problems with tcltk in R 2.0.1 (PR#7698)
Full_Name: Vidar Hjellvik Version: 2.0.1 OS: windows Submission from: (NULL) (82.134.28.194) I have an tcltk application that runs without problems in R1.9.1, but when I press the "run"-button (and other buttons as well) in R2.0.1, I get the message: "Error in function () : can't change value of a locked binding". I have another tcltk application that runs fine on
2004 Apr 15
0
Multiple compare-dest args
Hi all. I have just finished a small patch that adds support for multiple --compare-dest or --link-dest args. Its primary usage is to do incremental backups on top of eachother. (My current backup system stores each incremental as a single diff of the latest full.) Example: First full backup: rsync -a somedir full-20040415/ First incremental: rsync -a --compare-dest=../full-20040415 \