Filter parameters reference guide

From TBwiki
Revision as of 15:52, 27 November 2017 by Lucas Joyal (Talk | contribs)
Jump to: navigation, search


Filter parameter

When using the Call trace API to select a subset of calls, these are the parameter that can be used in the query.

Parameter Format Description
uct_call_id Hexadecimal Will return the call matching this ID.
direction Integer Incoming (1), outgoing (2), Mixer(3), Media only (4) .
called String Called number.
calling String Calling number.
nap String Nap used by the call.
protocol String Protocol used by the call (SS7, SIP, ISDN, CAS).
route String Name of the route used by the call.
call_id String Call Id.
recorded String String can either be "RECORDED" or "NOTRECORDED".
call_state String "ACTIVE" or "INACTIVE"
terminate_reason String or Integer "NORMAL", "NOT_NORMAL" or the cause Integer value.
call_duration Integer All calls with a duration (in seconds) under the value of "call_duration".
intercepted Boolean True or false: Match all legs that are intercepted (if true) or all that are not (if false).
interception_leg Boolean Match all legs that are Interception legs
interception_liid String Match all legs that match the interception LIID
drop_call Boolean Flag used to signify that all calls matching the filter parameters will be terminated. Use with caution when dropping multiple calls at once.
Personal tools