aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-08 02:24:07 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-08 02:24:07 +0000
commita82143962ae68df80876a7fabd7c1fe2d18e8da9 (patch)
treeec518bd7b27a9f005244e746dcaa79c215c85745 /channels/iax2-parser.c
parent9552ca15733ae21b49c19ebc35c641b84418daf4 (diff)
Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state
and implement holding in the SLA. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37318 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2-parser.c')
-rw-r--r--channels/iax2-parser.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index 76339b096..b3d732657 100644
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -444,7 +444,18 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"ANSWER ",
"BUSY ",
"TKOFFHK",
- "OFFHOOK" };
+ "OFFHOOK",
+ "CONGSTN",
+ "FLASH ",
+ "WINK ",
+ "OPTION ",
+ "RDKEY ",
+ "RDUNKEY",
+ "PROGRES",
+ "PROCDNG",
+ "HOLD ",
+ "UNHOLD ",
+ "VIDUPDT", };
struct ast_iax2_full_hdr *fh;
char retries[20];
char class2[20];