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
1.4
North Antara 19 years ago
parent 2465fd611c
commit 79f45173fb

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

Loading…
Cancel
Save