add fs_public_ip to webhook payload (only when running in ec2 autoscale group)

This commit is contained in:
Dave Horton
2022-02-10 09:51:48 -05:00
parent d8bfa33a00
commit 941727e93f
4 changed files with 12 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ class SingleDialer extends Emitter {
* (a) create a CallInfo for this call
* (a) create a logger for this call
*/
req.srf = srf;
this.callInfo = new CallInfo({
direction: CallDirection.Outbound,
parentCallInfo: this.parentCallInfo,