Skip to content

Commit

Permalink
Make compile with asterisk-1.8 / asterisk10 (references #18)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/chan-sccp-b/code/trunk@4208 43c1dc8c-776e-4df2-8ef1-6e829299be21
  • Loading branch information
ddegroot committed Feb 7, 2013
1 parent 29c55dd commit 20b9717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pbx_impl/ast/ast108.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static int sccp_wrapper_asterisk18_indicate(PBX_CHANNEL_TYPE * ast, int ind, con

switch (ind) {
case AST_CONTROL_CONNECTED_LINE:
sccp_wrapper_asterisk111_connectedline(c, data, datalen);
sccp_wrapper_asterisk18_connectedline(c, data, datalen);

res = 0;
break;
Expand Down
2 changes: 1 addition & 1 deletion src/pbx_impl/ast/ast110.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static int sccp_wrapper_asterisk110_indicate(PBX_CHANNEL_TYPE * ast, int ind, co

switch (ind) {
case AST_CONTROL_CONNECTED_LINE:
sccp_wrapper_asterisk111_connectedline(c, data, datalen);
sccp_wrapper_asterisk110_connectedline(c, data, datalen);

res = 0;
break;
Expand Down

0 comments on commit 20b9717

Please sign in to comment.