Changeset 3037

Show
Ignore:
Timestamp:
11/08/06 21:38:39 (7 years ago)
Author:
qldrob
Message:

Fix #1288 - Voicemail not being created in the correct context.

Files:

Legend:

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

    r2750 r3037  
    108108    if ( $vmbox == null ) { 
    109109      $vm = false; 
    110       $incontext = 'device'; 
     110      $incontext = 'default'; 
    111111      $vmpwd = null; 
    112112      $name = null; 
     
    115115      $vmoptions = null; 
    116116    } else { 
    117       $incontext = isset($vmbox['vmcontext'])?$vmbox['vmcontext']:'device'; 
     117      $incontext = isset($vmbox['vmcontext'])?$vmbox['vmcontext']:'default'; 
    118118      $vmpwd = $vmbox['pwd']; 
    119119      $name = $vmbox['name'];