Hi all,<div>I want to implement a &quot;group pickup&quot; (asterisk like) with Kamailio and Snom phones.</div><div>I found in the changelog this comment:</div><div>&quot;<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:&#39;Times New Roman&#39;;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&quot;&quot;</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>