Fixed compile error with OSP Toolkit 3.6.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@233688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
TransNexus OSP Development 16 years ago
parent ae3ece68ad
commit b4e2771bb2

@ -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