mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
support OPTIONS ping to SBCs
This commit is contained in:
@@ -21,6 +21,10 @@ class SessionTracker extends Emitter {
|
||||
return this._logger;
|
||||
}
|
||||
|
||||
get count() {
|
||||
return this.sessions.size;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a new CallSession to the Map
|
||||
* @param {string} callSid
|
||||
|
||||
Reference in New Issue
Block a user