[OpenSIPS-Users] Register requests
Darshak Modi
darshak.modi at elitecore.com
Mon Dec 14 11:02:13 CET 2009
Hi,
In log I can see lots[ hundreds ] of register requests coming.
Dec 14 05:33:14 localhost /sbin/opensips[5900]: In Register
Dec 14 05:33:14 localhost /sbin/opensips[5900]: ACC: transaction answered:
timestamp=1260786794;method=REGISTER;from_tag=9d09464f;to_tag=;call_id=6f7a5
4415d1f0c31 at bWl0dWwzMjQxLmVsaXRlY29yZS5jb20.;code=200;reason=OK
Dec 14 05:33:14 localhost /sbin/opensips[5899]: In Register
Dec 14 05:33:14 localhost /sbin/opensips[5899]: ACC: transaction answered:
timestamp=1260786794;method=REGISTER;from_tag=9d09464f;to_tag=;call_id=6f7a5
4415d1f0c31 at bWl0dWwzMjQxLmVsaXRlY29yZS5jb20.;code=200;reason=OK
Dec 14 05:33:14 localhost /sbin/opensips[5900]: In Register
Dec 14 05:33:14 localhost /sbin/opensips[5900]: ACC: transaction answered:
timestamp=1260786794;method=REGISTER;from_tag=9d09464f;to_tag=;call_id=6f7a5
4415d1f0c31 at bWl0dWwzMjQxLmVsaXRlY29yZS5jb20.;code=200;reason=OK
Dec 14 05:33:14 localhost /sbin/opensips[5902]: In Register
Dec 14 05:33:14 localhost /sbin/opensips[5902]: ACC: transaction answered:
timestamp=1260786794;method=REGISTER;from_tag=9d09464f;to_tag=;call_id=6f7a5
4415d1f0c31 at bWl0dWwzMjQxLmVsaXRlY29yZS5jb20.;code=200;reason=OK
Dec 14 05:33:14 localhost /sbin/opensips[5900]: In Register
Dec 14 05:33:14 localhost /sbin/opensips[5900]: ACC: transaction answered:
timestamp=1260786794;method=REGISTER;from_tag=9d09464f;to_tag=;call_id=6f7a5
4415d1f0c31 at bWl0dWwzMjQxLmVsaXRlY29yZS5jb20.;code=200;reason=OK
The Register block is as here..
if (is_method("REGISTER"))
{
xlog("In Register\n");
if (!save("location"))
sl_reply_error();
exit;
}
More information about the Users
mailing list