Re: [asterisk-users] Limit Call Duration with L-option of Dial : announcement

2010-11-11 Thread Jonas Kellens
Found the problem already : Dial(SIP/test6,,L(11000,5000,5000)) Correct syntax is : Dial(SIP/test6,,L(11000:5000:5000)) semicolon... Jonas. On 11/11/2010 10:43 AM, Thorsten Göllner wrote: Take a look at /var/log/asterisk/main or full /if enabled. Perhaps there is a file not found. try: e

Re: [asterisk-users] Limit Call Duration with L-option of Dial : announcement

2010-11-11 Thread Sherwood McGowan
On Thu, Nov 11, 2010 at 3:43 AM, Thorsten Göllner wrote: > Take a look at /var/log/asterisk/main or full /if enabled. Perhaps there is > a file not found. try: > > exten => _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes) > exten => _367,n,Set(LIMIT_WARNING_FILE=/path_to_your_audiofiles/file)  # do > not ad

Re: [asterisk-users] Limit Call Duration with L-option of Dial : announcement

2010-11-11 Thread Thorsten Göllner
Take a look at /var/log/asterisk/main or full /if enabled. Perhaps there is a file not found. try: exten => _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes) exten => _367,n,Set(LIMIT_WARNING_FILE=/path_to_your_audiofiles/file)  # do not add any extension!

[asterisk-users] Limit Call Duration with L-option of Dial : announcement

2010-11-11 Thread Jonas Kellens
Hello, Limiting the call duration with the L-option of the Dial()-command is working fine, however the announcement is not played. Dialplan : exten => _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes) exten => _367,n,Dial(SIP/test6,,L(11000,5000,5000)) The call lasts for 11 seconds, but 5 minutes befo