similar to: dial application timeout

Displaying 20 results from an estimated 2000 matches similar to: "dial application timeout"

2007 Apr 17
1
Asterisk Billing
Network Configurations Block D, Surrey Park, Barham Road, Westville, 3610 Helpdesk: (086) 163-8266 Tel: (031) 266-1563 Fax: (031) 266-4206 Hi List. I'm in need of something that will allow me to analyze cdr details either via .csv or mysql that will give me call durations as well as call costs. This is so that we can see in what areas/staff are costing what per month/week on outbound
2006 Dec 18
5
Asterisk and outlook
Network Configurations Block D, Surrey Park, Barham Road, Westville, 3610 Helpdesk: (086) 163-8266 Tel: (031) 266-1563 Fax: (031) 266-4206 Hi list. Has anyone used any commercial or open source application to integrate Asterisk into MS Outlook 2003 which can be used to place calls directly to contacts from Outlook? And if so how well does it work? Thanks, Richard Best Regards Richard
2007 Jan 04
4
Digium Wildcard B410P
Hi list, Is Digium Wildcard B410P compatible with Asterisk 1.2 / 1.4 (zaptel of course) directly out of the box, or do I need things like bristuff? http://www.digium.com/en/products/hardware/b410p.php Best regards, Henrik Woffinden
2007 Mar 29
1
chan_misdn
This is my problem. I don't even know it this is the right site to ask for it, but let's go. I've a Asterisk box with 1.4.1 version version installed. It's equipped with a TDM400 with 2 FXO modules and a HFC based ISDN BRI card. Everything goes OK, except for the following scenario: on the PMP S0 bus of the ISDN telecom NT adapter I've connected both a ISDN modem and the HFC
2007 Jan 17
3
Callback/ringback
Hi. Has anyone had any success in implementing a callback or ringback function in Asterisk? I've had a look at the callback-voicemail example on voip-info.org http://www.voip-info.org/wiki/view/Asterisk+tips+callback However it won't quite work for me. I need it for local SIP users which most of them don't have voicemail. If one SIP user calls another SIP user and the second user is
2004 Oct 25
2
aov documentation page: question
Dear all I was looking at the aov documentation page and came across the following which seems like a contradiction to me: " This provides a wrapper to |lm| for fitting linear models to balanced or unbalanced experimental designs." (I presume 'This' refers to aov) and "|aov| is designed for balanced designs, and the results can be hard to interpret without
2013 Sep 30
1
[PATCH] xm-test: fix the ip allocation function
__findFirstOctetIP() is expecting min and max available octets according to its code, however the caller getFreeIP() gives it the min octet and (max - min + 1), which is the length instead. Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com> --- tools/xm-test/lib/XmTestLib/NetConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git
2007 Apr 05
1
netconfig in 4.92
After installing 4.92 I wanted to run netconfig. It was not availble. I did "yum install netconfig" and got the package. What should I have selected in the "custom packages" at install time to get netconfig? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Aug 22
0
Winbind with krb5auth for trust users
Hi, hier are the file. I replaced the real domain/realm name by "search&replace", so there should not be a typping error in my file concernig the realm or domain names. Regards, Andreas client:~ # more /etc/hostname client.loc.example.de client:~ # more /etc/hosts # # hosts         This file describes a number of hostname-to-address #               mappings for the TCP/IP
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
Greetings, I'm using rsync to keep multiple nfs filesystems on two emc nfs serves in sync. Here are the six file systems and their info: Filesystem kbytes used avail capacity Mounted on Number of files burd1p0:/nettmp 258120 37144 220976 15% /nfs/burd1p0/nettmp 2102 burd1p0:/user 29443776 16160480 13283296 55%
2007 Dec 03
4
what happened to netconfig in 5.1
I am doing a yum install netconfig on the new 5.1 and nothing gets installed. Was it removed? replaced with something else? yum provides netconfig does not show a "bin" command just false matches. Is there a new command? Thanks, Jerry
2010 Dec 28
1
Kickstart Network Configuration Issues
Hello all, I've been struggling with an issue with my kickstart configuration for a while now. My kickstart files are stored within the initrd image. What I would like to do here, is when the kickstart first starts up, I want it to grab a DHCP address (it does at the moment) so it can grab all of the necessary installation data off the net. Then, at some point _IN_ the install process, I'd
2006 Jan 23
1
Two ethernet adapters and more
I am running Asterisk at home on one of my systems here. It uses Centos 4.2. It does NOT have a GUI interface. Command line only at console or via SSH (yeah, I know that I was working on another server to get GUI tools working through SSH, but I am NOT going to muck with AAH build). yum update is potentially dangerous, when it replaces the kernel. You can loose all of your Zaptel driver
2006 May 16
1
problems with kickstart %post and python/snack gui
Hi All, I'm trying to migrate from Fedora Core 4 to a more stable linux deployment of Centos 4.3. I'm using kickstart to do an automated installation of minimal packages and then doing configuration in the %post section. I do this by calling serveral custom system-config-local-* scripts that I have written along with system-config-network-tui (aka netconfig). The problem that I am
2005 Jan 14
1
Asterisk@Home Install Problems
I am trying to install asterisk@home on a Dell 1650 server. The setup cd runs fine and completes with no errors but when I try to connect to the web site (http:myip/maint) to edit the configs nothing happens just a page not found error. I'm not sure if there is a problem with my dual on board nics but when I check ifconfig I see the dhcp address info that was assigned for eth0 and then
2007 Jun 17
1
Please help : Trying to fool Theora into doing what I want
I'm currently doing research and initial development for an app that requires a rather odd usage of some kind of movie decoding. I'm trying to find a codec that I can trick into doing what I want, and so long as I can fix a problem or two, Theora is looking promising. What I want to do goes something like this: 1) Encode a whole bunch of two frame movies. For each movie, the
2007 Dec 03
1
system-config-network on 5.1
Looks like there are NO command line options on system-config-network. Like -d eth0 or -d eth1 I used those alot when 2 network cards are in a box. Can netconfig be brought back to life? Can I just install the one from 5.0 on new boxes?\ Jerry
2006 Apr 24
0
[PATCH][XM-TEST][1/3] New Network Infrastructure for Xm-Test
Hi, This patch and the two that will follow add a new network infrastructure to xm-test. The goal is to make writing tests with networking easy. The patches add a new XenDevice class and NetConfig class. The XenDevice and the XenNetDevice subclass represent devices in xm-test and are linked to the XenDomains. The NetConfig class manages xm-test''s network configuration. The patches make
2005 Feb 21
0
WinXP Access Denied to Public Folder - Access Granted by IP only
I am receiving a \\fs1\Public <file:///\\fs1\Public> not accessible... Access is denied error message. If I log on as Administrator I have access to the file shares but this particular user is denied access. All other users/computers are fine. I took the computer off the domain, renamed the computer and changed the user's password but I still had access denied errors. I looked at the
2003 Dec 29
0
Toshiba T1910 (CS) - 'Boot failed'
Hi Everyone, When I installed Debian Potato onto a Toshiba Satellite T1910CS about a year and half ago using SYSLINUX everything went well. Now, however, using SYSLINUX that comes with the bootdisk of Debian Woody boot-up stops soon after the floppy is read with a 'Boot failed' message. I've received one email from someone having this trouble about six months ago and I simply