Changeset 3187

Show
Ignore:
Timestamp:
11/26/06 00:20:17 (7 years ago)
Author:
p_lindheimer
Message:

#1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/astetc/extensions.conf

    r3186 r3187  
    711711exten => s,n(report2),Set(_TTL=${IF($["foo${TTL}" = "foo"]?64:$[ ${TTL} - 1 ])}) 
    712712exten => s,n,GotoIf($[ ${TTL} > 0 ]?continue) 
     713exten => s,n,Wait(${RINGTIMER}) ; wait for a while, to give it a chance to be picked up by voicemail 
    713714exten => s,n,Answer() 
    714715exten => s,n,Wait(2)