mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
add call_hook and call_status_hook to authentication callback response
This commit is contained in:
+6
-6
@@ -917,7 +917,7 @@
|
||||
<SQLField>
|
||||
<name><![CDATA[is_active]]></name>
|
||||
<type><![CDATA[BOOLEAN]]></type>
|
||||
<defaultValue><![CDATA[true]]></defaultValue>
|
||||
<defaultValue><![CDATA[1]]></defaultValue>
|
||||
<notNull><![CDATA[1]]></notNull>
|
||||
<uid><![CDATA[27D4A5BD-8093-4ADD-B5B5-D546844206F9]]></uid>
|
||||
</SQLField>
|
||||
@@ -1147,17 +1147,17 @@
|
||||
<overviewPanelHidden><![CDATA[0]]></overviewPanelHidden>
|
||||
<pageBoundariesVisible><![CDATA[0]]></pageBoundariesVisible>
|
||||
<PageGridVisible><![CDATA[0]]></PageGridVisible>
|
||||
<RightSidebarWidth><![CDATA[1276.000000]]></RightSidebarWidth>
|
||||
<RightSidebarWidth><![CDATA[1574.000000]]></RightSidebarWidth>
|
||||
<sidebarIndex><![CDATA[2]]></sidebarIndex>
|
||||
<snapToGrid><![CDATA[0]]></snapToGrid>
|
||||
<SourceSidebarWidth><![CDATA[0.000000]]></SourceSidebarWidth>
|
||||
<SQLEditorFileFormatVersion><![CDATA[4]]></SQLEditorFileFormatVersion>
|
||||
<uid><![CDATA[58C99A00-06C9-478C-A667-C63842E088F3]]></uid>
|
||||
<windowHeight><![CDATA[1027.000000]]></windowHeight>
|
||||
<windowLocationX><![CDATA[115.000000]]></windowLocationX>
|
||||
<windowLocationY><![CDATA[-0.000000]]></windowLocationY>
|
||||
<windowHeight><![CDATA[1641.000000]]></windowHeight>
|
||||
<windowLocationX><![CDATA[1155.000000]]></windowLocationX>
|
||||
<windowLocationY><![CDATA[28.000000]]></windowLocationY>
|
||||
<windowScrollOrigin><![CDATA[{0, 0}]]></windowScrollOrigin>
|
||||
<windowWidth><![CDATA[1553.000000]]></windowWidth>
|
||||
<windowWidth><![CDATA[1851.000000]]></windowWidth>
|
||||
</SQLDocumentInfo>
|
||||
<AllowsIndexRenamingOnInsert><![CDATA[1]]></AllowsIndexRenamingOnInsert>
|
||||
<defaultLabelExpanded><![CDATA[1]]></defaultLabelExpanded>
|
||||
|
||||
@@ -793,6 +793,14 @@ paths:
|
||||
type: string
|
||||
description: a human-readable message
|
||||
example: authentication granted
|
||||
call_hook:
|
||||
type: string
|
||||
format: url
|
||||
description: url of application to invoke when this device places a call
|
||||
call_status_hook:
|
||||
type: string
|
||||
format: url
|
||||
description: url of application to invoke for call status events on calls placed from this device
|
||||
expires:
|
||||
type: number
|
||||
description: |
|
||||
@@ -803,7 +811,7 @@ paths:
|
||||
type: number
|
||||
description: |
|
||||
If provided, represents a period in seconds during which the source IP
|
||||
address will be blacklisted by the platform (-1 means forever).
|
||||
address should be blacklisted by the platform (0 means forever).
|
||||
|
||||
get:
|
||||
summary: list accounts
|
||||
|
||||
Reference in New Issue
Block a user