mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
Merged revisions 69184 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r69184 | file | 2007-06-13 15:58:59 -0400 (Wed, 13 Jun 2007) | 2 lines Add TXMEDIA to list so that it is properly displayed during iax2 packet output. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -451,7 +451,8 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
|
|||||||
"TRANSFR",
|
"TRANSFR",
|
||||||
"PROVISN",
|
"PROVISN",
|
||||||
"FWDWNLD",
|
"FWDWNLD",
|
||||||
"FWDATA "
|
"FWDATA ",
|
||||||
|
"TXMEDIA"
|
||||||
};
|
};
|
||||||
const char *cmds[] = {
|
const char *cmds[] = {
|
||||||
"(0?)",
|
"(0?)",
|
||||||
|
|||||||
Reference in New Issue
Block a user