Show
Ignore:
Timestamp:
04/11/11 17:25:10 (2 years ago)
Author:
p_lindheimer
Message:

fixes #5058 really this time, 4569 for iax port

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/iaxsettings/functions.inc.php

    r11349 r11989  
    317317 
    318318      case 'bindport': 
    319         $msg = _("Bind Port (bindport) must be between 1024..65535, default 5060"); 
     319        $msg = _("Bind Port (bindport) must be between 1024..65535, default 4569"); 
    320320        $save_settings[] = array($key,$db->escapeSimple($vd->is_ip_port($val, $key, $msg)),'1',IAX_NORMAL); 
    321321      break;