[Astpp-commit] SF.net SVN: astpp:[2200] trunk/astpp-common.pl
Brought to you by:
darrenkw
From: <dar...@us...> - 2008-10-10 04:25:14
|
Revision: 2200 http://astpp.svn.sourceforge.net/astpp/?rev=2200&view=rev Author: darrenkw Date: 2008-10-10 04:25:00 +0000 (Fri, 10 Oct 2008) Log Message: ----------- We now use the accountname instead of the CC code on asterisk-realtime users accountcodes. Modified Paths: -------------- trunk/astpp-common.pl Modified: trunk/astpp-common.pl =================================================================== --- trunk/astpp-common.pl 2008-10-02 03:59:39 UTC (rev 2199) +++ trunk/astpp-common.pl 2008-10-10 04:25:00 UTC (rev 2200) @@ -2455,7 +2455,7 @@ . "cancallforward) VALUES (" . $rt_dbh->quote($clid) . ", " . $rt_dbh->quote($name) . ", " - . $rt_dbh->quote($cc) . ", " + . $rt_dbh->quote($name) . ", " . $rt_dbh->quote( $config->{rt_sip_canreinvite} ) . ", " . $rt_dbh->quote($context) . ", " . $rt_dbh->quote( $config->{ipaddr} ) . ", " @@ -2539,7 +2539,7 @@ . ") VALUES (" . $rt_dbh->quote($clid) . ", " . $rt_dbh->quote($name) . ", " - . $rt_dbh->quote($cc) . ", " + . $rt_dbh->quote($name) . ", " . $rt_dbh->quote($context) . ", " . $rt_dbh->quote( $config->{ipaddr} ) . ", " . $rt_dbh->quote($mailbox) . ", " This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |