Hi, Is it possible to add an header reason in a cancel?
We receive a CANCEL without header reason and we need to forward to another SIP proxy with the reason header?
We use this code in my conf: if(is_method("CANCEL")) { if(!is_present_hf("Reason:")) { xlog("L_ERR", "reason missing"); append_hf("reason: Q.850; cause=31\r\n"); xlog("L_ERR", "add raison"); }
}
Thanks,
regards,