mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-22 01:27:55 +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.performAction({cognigyResult: 'refer succeeded'});
|
||||||
this.reportedFinalAction = true;
|
this.reportedFinalAction = true;
|
||||||
cs.replaceApplication([{'sip:refer': {
|
cs.replaceApplication([{'sip:refer': {
|
||||||
referTo: number,
|
referTo: evt.data.number,
|
||||||
referredBy: 'cognigy'
|
referredBy: 'cognigy'
|
||||||
}}]);
|
}}]);
|
||||||
}).bind(this));
|
}).bind(this));
|
||||||
|
|||||||
Reference in New Issue
Block a user