Skip to content
Snippets Groups Projects
Commit b4cf0acd authored by Russell Bryant's avatar Russell Bryant
Browse files

document cdr_manager headers (bug #4016)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5454 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 36833ce1
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ Parameters: Mailbox, ActionID ...@@ -96,7 +96,7 @@ Parameters: Mailbox, ActionID
Command: Originate Command: Originate
Parameters: Channel, Exten, Context, Priority, Timeout, Parameters: Channel, Exten, Context, Priority, Timeout,
CallerID, Variable, Account, Application, Data, Async CallerID, Variable, Account, Application, Data, Async
Command: Ping Command: Ping
Parameters: None Parameters: None
...@@ -157,18 +157,21 @@ Some standard AMI headers: ...@@ -157,18 +157,21 @@ Some standard AMI headers:
-------------------------- --------------------------
Account: -- Account Code (Status) Account: -- Account Code (Status)
AccountCode: -- Account Code (cdr_manager)
ACL: <Y | N> -- Does ACL exist for object ? ACL: <Y | N> -- Does ACL exist for object ?
Action: <action> -- request or notification of a particular action Action: <action> -- request or notification of a particular action
Address-IP: -- IPaddress Address-IP: -- IPaddress
Address-Port: -- IP port number Address-Port: -- IP port number
Agent: <string> -- Agent name Agent: <string> -- Agent name
AMAflags: -- AMA flag AMAflags: -- AMA flag (cdr_manager, sippeers)
AnswerTime: -- Time of answer (cdr_manager)
Append: <bool> -- CDR userfield Append flag Append: <bool> -- CDR userfield Append flag
Application: -- Application to use Application: -- Application to use
Async: -- Whether or not to use fast setup Async: -- Whether or not to use fast setup
AuthType: -- Authentication type (for login or challenge) AuthType: -- Authentication type (for login or challenge)
"md5" "md5"
CallerID: -- Caller id (name and number in Originate) BillableSeconds: -- Billable seconds for call (cdr_manager)
CallerID: -- Caller id (name and number in Originate & cdr_manager)
CallerID: -- CallerID number CallerID: -- CallerID number
Number or "<unknown>" or "unknown" Number or "<unknown>" or "unknown"
(should change to "<unknown>" in app_queue) (should change to "<unknown>" in app_queue)
...@@ -197,10 +200,15 @@ Some standard AMI headers: ...@@ -197,10 +200,15 @@ Some standard AMI headers:
Data: -- Application data Data: -- Application data
Default-addr-IP: -- IP address to use before registration Default-addr-IP: -- IP address to use before registration
Default-Username: -- Username part of URI to use before registration Default-Username: -- Username part of URI to use before registration
Destination: -- Destination for call (Dialstring ) Dial event Destination: -- Destination for call (Dialstring ) (dial, cdr_manager)
DestinationContext: -- Destination context (cdr_manager)
DestinationChannel: -- Destination channel (cdr_manager)
DestUniqueID: -- UniqueID of destination (dial event) DestUniqueID: -- UniqueID of destination (dial event)
Disposition: -- Call disposition (CDR manager)
Domain: <domain> -- DNS domain Domain: <domain> -- DNS domain
Duration: <secs> -- Duration of call (cdr_manager)
Dynamic: <Y | N> -- Device registration supported? Dynamic: <Y | N> -- Device registration supported?
Endtime: -- End time stamp of call (cdr_manager)
EventList: <flag> -- Flag being "Start", "End", "Cancelled" or "ListObject" EventList: <flag> -- Flag being "Start", "End", "Cancelled" or "ListObject"
Events: <eventmask> -- Eventmask filter ("on", "off", "system", "call", "log") Events: <eventmask> -- Eventmask filter ("on", "off", "system", "call", "log")
Exten: -- Extension (Redirect command) Exten: -- Extension (Redirect command)
...@@ -213,7 +221,9 @@ Some standard AMI headers: ...@@ -213,7 +221,9 @@ Some standard AMI headers:
Incominglimit: -- SIP Peer incoming limit Incominglimit: -- SIP Peer incoming limit
Key: Key:
Key: -- ASTdb Database key Key: -- ASTdb Database key
LastApplication: -- Last application executed (cdr_manager)
LastCall: <num> -- Last call in queue LastCall: <num> -- Last call in queue
LastData: -- Data for last application (cdr_manager)
Link: -- (Status) Link: -- (Status)
ListItems: <number> -- Number of items in Eventlist (Optionally sent in "end" packet) ListItems: <number> -- Number of items in Eventlist (Optionally sent in "end" packet)
Location: -- Interface (whatever that is -maybe tech/name in app_queue ) Location: -- Interface (whatever that is -maybe tech/name in app_queue )
...@@ -256,8 +266,9 @@ Some standard AMI headers: ...@@ -256,8 +266,9 @@ Some standard AMI headers:
SIP-FromUser: -- Peer FromUser SIP-FromUser: -- Peer FromUser
SIP-NatSupport: SIP-NatSupport:
SIPLastMsg: SIPLastMsg:
Source: -- Source of call (dial event) Source: -- Source of call (dial event, cdr_manager)
SrcUniqueID: -- UniqueID of source (dial event) SrcUniqueID: -- UniqueID of source (dial event)
StartTime: -- Start time of call (cdr_manager)
State: -- Channel state State: -- Channel state
Status: -- Registration status (Registry events SIP) Status: -- Registration status (Registry events SIP)
Status: -- Extension status (Extensionstate) Status: -- Extension status (Extensionstate)
...@@ -272,7 +283,7 @@ Some standard AMI headers: ...@@ -272,7 +283,7 @@ Some standard AMI headers:
Uniqueid1: -- Channel 1 Unique ID (Link event) Uniqueid1: -- Channel 1 Unique ID (Link event)
Uniqueid2: -- Channel 2 Unique ID (Link event) Uniqueid2: -- Channel 2 Unique ID (Link event)
User: -- Username (SIP registry) User: -- Username (SIP registry)
UserField: -- CDR userfield UserField: -- CDR userfield (cdr_manager)
Val: -- Value to set/read in ASTdb Val: -- Value to set/read in ASTdb
Variable: -- Variable AND value to set (multiple separated with | in Originate) Variable: -- Variable AND value to set (multiple separated with | in Originate)
Variable: <name> -- For channel variables Variable: <name> -- For channel variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment