mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Minor voicetronix update
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -682,7 +682,10 @@ static int vpb_call(struct ast_channel *ast, char *dest, int timeout)
|
||||
vpb_set_call(p->handle, &call);
|
||||
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 " Calling %s on %s \n", dest, ast->name);
|
||||
ast_verbose(VERBOSE_PREFIX_3 " Calling %s on %s \n",
|
||||
dest, ast->name);
|
||||
|
||||
vpb_sethook_sync(p->handle,VPB_OFFHOOK);
|
||||
|
||||
res = vpb_dial_async(p->handle, s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user