From: North Antara Date: Sat, 1 Jul 2006 17:59:37 +0000 (+0000) Subject: It might help if this had the right stimulus name X-Git-Tag: 1.4.0-beta1~705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79f45173fb137bdb06e03e083821bf0b2a275c38;p=thirdparty%2Fasterisk.git It might help if this had the right stimulus name git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36562 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index 47f8cd038c..0dc12419fb 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -2799,7 +2799,7 @@ static int handle_stimulus_message(skinny_req *req, struct skinnysession *s) break; case STIMULUS_CONFERENCE: if (skinnydebug) - ast_verbose("Received Stimulus: Transfer(%d)\n", instance); + ast_verbose("Received Stimulus: Conference(%d)\n", instance); transmit_tone(s, SKINNY_DIALTONE); /* XXX determine the best way to pull off a conference. Meetme? */ break;