– Kamailio SIP Server –

Differences

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

Link to this comparison view

old-content:avp_copy_comments [2006/06/07 02:00]
old-content:avp_copy_comments [2006/06/07 02:00] (current)
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.