[Asterisk-Users] realtime sip channel configuration -> insecure option

Matthew Boehm mboehm at cytelcom.com
Fri Aug 26 08:08:18 MST 2005


Billy wrote:

>  `insecure` varchar(4) default NULL,

	This can be changed. I just read the chan_sip.c code and the following 
values are acceptable:

	"very"
	"yes"
	"true"
	<basically anything with true/false value>
	"port"
	"invite"
	"port,invite"
	"invite,port"

The varchar(4) was originally intended for: "very", "yes" or "no"

-Matthew




More information about the asterisk-users mailing list