mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user