Add placeholder for provisioning info

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-09-01 18:36:15 +00:00
parent 7893c6b188
commit 6d3f2dbae3
2 changed files with 4 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ static struct iax2_ie {
{ IAX_IE_AUTOANSWER, "AUTO ANSWER REQ" },
{ IAX_IE_TRANSFERID, "TRANSFER ID", dump_int },
{ IAX_IE_RDNIS, "REFERRING DNIS", dump_string },
{ IAX_IE_PROVISIONING, "PROVISIONING" },
};
const char *iax_ie2str(int ie)
@@ -219,6 +220,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"MWI",
"UNSUPPORTED",
"TRANSFER",
"PROVISION",
};
char *cmds[] = {
"(0?)",