mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 21:36:28 +00:00
only complain if ZAPATA_PRI is defined
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3022 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3865,7 +3865,9 @@ static int zt_write(struct ast_channel *ast, struct ast_frame *frame)
|
||||
p->proceeding=1;
|
||||
}
|
||||
#else
|
||||
#ifdef ZAPATA_PRI
|
||||
#warning "You need later PRI library"
|
||||
#endif
|
||||
#endif
|
||||
/* Write a frame of (presumably voice) data */
|
||||
if (frame->frametype != AST_FRAME_VOICE) {
|
||||
|
Reference in New Issue
Block a user