Version 0.2.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-08-20 16:55:17 +00:00
parent 71ca1d1630
commit 49728b8c7c

View File

@@ -41,7 +41,7 @@ extern char *ast_parking_ext(void);
//! Bridge a call, optionally allowing redirection //! Bridge a call, optionally allowing redirection
extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect); extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect, int allowdisconnect);
#endif /* _PARKING_H */ #endif /* _PARKING_H */