From edf0483f4f0e73ded128f1e613b60f31925af102 Mon Sep 17 00:00:00 2001 From: Damien Wedhorn Date: Thu, 14 Feb 2013 19:58:33 +0000 Subject: Remove extraneous stuff from r381470. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@381471 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_skinny.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'channels') diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index 2ce82c7b1..2730c9d26 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -2426,8 +2426,8 @@ static void transmit_callinfo_variable(struct skinny_device *d, int instance, in } else { thestrings[2] = ""; } - thestrings[3] = "203"; - thestrings[4] = "204"; + thestrings[3] = ""; + thestrings[4] = ""; thestrings[5] = ""; thestrings[6] = ""; thestrings[7] = ""; -- cgit v1.2.3