To me, the settings you've sent look correct. However, one thing I've found with SPA configuration files is that they're very picky - if they don't parse as valid XML anywhere in the file, it will pretty much silently discard the entire file. The first troubleshooting step I use for SPA provisioning is to run all the configuration files a phone should be pulling through an XML validator, or pull them up in a browser and see if the browser handles it as XML (Chrome or IE seem to work equally well for this in my experience, but Firefox can get a bit cranky since the file isn't really an XML file with all the normal headers & tags).
Also, have you verified with logging on the provisioning server that the configuration file is actually being pulled? Thank you, Noah Engelberth MetaLINK Technologies From: [email protected] [mailto:[email protected]] On Behalf Of Mike Diehl Sent: Thursday, March 27, 2014 2:47 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] SPA112 provisioning file questions Hi all, I've got a provisioning file that I use to configure Cisco SPA112's. I'm wanting to get this file to do 3 things for me. I want to turn T.38 on, Call forwarding off, and Call waiting, off for both lines. but it's not working. This is what I'm using to enable T.38 for line 1. <FAX_Enable_T38_1_>Yes</FAX_Enable_T38_1_> <FAX_T38_Redundancy_1_>1</FAX_T38_Redundancy_1_> <FAX_T38_ECM_Enable_1_>Yes</FAX_T38_ECM_Enable_1_> <FAX_Tone_Detect_Mode_1_>caller or callee</FAX_Tone_Detect_Mode_1_> This is what I'm using to turn cfwd off on line 1. <Cfwd_All_Serv_1_>No</Cfwd_All_Serv_1_> <Cfwd_Busy_Serv_1_>No</Cfwd_Busy_Serv_1_> <Cfwd_No_Ans_Serv_1_>No</Cfwd_No_Ans_Serv_1_> <Cfwd_Sel_Serv_1_>Yes</Cfwd_Sel_Serv_1_> <Cfwd_Last_Serv_1_>Yes</Cfwd_Last_Serv_1_> This is what I'm using to turn call waiting off on line 1. <Call_Waiting_Serv_1_>No</Call_Waiting_Serv_1_> However, these setting don't seem be be getting set on the device, even after a reboot. Any ideas what I'm doing wrong? TIA, Mike.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
