provisioner / Provisioner

The is the central location for the Provisioner Module for VoIP/PBX Servers. Most of the new work is happening inside the v5-dev branch
Other
120 stars 154 forks source link

SNOM M3 Problems #60

Open tm1000 opened 12 years ago

tm1000 commented 12 years ago

Hi

I have been trying to get a snom M3 to auto provision using endpoint manager in freepbx 2.10.

It seems that for the M3, the assumption is that the config file format is the same XML type as for the other snom 3X0 phones. This does not appear to be the case, and is still just a text file format. i.e.

%SRV_0_SIP_UA_DATA_DOMAIN%:"" %SRV_0_SIP_URI_DOMAIN_CONFIG%:0 %SRV_0_SIP_UA_DATA_SERVER_PORT%:5060 %SRV_0_SIP_UA_DATA_SERVER_TYPE%:0 %SRV_0_SIP_UA_DATA_SERVER_IS_LOCAL%:0 %SRV_0_SIP_UA_DATA_REREG_TIME%:600 %SRV_0_SIP_UA_DATA_PROXY_ADDR%:"" %SRV_0_DTMF_SIGNALLING%:2 %SRV_0_SIP_UA_CODEC_PRIORITY%:0, 1, 2, 4, 255

Have I done something wrong at my end or am I correct that the wrong format is being generated?

tm1000 commented 12 years ago

I can confirm this. What Endpoint Manager generates is not an m3 config. It's quite okay for an m9, but the config for an m3 is completely different. See http://wiki.snom.com/Snom_m3/Configuration/Auto_Provisioning for details about snom m3 Provisioning / Config File format description. tm1000: If you need help testing, i maybe could help you out.