mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
fixed no dtmf detect on 64 bit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2046,7 +2046,7 @@ int handle_bchan(msg_t *msg)
|
||||
|
||||
case PH_CONTROL|INDICATION:
|
||||
{
|
||||
unsigned long cont = *((unsigned long *)&frm->data.p);
|
||||
unsigned int cont = *((unsigned int *)&frm->data.p);
|
||||
|
||||
cb_log(4, stack->port, "PH_CONTROL: channel:%d oad%d:%s dad%d:%s \n", bc->channel, bc->onumplan,bc->oad, bc->dnumplan,bc->dad);
|
||||
|
||||
|
Reference in New Issue
Block a user