Changeset 3043
- Timestamp:
- 11/10/06 17:12:24 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php
r3008 r3043 810 810 // Very bad 811 811 $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.'>'); 813 813 814 814 // Where is this in the interface ??????
