mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-07-04 19:32:04 +00:00
fix service_provider_sid undefined (#101)
Co-authored-by: p.souza <p.souza@cognigy.com>
This commit is contained in:
@@ -99,6 +99,10 @@ class CallSession extends Emitter {
|
||||
this._mediaReleased = false;
|
||||
}
|
||||
|
||||
get service_provider_sid() {
|
||||
return this.req.locals.service_provider_sid;
|
||||
}
|
||||
|
||||
get account_sid() {
|
||||
return this.req.locals.account_sid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user