[asterisk-commits] branch oej/codecnegotiation r27304 -
/team/oej/codecnegotiation/apps/app_dial.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 16 05:33:01 MST 2006
Author: oej
Date: Tue May 16 07:33:01 2006
New Revision: 27304
URL: http://svn.digium.com/view/asterisk?rev=27304&view=rev
Log:
Small typo fix
Modified:
team/oej/codecnegotiation/apps/app_dial.c
Modified: team/oej/codecnegotiation/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/oej/codecnegotiation/apps/app_dial.c?rev=27304&r1=27303&r2=27304&view=diff
==============================================================================
--- team/oej/codecnegotiation/apps/app_dial.c (original)
+++ team/oej/codecnegotiation/apps/app_dial.c Tue May 16 07:33:01 2006
@@ -469,7 +469,7 @@
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_3 "Now forwarding %s to '%s/%s' (thanks to %s)\n", in->name, tech, stuff, c->name);
/* Setup parameters */
- c = o->chan = ast_request_inherit(in tech, stuff, &cause);
+ c = o->chan = ast_request_inherit(in, tech, stuff, &cause);
if (!c)
ast_log(LOG_NOTICE, "Unable to create local channel for call forward to '%s/%s' (cause = %d)\n", tech, stuff, cause);
} else {
More information about the asterisk-commits
mailing list