– Kamailio SIP Server –

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


old-content:avp_copy_comments [2006/06/07 00:00] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +
 +Bogdan wrote:
 +> not tried but you may **increment the cseq** by script with existing functions:
 +>     - avp_write -> get the whole cseq body
 +>     - avp_subst -> extract only the number part
 +>     - avp_copy -> cast the string value to int value
 +>     - avp_op -> increment the int value
 +>     - avp_printf -> compose the new cseq body
 +>     - remove_hf -> delete old cseq header
 +>     - append_hf -> add new cseq hdr with new body.