mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Refactor the way we track events. Testing needed, please. Lots of bugs to be found, for sure.
This commit is contained in:
6
fscomm/channel.cpp
Normal file
6
fscomm/channel.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "channel.h"
|
||||
|
||||
Channel::Channel(QString uuid):
|
||||
_uuid(uuid)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user