<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div>Dear Team</div><div><br></div><div>For legacy Cisco IP phones, the SIP registration expiration time must be set to less than 120 seconds, and there is no way to control the timer on phone end.</div><div>It must be controlled on the SIP registrar end(Expires value set to 120 in registration reply SIP message).</div><div><br></div><div>I am not sure whether there is a way in OpenSIPS script to update the 'Expires' header(base on user agent string, if Cisco Phone, then Expires: 120) in the onreply_route.</div><div><br></div><div><div>Which parameter is writtable to achieve the target?</div><div><br></div><div>Thank you so much!</div><div><br></div></div><div><br></div><div><div>REGISTER sip:test.com SIP/2.0</div><div>Via: SIP/2.0/UDP 10.167.6.60:5060;branch=z9hG4bK3593290796</div><div>From: "Ooi, Liyong" <sip:3827@test.com>;tag=30622762</div><div>To: "Ooi, Liyong" <sip:3827@test.com></div><div>Call-ID: 0_2497201195@10.167.6.60</div><div>CSeq: 1 REGISTER</div><div>Contact: <sip:3827@10.167.6.60:5060></div><div>Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE</div><div>Max-Forwards: 70</div><div><font color="#ff0000">User-Agent: Cisco CP-7975</font></div><div><font color="#ff0000">Expires: 900</font></div><div>Allow-Events: talk,hold,conference,refer,check-sync</div><div>Content-Length: 0</div></div><div><br></div><div><br></div>