[asterisk-dev] [svn-commits] tilghman: branch 1.6.1 r176461 - in /branches/1.6.1: ./ channels/chan_sip.c

Johansson Olle E oej at edvina.net
Tue Feb 17 02:00:18 CST 2009


17 feb 2009 kl. 03.07 skrev SVN commits to the Digium repositories:

> +	/* We cannot do this in the same statement as above, because the  
> lack of
> +	 * this field could cause the whole statement to fail. */
> +	ast_update_realtime("sippeers", "name", peername, "lastms",  
> str_lastms, NULL);
> }

You should really use "tablename" instead of sippeers here to enable  
the sipregs functionality where we only write in one configuration and  
read from sippeers.

/O



More information about the asterisk-dev mailing list