mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix hangup and refer task
This commit is contained in:
@@ -285,7 +285,7 @@ class Cognigy extends Task {
|
||||
this.performAction({cognigyResult: 'refer succeeded'});
|
||||
this.reportedFinalAction = true;
|
||||
cs.replaceApplication([{'sip:refer': {
|
||||
referTo: number,
|
||||
referTo: evt.data.number,
|
||||
referredBy: 'cognigy'
|
||||
}}]);
|
||||
}).bind(this));
|
||||
|
||||
Reference in New Issue
Block a user