From: Mathieu Parent Date: Mon, 28 Feb 2011 23:24:27 +0000 (+0100) Subject: Skinny: use proper name for station capabilities message X-Git-Tag: v1.2-rc1~181^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695402333b16d6730e98606de2db33c81c7dadc7;p=thirdparty%2Ffreeswitch.git Skinny: use proper name for station capabilities message --- diff --git a/src/mod/endpoints/mod_skinny/skinny_protocol.h b/src/mod/endpoints/mod_skinny/skinny_protocol.h index 5741be0cb8..8f8911f2a7 100644 --- a/src/mod/endpoints/mod_skinny/skinny_protocol.h +++ b/src/mod/endpoints/mod_skinny/skinny_protocol.h @@ -131,7 +131,7 @@ struct PACKED line_stat_req_message { #define CAPABILITIES_RES_MESSAGE 0x0010 struct PACKED station_capabilities { uint32_t codec; - uint16_t frames; + uint16_t max_frames_per_packet; char reserved[10]; };