[asterisk-commits] mmichelson: branch mmichelson/realtime-sip-devicestate r99966 - /team/mmichel...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 23 12:58:20 CST 2008
Author: mmichelson
Date: Wed Jan 23 12:58:20 2008
New Revision: 99966
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99966
Log:
Remove foul language. I need to stop doing this in my working copies :(
Modified:
team/mmichelson/realtime-sip-devicestate/channels/chan_sip.c
Change Statistics:
0 files changed
Modified: team/mmichelson/realtime-sip-devicestate/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/realtime-sip-devicestate/channels/chan_sip.c?view=diff&rev=99966&r1=99965&r2=99966
==============================================================================
--- team/mmichelson/realtime-sip-devicestate/channels/chan_sip.c (original)
+++ team/mmichelson/realtime-sip-devicestate/channels/chan_sip.c Wed Jan 23 12:58:20 2008
@@ -16675,7 +16675,6 @@
if (peer->maxcallbitrate < 0)
peer->maxcallbitrate = default_maxcallbitrate;
}
- /*TESTING PURPOSES ONLY MOTHERFUCKER*/
else if (realtime && !strcasecmp(v->name, "inuse")) {
peer->inUse = atoi(v->value);
if (peer->inUse < 0)
More information about the asterisk-commits
mailing list