mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
update to match zaptel 1.4 API change that was committed a few minutes ago
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -181,7 +181,7 @@ static int zap_translate(struct ast_trans_pvt *pvt, int dest, int source)
|
||||
{
|
||||
/* Request translation through zap if possible */
|
||||
int fd;
|
||||
unsigned int x = ZT_TCOP_RESET;
|
||||
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||
struct pvt *ztp = pvt->pvt;
|
||||
struct zt_transcode_header *hdr;
|
||||
int flags;
|
||||
|
||||
Reference in New Issue
Block a user