Changeset 4265

Show
Ignore:
Timestamp:
06/28/07 17:34:30 (6 years ago)
Author:
p_lindheimer
Message:

#2035 add add j option to MailBoxExists?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/voicemail/functions.inc.php

    r4031 r4265  
    4343  $ext->add($id, $c, 'check', new ext_vmexists('${CALLERID(num)}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) 
    4444  */ 
    45   $ext->add($id, $c, 'check', new extension('MailBoxExists(${CALLERID(num)}@${VMCONTEXT})')); // n,VoiceMailMain(${VMCONTEXT}) 
     45  $ext->add($id, $c, 'check', new extension('MailBoxExists(${CALLERID(num)}@${VMCONTEXT})|j')); // n,VoiceMailMain(${VMCONTEXT}) 
    4646  $ext->add($id, $c, '', new ext_vmmain('')); // n,VoiceMailMain(${VMCONTEXT}) 
    4747  $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid) 
  • modules/branches/2.2/voicemail/module.xml

    r4033 r4265  
    22  <rawname>voicemail</rawname> 
    33  <name>Voicemail</name> 
    4   <version>1.6.4</version> 
     4  <version>1.6.4.1</version> 
    55  <changelog> 
     6    *1.6.4.1* MailBoxExists needs 'j' option for Asterisk 1.4 (and technically this is correct syntax) 
    67    *1.6.4* add class to define MailBoxExists and removed the dependency on 2.2.2 - since 2.2.2 dependency checking is broken 
    78    *1.6.3* #1976 - check if mailbox exists and enter with no arguments if not