similar to: Perl library to manipulate 'ini files'

Displaying 20 results from an estimated 400 matches similar to: "Perl library to manipulate 'ini files'"

2004 Jul 06
4
Newbie's doubt on sip.conf
Hi, I have some doubts on sip.conf. 1) Can I have two or more SIP phones acting as extensions in one Asterisk box, and at the same time, registered to a SIP proxy, say Free World Dialup? If yes, how? 2) Why we need a section in the sip.conf for the proxy, say, Free World Dialup's fwd.pulver.com? In the case of 1), how to assign the value to section [fwd.pulver.com], since there are more
2004 Jul 06
1
Problem related to TPX100 card installation
Hi, After installing Asterix, and plugging a TPX 100 card into the RedHat 8.0 Linux box, I plugged a normal PSTN into the Phone socket in the TPX 100 card, and found that there is no dialtone. The steps are listed as below: 1) Install zaptel, libpri, and asterisk. 2) Plug the TPX 100 card, the RH 8.0 recognized it as "Tiget Jet Network Inc | Model 300 128k Modem". 3) modprobe zaptel,
2004 Jul 21
2
Compiling Asterisk (zaptel) failed on Debian 2.4.18-686
Hi, Can anyone point out what the problem is? cd /usr/src/zaptel make install In file included from zaptel.c:44: /usr/include/linux/module.h:21: linux/modversions.h: No such file or directory The linux version is 2.4.18-686, and the kernel source code is installed also. Thanks, kaiduan ______________________________________________________________________ Post your free ad now!
2011 Apr 20
2
py-Asterisk or pyst?
Hi there, I need a Python interface to asterisk manager for my own project. The voip-info.org (http://www.voip-info.org/wiki/view/Asterisk+manager+Examples) lists 4 python projects for this purpose: Fats, py-Asterisk, pyst and StarPy. Because my project is rather small and I don't want to involve twisted in, the options left for me are py-Asterisk and pyst. So I want to ask your opinion:
2014 Apr 10
1
AMI and pyst
Does anyone on this list use pyst for AMI purposes? If so, can you point me in the direction of some simple examples. There seems to be none anywhere online. Probably doesn't help that I'm not that experienced at python but not insurmountably so. Thanks in Advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e:
2013 Jun 04
2
[PATCH / RFC] Handle --packager-config in zypp_rpm
This is an attempt to handle a different --reposd-dir in the zypp_rpm driver. Up to now the system repositories in /etc/zypp/repos.d were used. To specify a different set of repositories for zypp a parser for a simple zypper.conf is added in this patch. It just looks for reposdir= in section main, like this: [main] reposdir=/path/to/other/repofiles If the config file provided via
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
Thanks for replying. So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian setup the alternatives are either : - to install it from source - tto build my own custom package removing this asterisk dependency (is it easy or even possible ?) - to use another solution such as pyst. Regards 2014/1/16 Adolphe Cher-Aime <acheraime at gmail.com> > Yes you can. This what
2004 Jul 29
10
Asterisk GUIs at Astricon * REMINDER *
I'm working with the final details of the Astricon agenda. I haven't got anything so far on Asterisk GUI's and there are plenty of projects out there. I would like to invite developer's of Asterisk GUI's, both open source and commercial, to participate. What I'm thinking of is giving each GUI a slot of 10-15 minutes for a presentation and then a panel discussion on the GUI
2004 Jul 15
1
Using SIP phone to dial out using ISDN ?
Hi, I finally got Asterisk installed using the German installation CD from http://www.asterisk.de.ms. I got two SIP phones working (SIPPS) asterisk*CLI> sip show inuse Username incoming Limit outgoing Limit 5678 0 N/A 0 N/A 1234 0 N/A 0 N/A
2004 Mar 11
7
asterisk gui client
I have looked at matt's asterisk gui client at sourceforge. I am not a programmer by trade. The documentation there seems to be a bit lacking. Has anyone have the experience in installing the gui client and may perhaps have a how-to document available for sharing. -- David Kwok Tel: 612 99292086 ext 1002 Iaxtel/FWD # 17001813482 ext 1002 -------------- next part -------------- A non-text
2013 Jul 11
4
Problem with supermin & zypper
Hi, During compilation of guestfs I get the following error: *supermin -v -o supermin.d --names augeas-libs btrfs-progs cryptsetup cryptsetup-luks e2fsprogs e4fsprogs genisoimage gfs-utils gfs2-utils grub hfsplus-tools hivex iproute iputils kernel libcap libldm MAKEDEV nilfs-utils ntfsprogs ntfs-3g openssh-clients pcre reiserfs-utils libselinux syslinux-extlinux systemd vim-minimal xz yajl
2005 Jul 06
3
asterisk perl radiusclient
hello how to solve these errors /var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10 use Asterisk::AGI; vi /etc/asterisk/extensions.conf exten => _X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP vi /etc/asterisk/modules.conf load => res_agi.so <---------------errors------------------------> *CLI> Can't locate Asterisk/AGI.pm in @INC (@INC contains:
2003 Nov 18
4
Help with Warnings
I'm trying to clean up some notices/warnings that are repeatedly logged in *.Any Help would be appreciated as I'm not sure of the cause /solution. Here are the errors: Nov 17 15:53:38 WARNING[1217602880]: File chan_zap.c, Line 1321 (zt_call): cidspill already exists?? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /* Don't send audio while on hook, until the call
2008 Jul 03
6
BackupPC won't fork after CentOS 5.2 upgrade
For some time now i have been running BackupPC 3.1.0 on CentOS 5.1 x86_64 however after upgrading to CentOS 5.2 BackupPC will not start. "sudo /etc/init.d/backuppc start" return OK but there is no BackupPC processes. This fails also. # sudo -u backuppc /usr/bin/BackupPC -d # echo $? 0 This succeeds, but of course does not fork. # sudo -u backuppc /usr/bin/BackupPC So for some
2016 Jan 06
2
No joy with my first AGI Python script
It's very simple but it doesn't work. Here's the entire script. #! /usr/bin/python import sys env = {} def comm(cmd): sys.stdout.write(cmd.strip() + '\n') sys.stdout.flush() return sys.stdin.readline().strip() while 1: line = sys.stdin.readline().strip() if line == '': break key,data = line.split(':') if key[:4] == 'agi_':
2009 Jun 10
4
Wine path-association
hello. I am trying to install an exe-file in the Program-Path of an individual Wine-Prefix. This exe-file reads an Inifile, which is in the same Directory. When I use Winefile to open the .exe, the inifile is read correctly. When I use it in a .desktop file with the order below, it does not work. Code: env WINEPREFIX "/opt/WPrefix" wine "C:\Program Files\Test\test.exe"
2013 Aug 27
3
Puppetdb module installation error -
Is the module puppetdb from the forge still correct ? Every time I try to install puppetdb from the puppet module ("puppet module install puppetlabs/puppetdb"), i got a warning : *Warning: cprice404-inifile is deprecated; please update to puppetlabs-inifile* How may i install the puppetlabs-inifile instead of cprice404 ?? -- You received this message because you are subscribed to
2012 Oct 12
6
PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62
Hi Everyone; I am getting the following error when I try to install PuppetDB. Maybe I have stale instructions?? Thanks! Bee Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid tag "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62 -- You received this message because you are subscribed to the
2009 Aug 10
4
FC11 and pv_ops kernel
Is there a version of the pv_ops kernel that will do HVM and work with fc11? I have been failing miserably trying to get it to work. I have followed Boris''s guide at: http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ But have had no success so far. I am wanting to know what is the version of the pv_ops
2007 Jan 04
4
yumrepo err
I am just starting with puppet to replace a ''homegrown'' config distribution system and it is looking very promising, i will be playing with the templating next. I have run into an error when attempting to disable the shipped repo''s with CentOS 4.4. See the relevant info below. This is obviously a problem when repo definitions include multi-line baseurl''s.