Hello Asterisk users,<br><br>Can someone thwack me with a clue stick please?<br>I am following the Asterisk TFOT book Dial() example trying to get the limit and announcements to work as per below. <br><br>These settings seem to have no effect.
<br><br>There are no warning messages after 4 minutes or every 30 secs thereafter and the call lasts longer than 5 minutes.<br><br>gunner*CLI> show dialplan<br>[ Context 'outgoing' created by 'pbx_config' ]
<br> '123' => 1. Answer() [pbx_config]<br> 2. AGI(/usr/local/share/examples/asterisk/agi/agi-test.agi) [pbx_config]<br> 3. Hangup() [pbx_config]
<br> '_X.' => 1. Dial(SIP/sipprovider/${EXTEN}||L[300000:240000:30000]) [pbx_config]<br> 2. Hangup() [pbx_config]<br><br>I am using 1.2.17.<br><br>/usr/local/sbin/asterisk -vvvvvv -g -dddddd -c
<br><br>Does not show anything to even indicate * is trying anything unusual with regards to limits or warnings. It just seems to ignore the dialplan options altogether. <br><br>Cheers<br><br>Mark<br>