dect
/
asterisk
Archived
13
0
Fork 0

Start with a reasonable default timeout in parkandannounce

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2758 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2004-04-25 19:44:03 +00:00
parent 3e27730182
commit 5641552590
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static int parkandannounce_exec(struct ast_channel *chan, void *data)
{
int res=0;
char *return_context;
int l, lot, timeout, dres;
int l, lot, timeout = 0, dres;
char *working, *context, *exten, *priority, *dial, *dialtech, *dialstr;
char *template, *tpl_working, *tpl_current;
char *tmp[100];