<!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 text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Found the problem already :<br>
<br>
</font><font face="Helvetica, Arial, sans-serif">Dial(SIP/test6,,L(11000,5000,5000))<br>
<br>
Correct syntax is :<br>
<br>
</font><font face="Helvetica, Arial, sans-serif">Dial(SIP/test6,,L(11000:5000:5000))<br>
<br>
semicolon...<br>
<br>
Jonas.<br>
</font><font face="Helvetica, Arial, sans-serif"><br>
</font><br>
On 11/11/2010 10:43 AM, Thorsten G&ouml;llner wrote:
<blockquote cite="mid:4CDBBAD9.6080400@ovm-group.com" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
Take a look at /var/log/asterisk/main or full /if enabled. Perhaps
there is a file not found. try:<br>
  <br>
  <font face="Helvetica, Arial, sans-serif">exten =&gt;
_367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes)<br>
  </font><font face="Helvetica, Arial, sans-serif">exten =&gt;
_367,n,Set(LIMIT_WARNING_FILE=/path_to_your_audiofiles/file)</font>&nbsp; #
do not add any extension!<br>
  <font face="Helvetica, Arial, sans-serif"> exten =&gt;
_367,n,Dial(SIP/test6,,L(11000,5000,5000))</font><br>
  <br>
Am 11.11.2010 10:31, schrieb Jonas Kellens:
  <blockquote cite="mid:4CDBB801.9010001@telenet.be" type="cite">
    <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
    <font face="Helvetica, Arial, sans-serif">Hello,<br>
    <br>
Limiting the call duration with the L-option of the Dial()-command is
working fine, however the announcement is not played.<br>
    <br>
Dialplan :<br>
    <br>
exten =&gt; _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes)<br>
exten =&gt; _367,n,Dial(SIP/test6,,L(11000,5000,5000))<br>
    <br>
    <br>
The call lasts for 11 seconds, but 5 minutes before time runs out an
announcement should come. I hear no announcement, not on caller-side
nor on callee side.<br>
    <br>
    <br>
Kind regards,<br>
Jonas.<br>
    </font> </blockquote>
</blockquote>
<br>
</body>
</html>