search for: executecommand

Displaying 15 results from an estimated 15 matches for "executecommand".

2009 Aug 19
0
Newbie: Mac OS X - Asterisk Gui 2.0 (svn) loops at " Verifying Dialplan Contexts needed for GUI"
...39;: Found == Parsing '/usr/local/etc/asterisk/http.conf': Found == Saving '/usr/local/etc/asterisk/http.conf': Saved == Parsing '/usr/local/etc/asterisk/extensions.conf': Found == Parsing '/usr/local/etc/asterisk/guipreferences.conf': Found -- Executing [executecommand at asterisk_guitools:1] System("Local/executecommand at asterisk_guitools-95f0,2", "sh /var/lib/asterisk/scripts/detectdahdi.sh") in new stack -- Executing [executecommand at asterisk_guitools:1] System("Local/executecommand at asterisk_guitools-355c,2", "dahd...
2008 Aug 28
0
Weird asterisk error: ztscan command not found
Hello, I've installed Asterisk and Asterisk GUI 2.0. The GUI says "No Analog Card found" and /etc/asterisk/ztscan.conf is empty. I see the following message from asterisk, <snip> -- Executing [executecommand at asterisk_guitools:1] System("Local/executecommand at asterisk_guitools-a145,2", "uptime > /var/lib/asterisk/static-http/config/sysinfo_output.html") in new stack -- Executing [executecommand at asterisk_guitools:2] Hangup("Local/executecommand at asterisk_guitools...
2008 Feb 04
1
asterisk-gui installation hangs
...etc/asterisk/manager.conf': [Feb 4 09:33:09] Found [Feb 4 09:33:09] == HTTP Manager 'admin' logged on from 192.168.0.165 [Feb 4 09:33:12] == Parsing '/home/asterisk/asterisk/1.4/pbx/etc/asterisk/extensions.conf': [Feb 4 09:33:12] Found [Feb 4 09:33:15] -- Executing [executecommand at asterisk_guitools:1] System("Local/executecommand at asterisk_guitools-2f72,2", "/sbin/zapscan.bin") in new stack venom*CLI> /bin/sh: /sbin/zapscan.bin: Nie ma takiego pliku ani katalogu [Feb 4 09:33:15] WARNING[3304]: app_system.c:107 system_exec_helper: Unable to execut...
2007 Aug 29
2
sip authorization problem
...ed calling itself (ext 6000) and the demo from the asterisk install (ext 500), both give me a 401 Unauthorized error below I have included some debugging output and all the important config files *******part of extensions.conf that was added by asterisk-gui (svn)******* [asterisk_guitools] exten = executecommand,1,System(${command}) exten = executecommand,n,Hangup() exten = record_vmenu,1,Answer exten = record_vmenu,n,Playback(vm-intro) exten = record_vmenu,n,Record(${var1}) exten = record_vmenu,n,Playback(vm-saved) exten = record_vmenu,n,Playback(vm-goodbye) exten = record_vmenu,n,Hangup exten = play_file...
2011 Dec 05
1
using StatEt IDE for Eclipse
...g.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829) at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandCon...
2015 Nov 14
3
[lit] RFC: Per test timeout
Hi, A feature I've wanted in lit for a while is a having a timeout per test. Attached are patches that implement this idea. I'm e-mailing llvm-dev rather than llvm-commits because I want to gather more feedback on my initial implementation and hopefully some answers to some unresolved issues with my implementation. Currently in lit you can set a global timeout for all of the tests but
2005 Mar 24
0
AGI commands STDOUT problem
...('/var/log/pavoz/asterisk','w'); //reading asterisk initial variables and writing them to log $this->ReceiveAsteriskEnvironmentVariables(); //now we try to execute a command, and track the point of error $command = "SAY NUMBER 55 \"\""; $this->ExecuteCommand($command); $command = "SAY NUMBER 66 \"\""; $this->ExecuteCommand($command); return true; } public function __destruct() { fclose($this->log_stream); } private function WriteLog($Message) { return fwrite($this->log_stream, $Message."\n"...
2007 Jul 17
0
help with sip configuration for sipgate.de on asterisk 1.4
...all)}) exten => s,2,Dial(SIP/gs486,30) [from-sipgate] exten => s,1,NoOp(Inbound Call CallerID: ${CALLERID(all)}) exten => s,2,Dial(SIP/gs486,30) [from-freedigits] exten => s,1,NoOp(Inbound Call CallerID: ${CALLERID(all)}) exten => s,2,Dial(SIP/gs486,30) [asterisk_guitools] exten = executecommand,1,System(${command}) exten = executecommand,n,Hangup() exten = record_vmenu,1,Answer exten = record_vmenu,n,Playback(vm-intro) exten = record_vmenu,n,Record(${var1}) exten = record_vmenu,n,Playback(vm-saved) exten = record_vmenu,n,Playback(vm-goodbye) exten = record_vmenu,n,Hangup exten = play_file...
2008 Jan 31
1
Default delay time for Attended call
...${EXTEN:1},70,Tt) exten => _9911,1,Dial(${TRUNK}/${EXTEN:1},70,Tt) exten => 6500,1,VoiceMailMain exten => 6500,1,NoOp(${Exten:6:11}) exten => 6500,2,VoiceMailMain(s${CALLERID(all):1}) exten = o,1,Goto(default,6000,1) include => parkedcalls ;[asterisk_guitools] ;exten = executecommand,1,System(${command}) ;exten = executecommand,n,Hangup() ;exten = record_vmenu,1,Answer ;exten = record_vmenu,n,Playback(vm-intro) ;exten = record_vmenu,n,Record(${var1}) ;exten = record_vmenu,n,Playback(vm-saved) ;exten = record_vmenu,n,Playback(vm-goodbye) ;exten = record_vmenu,n,Hangup ;e...
2009 Oct 31
1
!<command> from Manager
Hi, Is it possible to run a !<command> from Manager connection? Thanks in advance! CB
2015 Oct 01
4
lld and thread over-subscription
...t/run.py", line 166, in execute_test result = test.config.test_format.execute(test, self.lit_config) File "/src/llvm/utils/lit/lit/formats/googletest.py", line 113, in execute cmd, env=test.config.environment) File "/src/llvm/utils/lit/lit/util.py", line 166, in executeCommand env=env, close_fds=kUseCloseFDs) File "/install/ppc64/Python-2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/install/ppc64/Python-2.7/lib/python2.7/subprocess.py", line 1231, in _execute_child self.pid = os.fork() OSError: [Errno...
2015 Oct 01
2
lld and thread over-subscription
...;, line 166, in execute_test > result = test.config.test_format.execute(test, self.lit_config) > File "/src/llvm/utils/lit/lit/formats/googletest.py", line 113, in > execute > cmd, env=test.config.environment) > File "/src/llvm/utils/lit/lit/util.py", line 166, in executeCommand > env=env, close_fds=kUseCloseFDs) > File "/install/ppc64/Python-2.7/lib/python2.7/subprocess.py", line > 710, in __init__ > errread, errwrite) > File "/install/ppc64/Python-2.7/lib/python2.7/subprocess.py", line > 1231, in _execute_child > self.pid = os.for...
2015 Oct 03
2
lld and thread over-subscription
...;> result = test.config.test_format.execute(test, self.lit_config) >> File "/src/llvm/utils/lit/lit/formats/googletest.py", line 113, in >> execute >> cmd, env=test.config.environment) >> File "/src/llvm/utils/lit/lit/util.py", line 166, in executeCommand >> env=env, close_fds=kUseCloseFDs) >> File "/install/ppc64/Python-2.7/lib/python2.7/subprocess.py", line 710, >> in __init__ >> errread, errwrite) >> File "/install/ppc64/Python-2.7/lib/python2.7/subprocess.py", line >> 1231, in _...
2015 Oct 01
2
lld and thread over-subscription
Hi Rui, et al., I was experimenting yesterday with building lld on my POWER7 PPC64/Linux machine, and ran into an unfortunate problem. When running the regressions tests under lit, almost all of the tests fail like this: terminate called after throwing an instance of 'std::system_error' what(): Resource temporarily unavailable ... 5 libc.so.6 0x00000080b7847238 abort +
2020 Jan 30
21
[10.0.0 Release] Release Candidate 1 is here
Hello everyone, It took a bit longer than planned due to master being a somewhat unstable at the branch point, but Release Candidate 1 has now been tagged as llvmorg-10.0.0-rc1. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc1 Pre-built binaries will be added there as they become available. Please file bug reports for any issues you find as blockers of