<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Viggiani Domenico wrote:
<blockquote cite="mid001601c61c4b$30f07df0$cf42e3c1@pitagora.it"
type="cite">
<blockquote type="cite">
<pre wrap="">You can't *copy* the file into the outgoing directory. You
must *mv* it.
</pre>
</blockquote>
<pre wrap=""><!---->First, remember also to check that call file is owned by the asterisk user.
Mimmus
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
</pre>
</blockquote>
I didn't have the ownership set to asterisk, so I changed it- but it
still doesn't work.<br>
[root@asterisk1 tmp01]# nano 1.call<br>
[root@asterisk1 tmp01]# chown asterisk:asterisk 1.call<br>
[root@asterisk1 tmp01]# ls -la<br>
total 12<br>
drwxr-xr-x 2 asterisk asterisk 4096 Jan 18 10:59 .<br>
drwx------ 3 asterisk asterisk 4096 Jan 18 10:58 ..<br>
-rw-r--r-- 1 asterisk asterisk 130 Jan 18 10:59 1.call<br>
[root@asterisk1 tmp01]# mv 1.call /var/spool/asterisk/outgoing/<br>
<br>
and here's the asterisk console output I get:<br>
-- Attempting call on IAX2/voipjet/9529337367 for s@outboundmsg1:1
(Retry 1)<br>
-- Hungup 'IAX2/voipjet-3'<br>
asterisk1*CLI><br>
<br>
So, I suppose the extension I have in my 1.call file is bad.....<br>
Channel: IAX2/voipjet/9529337367<br>
Callerid: 9528567061<br>
MaxRetries: 5<br>
RetryTime: 300<br>
WaitTime: 45<br>
Context: outboundmsg1<br>
Extension: s<br>
Priority: 1<br>
<br>
Following the instructions on the wiki, I don't see what to change the
extension to - to make it work.<br>
<br>
</body>
</html>