I have just upgraded to selintra-sail-2.1.13-261 from 2.1.11-214 and thought I would share the following.
I have a spa-942 which was auto-provisioned before but noticed that it now doesn't work. After some investigation I have found provisioning script (SPA-941) in the latest release does not include the <flat-profile> delimeteres at start and end of the file. I am currently using the following, which works and also adds daylight saving time correction for the UK.
["spa$MAC.cfg"
<flat-profile>
<Voice_Mail_Number> *50*
</Voice_Mail_Number>
<Daylight_Saving_Time_Rule> start=4/1/7;end=10/-1/7;save=1
</Daylight_Saving_Time_Rule>
<Date_Format> day/month
</Date_Format>
<Default_Ring_1_> 10
</Default_Ring_1_>
<Proxy_1_> 192.168.136.136
</Proxy_1_>
<Outbound_Proxy_1_> 192.168.136.136
</Outbound_Proxy_1_>
<User_ID_1_> 5001
</User_ID_1_>
<Password_1_> 5001
</Password_1_>
<Display_Name_1_> NashCDL
</Display_Name_1_>
<Dial_Plan_1_> (*x.|*xx*x.|x.)
</Dial_Plan_1_>
<Time_Zone> GMT
</Time_Zone>
<Primary_NTP_Server> 192.168.136.136
</Primary_NTP_Server>
</flat-profile>
]
In addition to this I have a working trunkline for SIP Discount using the following carrier definition (300 free local/national PSTN minutes in the UK)
type=peer
host=
dtmfmode=inband
allow=g726
canreinvite=no
fromdomain=stun.sipdiscount.com
username=
fromuser=
secret=
qualify=yes
The host url is sip1.sipdiscount.com
Tim