]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge Script <automerge@asterisk.org>
Wed, 25 Jul 2007 00:09:53 +0000 (00:09 +0000)
committerAutomerge Script <automerge@asterisk.org>
Wed, 25 Jul 2007 00:09:53 +0000 (00:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@76982 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index 695684ce8baa826695e916f13eaa562a33d6b699..b61a9c28c4b71f67a1b458eed393849a47e4adfe 100644 (file)
@@ -6477,7 +6477,7 @@ static int handle_init_event(struct zt_pvt *i, int event)
                                        else
                                                res = tone_zone_play_tone(i->subs[SUB_REAL].zfd, ZT_TONE_DIALTONE);
                                        if (res < 0) 
-                                               ast_log(LOG_WARNING, "Unable to play dialtone on channel %d\n", i->channel);
+                                               ast_log(LOG_WARNING, "Unable to play dialtone on channel %d, do you have defaultzone and loadzone defined?\n", i->channel);
                                        if (ast_pthread_create(&threadid, &attr, ss_thread, chan)) {
                                                ast_log(LOG_WARNING, "Unable to start simple switch thread on channel %d\n", i->channel);
                                                res = tone_zone_play_tone(i->subs[SUB_REAL].zfd, ZT_TONE_CONGESTION);