forgot to return status in demo global state handler test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@578 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e6c9685879
commit
aaa6a4f0b5
|
@ -100,6 +100,7 @@ static switch_status my_on_hangup(switch_core_session *session)
|
|||
assert(channel != NULL);
|
||||
|
||||
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "I globally hooked to [%s] on the hangup event\n", switch_channel_get_name(channel));
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue