mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 01:51:14 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user