Hello,<br><br>I could successfully played with General Purpose Parameters (GPP_A, GPP_B) and a TFTP server : whenever I change a GPP value in a configuration file, my SPA3102 automatically updates the corresponding value its web server shows.<br>
My config file is :<br>&lt;flat-profile&gt;<br>  &lt;GPP_A&gt;myid<br>  &lt;/GPP_A&gt;<br>  &lt;UID1&gt;myid<br>  &lt;/UID1&gt;<br>&lt;/flat-profile&gt;<br><br>I though I could use this mecanism to change some SIP setting like Line userId or password.<br>
<br>Unfortunately, it seems macro expansion doesn&#39;t occur in Line1 tab :<br>when I type $A or $(A) or ${A} or $GPP_A or $UID1 in User ID field (in Line1 tab), asterisk receives a REGISTER message like :<br>handle_request_register: Registration from &#39;${A} &lt;sip:${<a href="mailto:A%7D@172.16.2.1">A}@172.16.2.1</a>&gt;&#39; failed for &#39;172.16.2.12&#39; - No matching peer found<br>
<br>As the whole point of using a TFTP server is, for me, to avoid to use embeded web server, I would be very pleased to get any recommendation on this.<br><br>Regards<br><br><br><br>