mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
bugfix: regression from recent change to pass resources to tasks as an object
This commit is contained in:
@@ -376,9 +376,8 @@ class TaskDial extends Task {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async _initializeInbound(cs) {
|
async _initializeInbound(cs) {
|
||||||
const ep = await cs._evalEndpointPrecondition(this);
|
const {ep} = await cs._evalEndpointPrecondition(this);
|
||||||
this.epOther = ep;
|
this.epOther = ep;
|
||||||
debug(`Dial:__initializeInbound allocated ep for incoming call: ${ep.uuid}`);
|
|
||||||
|
|
||||||
/* send outbound legs back to the same SBC (to support static IP feature) */
|
/* send outbound legs back to the same SBC (to support static IP feature) */
|
||||||
if (!this.proxy) this.proxy = `${cs.req.source_address}:${cs.req.source_port}`;
|
if (!this.proxy) this.proxy = `${cs.req.source_address}:${cs.req.source_port}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user