ast_verbose(VERBOSE_PREFIX_3"Attempting call on %s/%s for application %s(%s) (Retry %d)\n",o->tech,o->dest,o->app,o->data,o->retries);
ast_verbose(VERBOSE_PREFIX_3"Attempting call on %s/%s for application %s(%s) (Retry %d)\n",o->tech,o->dest,o->app,o->data,o->retries);
res=ast_pbx_outgoing_app(o->tech,AST_FORMAT_SLINEAR,o->dest,o->waittime*1000,o->app,o->data,&reason,2/* wait to finish */,o->callerid,o->variable,o->account);
res=ast_pbx_outgoing_app(o->tech,AST_FORMAT_SLINEAR,o->dest,o->waittime*1000,o->app,o->data,&reason,2/* wait to finish */,o->callerid,o->variable,o->account);