Realisations/2006-2007/Projet/ConfigurationHardphones: SIPDefault.cnf

File SIPDefault.cnf, 1.0 KB (added by alladoum, 18 years ago)
Line 
1# Image Version
2image_version: "P0S3-06-3-00" ;
3
4# Proxy Server
5proxy1_address: "10.40.128.252" ;
6proxy2_address: "10.40.128.252" ;
7 
8# Proxy Server Port (default - 5060)
9proxy1_port:"5060" ;
10
11# Emergency Proxy info
12proxy_emergency: "10.40.128.252" ;
13proxy_emergency_port: "5060" ;
14
15# Backup Proxy info
16proxy_backup: "10.40.128.252";
17proxy_backup_port: "5060";
18 
19# Outbound Proxy info
20outbound_proxy: "10.40.128.252";
21outbound_proxy_port: "5060";
22 
23# Proxy Registration (0-disable (default), 1-enable)
24proxy_register: "1"
25 
26# Phone Registration Expiration [1-3932100 sec] (Default - 3600)
27timer_register_expires: "3600"
28 
29#Time Format (0-12hr, 1-24hr [default])
30time_format_24hr: "1"
31
32# URL for external Phone Services
33services_url: "http://10.40.128.252/xmlservices/index.php"
34
35# URL for external Directory location
36directory_url: "http://10.40.128.252/xmlservices/PhoneDirectory.php"
37
38# URL for branding logo
39logo_url: "http://10.40.128.252/cisco/bmp/trixbox.bmp"
40
41nat_enable: "1";
42nat_address: "10.40.128.252";
43nat_received_processing: "1";