<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
J. G. escribi&oacute;:
<blockquote
 cite="mid:3093591d0907101246w6db1b23s40fa89bb0321df80@mail.gmail.com"
 type="cite">I know I'm doing something simple and wrong, but I can't
quite figure it out:<br>
  <h3>Example (executing system command):
  </h3>
Action: Originate
  <br>
Channel: Local/1@dummy <br>
Application: <a moz-do-not-send="true" title="Asterisk cmd System"
 href="http://www.voip-info.org/wiki/view/Asterisk+cmd+System">System</a>
  <br>
Data: /path/to/script
  <br>
  <br>
I keep getting a "Unable to request channel" and am not sure what it is
looking for in place of "Local/1@dummy".<br>
  <br>
The script is an internal voice delivery to my agents (among other
things I'd like to do)<br>
  <br>
Thanks!<br>
PB<br>
</blockquote>
Do you have the dummy context with the 1 extension in your dialplan
with something like this? Did you reload it and check it within the CLI?<br>
<br>
[dummy]<br>
exten =&gt; 1,1,Answer()<br>
exten =&gt; 1,n,Wait(2)<br>
exten =&gt; 1,n,Hangup()<br>
<br>
The application (your external command) won't be launched until the
Origiante channel is answered.<br>
<pre class="moz-signature" cols="72">-- 
Ing. Miguel Molina
Grupo de Tecnolog&iacute;a
Millenium Phone Center
</pre>
</body>
</html>