]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: off_hook_message doesn't include call_id on older phones
authorMathieu Parent <math.parent@gmail.com>
Wed, 3 Mar 2010 07:49:59 +0000 (07:49 +0000)
committerMathieu Parent <math.parent@gmail.com>
Wed, 3 Mar 2010 07:49:59 +0000 (07:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16876 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_skinny/skinny_protocol.h

index f87d13a20494d11a908f7d402d4ea879aaa47afc..c9a3d12b0923f65f8678750967df241244b76ef8 100644 (file)
@@ -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 */