Skip to content
Snippets Groups Projects
Commit 76e9c034 authored by Russell Bryant's avatar Russell Bryant
Browse files

resolve compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fcda626f
No related branches found
No related tags found
No related merge requests found
...@@ -4198,7 +4198,7 @@ static int pri_find_dchan(struct dahdi_pri *pri) ...@@ -4198,7 +4198,7 @@ static int pri_find_dchan(struct dahdi_pri *pri)
#if defined(HAVE_OPENR2) #if defined(HAVE_OPENR2)
static const char * const dahdi_accept_r2_call_app = "DAHDIAcceptR2Call"; static const char * const dahdi_accept_r2_call_app = "DAHDIAcceptR2Call";
   
static int dahdi_accept_r2_call_exec(struct ast_channel *chan, void *data) static int dahdi_accept_r2_call_exec(struct ast_channel *chan, const char *data)
{ {
/* data is whether to accept with charge or no charge */ /* data is whether to accept with charge or no charge */
openr2_call_mode_t accept_mode; openr2_call_mode_t accept_mode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment