allow fromHost in createCall REST API

This commit is contained in:
Dave Horton
2022-10-25 13:22:30 -04:00
parent 7890de8c8f
commit 110c4ed0d8

View File

@@ -3419,6 +3419,10 @@ paths:
type: string
description: The calling party number
example: "16172375089"
fromHost:
type: string
description: The hostname to put in the SIP From header of the INVITE
example: "blf.finotel.com"
timeout:
type: integer
description: the number of seconds to wait for call to be answered. Defaults to 60.