similar to: Fw: pbx.c:1279 pbx_extension_helper: No application 'SetVal' for extension (c819, 1, 1)

Displaying 20 results from an estimated 1000 matches similar to: "Fw: pbx.c:1279 pbx_extension_helper: No application 'SetVal' for extension (c819, 1, 1)"

2006 Jun 15
8
postgresql sequence and migrations
I have a specific need to ''fixate'' my ''roles'' table sequence when migrating. at migration #4, I have 28 records in my roles tables and I can manually reset the roles_id_seq but it stands to reason that since I am doing everything else in the migration, I might as well reset the sequence there too. so I tried this in my migration file... execute
2005 Aug 20
1
Why do I get pbx.c 1645 pbx_extension_helper: No application 'Voicemailman' for extension
Does VoicemailMan have to be installed ? Why not available. I have setup a mailbox in voicemail.conf and I can leave a voicemail - just cannot pickup up using *97. My *97 code in extensions.conf: exten => *97,1,Answer exten => *97,2,VoicemailMain(${CALLERIDNUM}@default) exten => *97,3,Hangup asterisk console: Verbosity was 8 and is now 12 -- Executing
2006 Apr 30
16
postgresql duplicate key violates unique constraint
I have a weird problem with creating a new record when using PostgreSQL. From inside script/console ... >> entity = Entity.new >> entity.first_name = "Foo" >> entity.last_name = "bar" >> entity.save Throws an exception due to the following SQL error: duplicate key violates unique constraint. The application was working fine before and suddenly
2005 Jun 28
1
pbx_extension_helper: No application 'agi'
Hi all, Sorry for this elementary question (I'm a newbie). I'm trying to write an agi script (test.agi) and run it when I call in. However, I'm getting an error that says application agi isn't being found. I've put test.agi into agi-bin with permissions 755. Do I have to compile agi support into Asterisk, or is it built in? My test.agi script is php, but not using anything
2006 May 06
1
IPsec with racoon2
Hi, I'm trying to get IPsec running between 2 FreeBSD (VMware) boxes, using racoon2. spmd and iked start up okay, but I get an error when I try a ping across the tunnel. /var/log/messages shows: May 5 13:52:36 biosa-vm4 iked: [INTERNAL_ERR]: if_spmd.c:726: SLID failed: 550 Operation failed May 5 13:52:36 biosa-vm4 iked: [INTERNAL_ERR]: isakmp.c:647:isakmp_initiate_cont(): 0:172.20.36.55[0]
2013 Mar 12
8
Heroku db id Starting with 1000
Hello All, How do I change the heroku database( already existed ) table id to start from say 1000? I tried with a fresh database on local & it works with this:- *execute "ALTER users orders AUTO_INCREMENT = 1000"* Thanks, Avinash -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from
2024 May 10
1
Question about "HB" flag and a "battery.charge.high" name
Thanks for the insights, especially these: > If this is about having variables with thresholds that control devices or cause synthetic setting of some variable (like turning on LB if charge% is < battery.charge.low), then it makes sense. > "battery voltage is unreasonably high" is a reasonable concept. <...> I would not call it HB, though because that makes it sound
2010 Feb 05
13
[PATCH 01/14] hivexsh: Document some peculiarities of the "cd" command.
--- hivex/hivexsh.pod | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/hivex/hivexsh.pod b/hivex/hivexsh.pod index 277e3ae..9336798 100644 --- a/hivex/hivexsh.pod +++ b/hivex/hivexsh.pod @@ -100,7 +100,14 @@ or even: Path elements (node names) are matched case insensitively, and characters like space, C<*>, and C<?> have I<no> special
2005 Aug 23
0
Fixtures: pluraly bitten
With my functional tests (on PgSQL) I get strange errors like this 1) Error: test_create(AufgabeControllerTest): ActiveRecord::StatementInvalid: ERROR: duplicate key violates unique constraint "aufgaben_pkey" Tracking this down, I found that sequences are only reset for some of the tables I''m using. The reason? Inconsistent singularization. I won''t go so far as
2010 Aug 10
1
semget() failed
Hello, I'm trying to port RPL/2 (http://www.rpl2.net) to OS/2 and I don't understand OS/2 semget(). RPL/2 uses POSIX semaphores. I have written a minimal library that emulates POSIX semaphores with SysV ones. I have tested this library on several Unix systems without any trouble. On OS/2, semget() always returns -1 and I don't understand my mistake. int sem_init_SysV(sem_t
2010 Jan 01
1
PBX Extension Help
hi all, I have a little problem. I'm trying to configure a2billing (asterisk2billing) with asterisk. Everything done successfully but when I try to call following error occur "WARNING[9690]: pbx.c:3170 pbx_extension_helper: No application 'DeadAGI,a2billing.php' for extension (a2billing, 456,3) and it hang ups the call. Can someone please tell me why this error occuring. My
2007 Jan 30
3
[Bug 1279] Address- and/or port-specific HostKeys support
http://bugzilla.mindrot.org/show_bug.cgi?id=1279 Summary: Address- and/or port-specific HostKeys support Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2005 Dec 22
2
nonstandard postgresql sequence names
I''m working with a legacy postgresql database where the names of tables, columns, etc., do not usually follow Rails conventions. I''ve been able to work around it for the most part, but I ran into this: I have the following test: require File.dirname(__FILE__) + ''/../test_helper'' class SponsorTest < Test::Unit::TestCase self.use_transactional_fixtures =
2018 Sep 06
2
[Bug 1279] New: manpage documentation inconsistencies
https://bugzilla.netfilter.org/show_bug.cgi?id=1279 Bug ID: 1279 Summary: manpage documentation inconsistencies Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org
2024 May 07
1
Question about "HB" flag and a "battery.charge.high" name
Jim Klimov via Nut-upsdev <nut-upsdev at alioth-lists.debian.net> writes: > During discussion at > https://github.com/networkupstools/nut/pull/2430#discussion_r1592317940 I > found that while `nut-names.txt` documents the `battery.charge.low` as the > "Remaining battery level when UPS switches to LB (percent)", there is no > counterpart as `battery.charge.high`.
2003 Sep 17
1
Re: Asterisk-Users digest, Vol 1 #1279 - 16 msgs
----- Original Message ----- From: <asterisk-users-request@lists.digium.com> To: <asterisk-users@lists.digium.com> Sent: Saturday, September 13, 2003 7:55 PM Subject: Asterisk-Users digest, Vol 1 #1279 - 16 msgs > Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit >
2011 Sep 22
0
CEBA-2011:1279 CentOS 5 i386 kdeadmin FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1279 Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1279.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 067f6c9a9c1beabb8a4b33ed7f8b2475 kdeadmin-3.5.4-4.el5.i386.rpm Source: fc18bc7d10f2c0bd9bb96f9b6541d687 kdeadmin-3.5.4-4.el5.src.rpm -- Johnny Hughes CentOS
2011 Sep 22
0
CEBA-2011:1279 CentOS 5 x86_64 kdeadmin FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1279 Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1279.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 74ccd2fc424f617e2ebef232521bdc78 kdeadmin-3.5.4-4.el5.x86_64.rpm Source: fc18bc7d10f2c0bd9bb96f9b6541d687 kdeadmin-3.5.4-4.el5.src.rpm -- Johnny Hughes
2016 Jun 23
0
CEBA-2016:1279 CentOS 7 selinux-policy BugFix Update
CentOS Errata and Bugfix Advisory 2016:1279 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1279.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: c15074cac5f4f71f6b6e87036e3eca21802e26194bd1aecf59abef0ddc403511 selinux-policy-3.13.1-60.el7_2.7.noarch.rpm
2005 Jan 31
5
consultation
R people, I need to know if is possible to make data mining with R. If so, is there any manual or somewhere/one to consult about that. Thank you very much Adri?n