mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
Fix/play timeout (#183)
* Move play timeout into jambonz * Unnecessary await on kill + eslint * Change call status test to be consistent Co-authored-by: Matt Preskett <matt.preskett@netcall.com>
This commit is contained in:
@@ -114,6 +114,10 @@ class CallSession extends Emitter {
|
||||
return this.callInfo.applicationSid;
|
||||
}
|
||||
|
||||
get callStatus() {
|
||||
return this.callInfo.callStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* SIP call-id for the call
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user