<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    this is a custom implementation, only for phones that have
    programmable buttons. It is not really recommended way to do it.<br>
    <br>
    Better rely on standard specs out there and use presence extensions
    for such feature -- in kamailio you would need to use modules such
    as dialog, presence, pua, presence_dialoginfo and pua_dialoginfo.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 5/14/12 1:15 AM, M.C. wrote:<br>
    </div>
    <blockquote
cite="mid:CALVn-TY03N2Sh23grADh2DCeZsT+D7cSr6kNqqnq1BZjw5toqw@mail.gmail.com"
      type="cite">Hi all,
      <div>I want to implement a "group pickup" (asterisk like) with
        Kamailio and Snom phones.</div>
      <div>I found in the changelog this comment:</div>
      <div>"<span class="Apple-style-span"
          style="font-family:monospace;white-space:pre-wrap;font-size:medium">-
          an useful application - call pickup:</span></div>
      <div><span class="Apple-style-span"
          style="font-family:monospace;white-space:pre-wrap;font-size:medium"></span><span
          class="Apple-style-span"
          style="font-family:monospace;white-space:pre-wrap;font-size:medium">
          - INVITE comes in, callee is in a pickup group</span></div>
      <div><span class="Apple-style-span"
          style="font-family:monospace;white-space:pre-wrap;font-size:medium"></span><span
          class="Apple-style-span"
          style="font-family:monospace;white-space:pre-wrap;font-size:medium">
          - store callid, cseq, etc in database or notify the other
          phones in</span></div>
      <span class="Apple-style-span" style="font-family:'Times New
        Roman';font-size:medium">
        <pre style="word-wrap:break-word;white-space:pre-wrap">              the group (easy to do for snom phones and extra programmable
              buttons) via uac_req_send()
            - send a remote control command telling which call to pickup
              (callid, cseq) and where to redirect. In config, call
              t_cancel_callid(). in failure route for INVITE catch the cancelled
              transaction (flag is set), get the new destination (e.g., stored in
              htable) and forward the invite there""</pre>
        <pre style="word-wrap:break-word;white-space:pre-wrap">regarding new functions in tmx module, but I have found no examples in kamailio documentation.</pre>
        <pre style="word-wrap:break-word;white-space:pre-wrap">Is this the way to implement a group pickup in kamailio?</pre>
      </span>
      <div>Regards,</div>
      <div>Matteo</div>
      <div><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </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></pre>
    <br>
    <br>
  </body>
</html>