From 54510a372a626f16a3052fd1488c4045a21cd94c Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Wed, 3 Mar 2010 07:49:59 +0000 Subject: [PATCH] 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 --- src/mod/endpoints/mod_skinny/skinny_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */