diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c index aa5d5645c40dacbdf09cb2b1f86600b02426e1f7..716f85448ba031a8bef82c4ad515c01f52156d1a 100755 --- a/channels/iax2-parser.c +++ b/channels/iax2-parser.c @@ -427,14 +427,14 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s "TXREJ ", "QUELCH ", "UNQULCH", - "POKE", - "PAGE", - "MWI", - "UNSUPPORTED", - "TRANSFER", - "PROVISION", - "FWDOWNLD", - "FWDATA" + "POKE ", + "PAGE ", + "MWI ", + "UNSPRTD", + "TRANSFR", + "PROVISN", + "FWDWNLD", + "FWDATA " }; const char *cmds[] = { "(0?)", @@ -443,7 +443,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s "RINGING", "ANSWER ", "BUSY ", - "TKOFFHK ", + "TKOFFHK", "OFFHOOK" }; struct ast_iax2_full_hdr *fh; char retries[20];