Merged revisions 198729 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r198729 | russell | 2009-06-01 16:03:18 -0500 (Mon, 01 Jun 2009) | 2 lines
  
  Tell the IAX2 parser about more control frame types.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@198730 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Russell Bryant 17 years ago
parent c476809dea
commit 1252d7cd07

@ -573,7 +573,10 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"PROCDNG",
"HOLD ",
"UNHOLD ",
"VIDUPDT", };
"VIDUPDT",
"T38 ",
"SRCUPDT",
};
struct ast_iax2_full_hdr *fh;
char retries[20];
char class2[20];

Loading…
Cancel
Save