mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +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;
|
break;
|
||||||
case STIMULUS_CONFERENCE:
|
case STIMULUS_CONFERENCE:
|
||||||
if (skinnydebug)
|
if (skinnydebug)
|
||||||
ast_verbose("Received Stimulus: Transfer(%d)\n", instance);
|
ast_verbose("Received Stimulus: Conference(%d)\n", instance);
|
||||||
transmit_tone(s, SKINNY_DIALTONE);
|
transmit_tone(s, SKINNY_DIALTONE);
|
||||||
/* XXX determine the best way to pull off a conference. Meetme? */
|
/* XXX determine the best way to pull off a conference. Meetme? */
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user