UNPKG
@ipcom/extended-ami
Version:
latest (1.0.14-beta)
1.0.14-beta
1.0.13-beta
1.0.12-beta
Advanced manager for connecting to Asterisk
github.com/fabiotheo/extended-ami
fabiotheo/extended-ami
@ipcom/extended-ami
/
dist
/
interfaces
/
originate.interface.d.ts
15 lines
(14 loc)
•
324 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
interface
I_OriginateResponse {
Event
:
"OriginateResponse"
;
ActionID
?:
number
|
string
;
Response
:
string
;
Channel
:
string
;
Context
:
string
;
Exten
:
number
;
Application
:
string
;
Data
:
string
;
Reason
:
string
;
Uniqueid
:
number
;
CallerIDNum
:
number
;
CallerIDName
:
string
; }