<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks for all your inputs.<br>
    <br>
    I am thinking using MySQL DB to save the user account information.
    And let mysql encrypt the password, (MD5 maybe?). I remember I've
    done SIP realtime registration. Can I also use this way on the
    Google Voice account?<br>
    <br>
    <div class="moz-signature"><b>Jian&nbsp;</b></div>
    <br>
    On 11-02-14 02:21 PM, Leif Madsen wrote:
    <blockquote cite="mid:4D59AAE0.3020506@asteriskdocs.org" type="cite">On
      11-02-14 05:10 PM, Kevin P. Fleming wrote:
      <br>
      <blockquote type="cite">On 02/14/2011 04:08 PM, Jian Gao wrote:
        <br>
        <blockquote type="cite">I am building a server for a client. I
          want them to try out the new
          <br>
          Google Voice feature using my GV account. But I don't want
          expose my
          <br>
          GV's password.
          <br>
        </blockquote>
        <br>
        There is no method to obscure a Google Voice password in the
        config file.
        <br>
        chan_sip supports obscured passwords using 'md5secret', but all
        other protocols
        <br>
        that Asterisk supports need the password in plaintext to be able
        to perform the
        <br>
        authentication process required by that protocol.
        <br>
      </blockquote>
      <br>
      You could use the #exec method to execute a script, where the
      configuration can be generated in any method you want on module
      load. In that way, you can extrapolate the information outside of
      Asterisk and secure it using any method you want.
      <br>
      <br>
      Leif.
      <br>
      <br>
      <br>
      --
      <br>
_____________________________________________________________________
      <br>
      -- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>
      --
      <br>
      New to Asterisk? Join us for a live introductory webinar every
      Thurs:
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>
      <br>
      <br>
      asterisk-users mailing list
      <br>
      To UNSUBSCRIBE or update options visit:
      <br>
      &nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
      <br>
    </blockquote>
  </body>
</html>