Re: [sr-dev] [kamailio/kamailio] modules/tmx: fix mi command t_uac_cancel (#825)

2016-10-19 Thread Federico Cabiddu
Merged #825. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/825#event-828805723___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] modules/tmx: fix mi command t_uac_cancel (#825)

2016-10-19 Thread Daniel-Constantin Mierla
Thanks, it can be merged. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/825#issuecomment-254768412___ sr-dev mailing list

[sr-dev] [kamailio/kamailio] modules/tmx: fix mi command t_uac_cancel (#825)

2016-10-19 Thread Federico Cabiddu
fix for mi command t_uac_cancel: without calling prepare_to_cancel, the following call to cancel_uacs gives this error: BUG: tm [t_cancel.c:327]: cancel_branch(): tm: cancel_branch: local_cancel buffer=(nil) != BUSY_BUFFER (trying to continue) and it does not cancel the transaction. You can