<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Jesus,<br>
    <br>
    one more newbie qoffeesip question :-) -- does this have to be
    installed separately (I mean qoffeesip)? Or is part of your
    repository as well?<br>
    <br>
    Thanks,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 5/13/13 4:58 PM, Jesús Pérez Rubio
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJFj2EoAR=nc1xdOGoRr2W9xvENzzsx5TMPLSZYPQpmPG4yPRQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Daniel,
        <div><br>
        </div>
        <div>We have something like you're asking for in the Github
          repository. First lines of this Quickstart guide show it (<a
            moz-do-not-send="true"
href="https://quobis.atlassian.net/wiki/display/QoffeeSIP/Quick+start+guide">https://quobis.atlassian.net/wiki/display/QoffeeSIP/Quick+start+guide</a>).
          Only two steps are needed:</div>
        <div>- Clone the repo: <em
style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:19px">git
            clone <span class=""><span class=""><a
                  moz-do-not-send="true"
                  href="https://github.com/Quobis/QoffeeSIP.git">https://github.com/Quobis/QoffeeSIP.git</a></span></span></em></div>
        <div>- Copy examples/webphone/dist/* content to your Apache
          server.</div>
        <div><br>
        </div>
        <div>It's a simple webphone that we use to develop the stack.
          Another simplest one is also included in examples folder to
          help web developers to include it in their site.</div>
        <div><br>
        </div>
        <div>Nothing else, we're here if somebody needs something.</div>
        <div><br>
        </div>
        <div>Regards. :)</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">2013/5/13 Daniel-Constantin Mierla <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span><br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> Hello Jesus,
              <div class="im"><br>
                <br>
                <div>On 5/13/13 11:43 AM, Jesús Pérez Rubio wrote:<br>
                </div>
                <blockquote type="cite">
                  <div dir="ltr">Hi Daniel, we've developed a Javascript
                    SIP stack which supports WebRTC</div>
                </blockquote>
                <br>
              </div>
              have you published any out-of-the-box phone built from
              your stack? Something like one can take and in few config
              steps it can get the phone on their web page, without
              needing to code java script.<br>
              <br>
              Cheers,<br>
              Daniel
              <div>
                <div class="h5"><br>
                  <br>
                  <blockquote type="cite">
                    <div dir="ltr"> and we use Debian as base OS and
                      Kamailio as SIP proxy. Some notes about the
                      enviroment in case it could help you:
                      <div><br>
                      </div>
                      <div> - Kamailio stable (4.0) version included in
                        official repo works fine.<br>
                      </div>
                      <div>  - Site: <a moz-do-not-send="true"
href="http://www.kamailio.org/wiki/packages/debs#latest_kamailio_40_release"
                          target="_blank">http://www.kamailio.org/wiki/packages/debs#latest_kamailio_40_release</a></div>
                      <div>  - Howto: <a moz-do-not-send="true"
href="https://quobis.atlassian.net/wiki/display/QoffeeSIP/Server+configurations"
                          target="_blank">https://quobis.atlassian.net/wiki/display/QoffeeSIP/Server+configurations</a></div>
                      <div>  - I've tested it with QoffeeSIP and JsSIP
                        some days ago and there is no problem.</div>
                      <div><br>
                      </div>
                      <div>
                        <div>
                          <div>- I've been playing with
                            "resiprocate-turn-server" package but I had
                            problems. It could be related with our
                            client but we should take a look. I didn't
                            give a try to Google TURN server but I'm
                            going to do it, I'll keep you updated.</div>
                        </div>
                        <div><br>
                        </div>
                        <div><br>
                        </div>
                        <div>PS: I'm co-mentor with you in GSoC, so we
                          can speak about in in IRC channel.</div>
                      </div>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">2013/5/13 Daniel Pocock <span
                          dir="ltr"><<a moz-do-not-send="true"
                            href="mailto:daniel@pocock.com.au"
                            target="_blank">daniel@pocock.com.au</a>></span><br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex"><br>
                          I'd like to write a brief blog about the
                          status of WebRTC in Debian,<br>
                          with a focus on SIP<br>
                          <br>
                          I understand Kamailio 4.0.1 is already in
                          unstable, is that recommended<br>
                          for potential WebSocket users?  Has anybody
                          else written any quickstart<br>
                          blog about WebRTC with that particular
                          version, possibly with examples<br>
                          that are consistent with the Debian usage?<br>
                          <br>
                          For client side, SIPml5 is packaged, and I've
                          had discussions with the<br>
                          JsSIP guys about packaging.<br>
                          <br>
                          For TURN, has anybody tried the TURN server
                          project from Google code?<br>
                          It appears more advanced than the existing two
                          TURN servers in Debian<br>
                          (e.g. it has database-backed authentication)<br>
                          <a moz-do-not-send="true"
                            href="http://code.google.com/p/rfc5766-turn-server/"
                            target="_blank">http://code.google.com/p/rfc5766-turn-server/</a><br>
                          <br>
                          and there is a package in progress:<br>
                          <a moz-do-not-send="true"
                            href="http://mentors.debian.net/package/rfc5766-turn-server"
                            target="_blank">http://mentors.debian.net/package/rfc5766-turn-server</a><br>
                          <br>
                          <br>
                          <br>
                          <br>
_______________________________________________<br>
                          SIP Express Router (SER) and Kamailio
                          (OpenSER) - sr-users mailing list<br>
                          <a moz-do-not-send="true"
                            href="mailto:sr-users@lists.sip-router.org"
                            target="_blank">sr-users@lists.sip-router.org</a><br>
                          <a moz-do-not-send="true"
                            href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users"
                            target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      -- <br>
                      <span
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Jesús

                        Pérez</span><br
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
                      <span
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">VoIP

                        Engineer at Quobis</span><br
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
                      <br
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
                      <span
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Fixed: </span><a
                        moz-do-not-send="true" title="Llama ahora"
                        style="color:rgb(0,101,204);font-size:13px;font-family:arial,sans-serif">+34

                        902 999 465</a><br
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
                      <span
                        style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Site: </span><a
                        moz-do-not-send="true"
                        href="http://www.quobis.com/"
                        style="color:rgb(0,101,204);font-size:13px;font-family:arial,sans-serif"
                        target="_blank">http://www.quobis.com</a><br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                    <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a moz-do-not-send="true" href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
                  </blockquote>
                  <br>
                </div>
              </div>
              <span class="HOEnZb"><font color="#888888">
                  <pre cols="72">-- 
Daniel-Constantin Mierla - <a moz-do-not-send="true" href="http://www.asipto.com" target="_blank">http://www.asipto.com</a>
<a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
  * <a moz-do-not-send="true" href="http://asipto.com/u/katu" target="_blank">http://asipto.com/u/katu</a> *</pre>
                </font></span></div>
            <br>
            _______________________________________________<br>
            SIP Express Router (SER) and Kamailio (OpenSER) - sr-users
            mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users"
              target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
            <br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Jesús
          Pérez</span><br
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
        <span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">VoIP
          Engineer at Quobis</span><br
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
        <br
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
        <span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Fixed: </span><a
          moz-do-not-send="true" title="Llama ahora"
style="color:rgb(0,101,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">+34
          902 999 465</a><br
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
        <span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Site: </span><a
          moz-do-not-send="true" href="http://www.quobis.com/"
style="color:rgb(0,101,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"
          target="_blank">http://www.quobis.com</a><br>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
  * <a class="moz-txt-link-freetext" href="http://asipto.com/u/katu">http://asipto.com/u/katu</a> *</pre>
  </body>
</html>