From: Mathieu Parent Date: Wed, 3 Mar 2010 07:49:59 +0000 (+0000) Subject: Skinny: off_hook_message doesn't include call_id on older phones X-Git-Tag: v1.0.6~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54510a372a626f16a3052fd1488c4045a21cd94c;p=thirdparty%2Ffreeswitch.git Skinny: off_hook_message doesn't include call_id on older phones git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16876 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_skinny/skinny_protocol.h b/src/mod/endpoints/mod_skinny/skinny_protocol.h index f87d13a204..c9a3d12b09 100644 --- a/src/mod/endpoints/mod_skinny/skinny_protocol.h +++ b/src/mod/endpoints/mod_skinny/skinny_protocol.h @@ -80,7 +80,7 @@ struct stimulus_message { #define OFF_HOOK_MESSAGE 0x0006 struct off_hook_message { uint32_t line_instance; - uint32_t call_id; + /* uint32_t call_id; */ }; /* OnHookMessage */