mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
use correct function name... please compile with --enable-dev-mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132966 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2639,7 +2639,7 @@ static int handle_frm(msg_t *msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!bc && (frm->prim==(CC_SETUP|INDICATION)) ) {
|
if (!bc && (frm->prim==(CC_SETUP|INDICATION)) ) {
|
||||||
make_dummy(&dummybc, stack->port, MISDN_ID_GLOBAL, stack->nt, 0);
|
misdn_make_dummy(&dummybc, stack->port, MISDN_ID_GLOBAL, stack->nt, 0);
|
||||||
dummybc.port=stack->port;
|
dummybc.port=stack->port;
|
||||||
dummybc.l3_id=frm->dinfo;
|
dummybc.l3_id=frm->dinfo;
|
||||||
bc=&dummybc;
|
bc=&dummybc;
|
||||||
|
Reference in New Issue
Block a user