mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
Pass concept of status back, permit "leaveempty" to work with static agents who are not loggedon (bug #2719)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4106 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -66,6 +66,7 @@ extern "C" {
|
||||
#include <asterisk/callerid.h>
|
||||
#include <asterisk/cli.h>
|
||||
#include <asterisk/dsp.h>
|
||||
#include <asterisk/causes.h>
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -948,7 +949,7 @@ static int create_addr(struct oh323_pvt *pvt, char *opeer)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
static struct ast_channel *oh323_request(const char *type, int format, void *data)
|
||||
static struct ast_channel *oh323_request(const char *type, int format, void *data, int *cause)
|
||||
{
|
||||
int oldformat;
|
||||
struct oh323_pvt *pvt;
|
||||
|
Reference in New Issue
Block a user