dect
/
asterisk
Archived
13
0
Fork 0

Fix teeny typo

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3702 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-09-01 02:28:38 +00:00
parent 6750fc777d
commit 2e76d1f9e9
1 changed files with 1 additions and 1 deletions

View File

@ -4775,7 +4775,7 @@ static void *ss_thread(void *data)
tone_zone_play_tone(p->subs[index].zfd, -1);
else
tone_zone_play_tone(p->subs[index].zfd, ZT_TONE_DIALTONE);
if (ast_exists_extension(chan, chan->context, exten, 1, p->callerid) && strcmp(chan->exten, ast_parking_ext())) {
if (ast_exists_extension(chan, chan->context, exten, 1, p->callerid) && strcmp(exten, ast_parking_ext())) {
if (!res || !ast_matchmore_extension(chan, chan->context, exten, 1, p->callerid)) {
if (getforward) {
/* Record this as the forwarding extension */