mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
Another batch of files from RSW. The remaining apps and a few more
files from main/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@137089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -551,8 +551,8 @@ int ast_channel_cmpwhentohangup_tv(struct ast_channel *chan, struct timeval offs
|
||||
|
||||
int ast_channel_cmpwhentohangup(struct ast_channel *chan, time_t offset)
|
||||
{
|
||||
struct timeval tv = { offset, };
|
||||
return ast_channel_cmpwhentohangup_tv(chan, tv);
|
||||
struct timeval when = { offset, };
|
||||
return ast_channel_cmpwhentohangup_tv(chan, when);
|
||||
}
|
||||
|
||||
/*! \brief Register a new telephony channel in Asterisk */
|
||||
|
Reference in New Issue
Block a user