]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: use proper name for station capabilities message
authorMathieu Parent <math.parent@gmail.com>
Mon, 28 Feb 2011 23:24:27 +0000 (00:24 +0100)
committerMathieu Parent <math.parent@gmail.com>
Mon, 28 Feb 2011 23:24:39 +0000 (00:24 +0100)
src/mod/endpoints/mod_skinny/skinny_protocol.h

index 5741be0cb840c8e3e016af0a6f535547585ff5b5..8f8911f2a73491071a7d93accec41d800e425758 100644 (file)
@@ -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];
 };