dect
/
asterisk
Archived
13
0
Fork 0

It might help if this had the right stimulus name

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36562 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
north 2006-07-01 17:59:37 +00:00
parent 14ce4301aa
commit 427e0172ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;