Fixed compile error with OSP Toolkit 3.6.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@233689 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
TransNexus OSP Development 16 years ago
parent daabdd438c
commit 133fd71b0c

@ -143,8 +143,8 @@ struct osp_provider {
/* Call ID */
struct osp_callid {
unsigned char buf[OSPC_CALLID_MAXSIZE]; /* Call ID string */
unsigned int len; /* Call ID length */
unsigned char buf[OSP_NORSTR_SIZE]; /* Call ID string */
unsigned int len; /* Call ID length */
};
/* OSP Application In/Output Results */

Loading…
Cancel
Save