[SR-Users] Pickup group implementation in Kamailio

2012-05-13 Thread M.C.
Hi all,
I want to implement a "group pickup" (asterisk like) with Kamailio and Snom
phones.
I found in the changelog this comment:
"- an useful application - call pickup:
- INVITE comes in, callee is in a pickup group
- store callid, cseq, etc in database or notify the other phones in

  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""

regarding new functions in tmx module, but I have found no examples in
kamailio documentation.

Is this the way to implement a group pickup in kamailio?

Regards,
Matteo
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Pickup group implementation in Kamailio

2012-05-15 Thread M.C.
Hello Daniel,
thanks for the explanations.
There are examples of use of these modules in the kamailio wiki?


Best regards,
Matteo

On Tue, May 15, 2012 at 10:04 AM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:

>  Hello,
>
> this is a custom implementation, only for phones that have programmable
> buttons. It is not really recommended way to do it.
>
> 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.
>
> Cheers,
> Daniel
>
>
> On 5/14/12 1:15 AM, M.C. wrote:
>
> Hi all,
> I want to implement a "group pickup" (asterisk like) with Kamailio and
> Snom phones.
> I found in the changelog this comment:
> "- an useful application - call pickup:
>  - INVITE comes in, callee is in a pickup group
>  - store callid, cseq, etc in database or notify the other phones in
>
> 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""
>
> regarding new functions in tmx module, but I have found no examples in 
> kamailio documentation.
>
> Is this the way to implement a group pickup in kamailio?
>
>  Regards,
> Matteo
>
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing 
> listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
> --
> Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda 
> - http://www.linkedin.com/in/miconda
>
>
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users