Commit e96620da authored by tepelmann's avatar tepelmann
Browse files

Using template m_cSeq from SIP instead of local IMS one.

parent 1b80238a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1262,7 +1262,6 @@ module LibSip_Templates {

        group base_templates {

            //     STF471 Use these 3 templates in LibIMS too
            template(value) CSeq m_cSeq(template(value) integer p_seqNumber, template(value) charstring p_method) := {
                fieldName := CSEQ_E, seqNumber := p_seqNumber, method := p_method
            }