Changeset 3043

Show
Ignore:
Timestamp:
11/10/06 17:12:24 (7 years ago)
Author:
p_lindheimer
Message:

fixes #1320 (I hope) put callerid instead of description in sip info

Files:

Legend:

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

    r3008 r3043  
    810810  // Very bad 
    811811  $sipfields[] = array($account,'account',$account);   
    812   $sipfields[] = array($account,'callerid',($_REQUEST['outboundcid'])?$_REQUEST['outboundcid']." <".$account.'>':'device'." <".$account.'>'); 
     812  $sipfields[] = array($account,'callerid',($_REQUEST['description'])?$_REQUEST['description']." <".$account.'>':'device'." <".$account.'>'); 
    813813   
    814814  // Where is this in the interface ??????