diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index ce8e7cdadbaba11272845e264a9d6c4664903fbe..e2c0a32514f0577b81e36a14b0a213ba77ad1749 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -4762,7 +4762,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)) {
+			if (ast_exists_extension(chan, chan->context, exten, 1, p->callerid) && strcmp(chan->exten, ast_parking_ext())) {
 				if (!res || !ast_matchmore_extension(chan, chan->context, exten, 1, p->callerid)) {
 					if (getforward) {
 						/* Record this as the forwarding extension */
diff --git a/manager.c b/manager.c
index 2506e835430190d141c46315328e48facd5dcb70..cc921f9bf471232131cb7b00131c09cee874dd40 100755
--- a/manager.c
+++ b/manager.c
@@ -3,9 +3,9 @@
  *
  * Channel Management and more
  * 
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2004, Digium, Inc.
  *
- * Mark Spencer <markster@linux-support.net>
+ * Mark Spencer <markster@digium.com>
  *
  * This program is free software, distributed under the terms of
  * the GNU General Public License