Hi!
Most instructions i found on the net did not work for me.
dhcpd.conf below works perfectly for me,
Note that you have to provide all localization unless you are using english,
>From what i could find Snome 320 only has room for one language if
provisioned from sipx.

I added some mac mangling to group all snom 320 together.
You might have to change this logic a bit.

Maybe there is a better way to do this.... don't know.
Worked for me,

And...make sure your tftp and such works.

authoritative;
ddns-update-style  none;
option sip-servers-name code 120 = text;

subnet 192.168.1.0 netmask 255.255.255.0 {
   #range                        192.168.1.1  192.168.1.254;
   default-lease-time           43200;
   max-lease-time               43200;
   option routers               192.168.1.254;
   option subnet-mask           255.255.255.0;
   option domain-name           "domain.se";
   option tftp-server-name      "sip.domain.se";
   option sip-servers-name      "sip.domain.se:12000/cmcprov/login";

   option ntp-servers           192.168.1.25;
   class "snomephones" {
    match if
    binary-to-ascii(16,8,":",substring(hardware,1,3)) = "0:4:13";
   }

   pool {
        range 192.168.1.151 192.168.1.199;
        option domain-name-servers   192.168.1.25;

        allow members of "snomephones";
        option tftp-server-name       "http://sip.domain.se:8090";;
        option bootfile-name          "/phone/profile/docroot/{mac}.xml";
        option sip-servers-name      "sip.domain.se";
   }

   pool {
     deny members of "snomephones";
     option domain-name-servers   192.168.1.254;
    option routers               192.168.1.254;
   option subnet-mask           255.255.255.0;
   option domain-name           "domain.se";

     range 192.168.1.101 192.168.1.140;
   }
}





________________________________________
Från: [email protected] 
[[email protected]] för Scott Howell 
[[email protected]]
Skickat: den 18 mars 2010 16:07
Till: [email protected]
Ämne: [sipx-users] Snom 320 & 870

Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 8bit
Organization: SipXecs Forum
X-FUDforum: 08063afcdd00a6e76393c5b9527381e8 <43493>
Message-ID: <[email protected]>



I am just setting up my first system and doing some testing
but have an issue with two Snom phones.  BTW, the system
passes all tests on the Preflight and I have successfully
registered several company's softphones with no problems.

On the Snom 320 I provisioned the phone in sipX, but it
failed to pull the XML file automatically.  When looking in
the Snom it did not seem to have gotten the HTTP info from
the DHCP server (I believe opt 120).  However, manually
setting up the phone allowed it to register and I see this
in the Snom and sipX.  It still didn't work, so I downloaded
the XML file manually from sipX and updated the config in
the Snom with the generated XML file.  The config looks good
and once again it registers, but still cannot even make an
internal call.

Is there something specific to Snom that I am missing?  The
config info looks pretty much identical to the softphones
that are registering and working fine.

Also, on the 870 I know there is no auto provisioning for
it, but how different are the XML files if anyone has any
experience with this model.  Could I provision it as a
different model or will these just have to be setup
manually?
_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/
_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to