[sr-dev] [kamailio/kamailio] Sipcapture: When inserting a reply, this module would insert the SIP … (#876)

David Villasmil notifications at github.com
Thu Dec 1 15:23:33 CET 2016


…Status as the reply method. I've patched sipcapture.c and sipcapture.h to insert the actual SIP Status into a 'status' field on replies, and the Method extracted from the CSEQ into the 'method' field. This means when using this version of the module, you're tables must include a 'status' varchar(5) NULL field.
You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/876

-- Commit Summary --

  * Sipcapture: When inserting a reply, this module would insert the SIP Status as the reply method. I've patched sipcapture.c and sipcapture.h to insert the actual SIP Status into a 'status' field on replies, and the Method extracted from the CSEQ into the 'method' field. This means when using this version of the module, you're tables must include a 'status' varchar(5) NULL field.

-- File Changes --

    M modules/sipcapture/sipcapture.c (83)
    M modules/sipcapture/sipcapture.h (1)
    M modules/sipcapture/sql/create_sipcapture_postgress.sql (3)
    M modules/sipcapture/sql/schema_data.sql (3)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/876.patch
https://github.com/kamailio/kamailio/pull/876.diff

-- 
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/876
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20161201/b9ca4c1a/attachment.html>


More information about the sr-dev mailing list