mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Preliminary "PRECACHE" / push support...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -439,8 +439,8 @@ void dundi_showframe(struct dundi_hdr *fhi, int rx, struct sockaddr_in *sin, int
|
||||
"DPRESPONSE ",
|
||||
"EIDQUERY ",
|
||||
"EIDRESPONSE ",
|
||||
"UNKNOWN (5)?",
|
||||
"UNKNOWN (6)?",
|
||||
"PRECACHERQ ",
|
||||
"PRECACHERP ",
|
||||
"INVALID ",
|
||||
"UNKNOWN CMD ",
|
||||
"NULL ",
|
||||
@@ -448,8 +448,7 @@ void dundi_showframe(struct dundi_hdr *fhi, int rx, struct sockaddr_in *sin, int
|
||||
"REGRESPONSE ",
|
||||
"CANCEL ",
|
||||
"ENCRYPT ",
|
||||
"ENCREJ ",
|
||||
"PRECACHE " };
|
||||
"ENCREJ " };
|
||||
char class2[20];
|
||||
char *class;
|
||||
char subclass2[20];
|
||||
|
Reference in New Issue
Block a user