Hi All,<div><br></div><div>I am now confused by MD5 function</div><div><br></div><div>I have some dial plan like following:</div><div><div>exten =&gt; login,n,Set(tts1=&quot;please enter your 10 digit password&quot;)</div>
<div>exten =&gt; login,n,Set(tts1hash=${MD5(${tts1})})</div></div><div><br></div><div>The output is like:</div><div><div>    -- Executing [login@hotdesk:6] Set(&quot;SIP/desk_1-00000003&quot;, &quot;tts1=&quot;please enter your 10 digit password&quot;&quot;) in new stack</div>
<div>    -- Executing [login@hotdesk:7] Set(&quot;SIP/desk_1-00000003&quot;, &quot;tts1hash=0a2307cdfe0eb4db28d672260c84ef49&quot;) in new stack</div></div><div><br></div><div>But the md5sum output is like:</div><div><div>
[trixbox1.localdomain asterisk]# echo -n &quot;please enter your 10 digit password&quot;|md5sum</div><div>a607638e751697da33d510aecc560468  -</div></div><div><br></div><div>My current asterisk version is Asterisk 1.6.0.26-FONCORE-r78</div>
<div><br></div><div>I am totally lost.</div><div><br></div><div>Thanks for the help.</div><div><br></div><div>Regards,</div><div>Andy</div>