Show
Ignore:
Timestamp:
04/09/06 07:47:29 (7 years ago)
Author:
qldrob
Message:

Wozto1s has convinced me we need to talk more about this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/voicemail/functions.inc.php

    r1420 r1421  
    4040  $ext->add($id, $c, '', new ext_macro('user-callerid')); // $cmd,n,Macro(user-callerid) 
    4141  $ext->add($id, $c, '', new ext_macro('get-vmcontext','${CALLERID(num)}'));  
    42   $ext->add($id, $c, '', new ext_vmmain('${CALLERID(num)}@${VMCONTEXT}|s')); // n,VoiceMailMain(${VMCONTEXT}) 
     42  $ext->add($id, $c, '', new ext_vmmain('${CALLERID(num)}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) 
    4343  $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid) 
    4444}