- Infoshare
-
Signed in: Administrator
- Change Password
- Signoff
- Online Documentation
- Adutante ver. 5.0.1.0
PAGE TITLE
Date Last ModifiedPAGE TITLE
Date Last ModifiedPassive recording: When recorded media streams are retrieved from the network traffic by monitoring the Mirror Port on the network switch.
Terminating recording: When recorded media streams are sent by some device directly to the recorder (e.g. BIB enabled Cisco phones, SIPREC enabled device or similar protocol).
SIP trunk is configured in config hw voip trunks mode.
The following steps are assumed to be completed in the prior configuration described in this section:
How to use CLI Tool - refer to CLI Tool Overview
Attention!!: most of the corresponding configuration functionality is also available within Versadial VSLogger Monitor graphical interface. Select setup View Setup View and the corresponding section (General, Storage, Channels, etc..).
For this example, we assume that Administrator enabled hw voip trunks installed in the system. After reload, Administrator can expect following channel list.
cli>(config)
->channel list
channels
----------------------------------------
ch# |type |hwch# |hw |enabled
----------------------------------------
.....
9 SIPTRUNK_CH 9 voip n
10 SIPTRUNK_CH 10 voip n
11 SIPTRUNK_CH 11 voip n
12 SIPTRUNK_CH 12 voip n
.....
cli>(config)
Open Individual channel in configuration mode.
cli>(config)
->channel 9
cli>(config-ch_9)
Display current channel setting.
->show
ch# 9
----------------------------------------
hwnum: 9
hw: voip
type: SIPTRUNK_CH
name:
enabled: n
licgroup: none
allowenbl: n
compression: mlaw
nortptimeout: 1
reversedir: n
mapto none
events:
----------------------------------------
cli>(config-ch_9)
Display configuration commands available for this channel.
->?
allowenbl [y|n] - allow enable/disable channel (only if dynamic license group set)
mapto [none|port|sdpsess] - map channel
nortptimeout [1-10] - set no rtp timeout (sec)
compress [ulaw|adpcm|gsm] - set channel compression codec
name [...] - channel description
enable [y|n] - enable/disable channel
gendtmf [0-3] - generate DTMF tone according Named Telephone Event (rfc2833) 0-none, 1- near-end, 2- far-end, 3 -all
hndldtmf [0-1] - handle DTMF events (rfc2833)0- near-end, 1 -all
event [id] - channel events configurationexit - exit current configuration mode
help|? - embedded help
licgroup [none|1-n] - set channel license group
reversedir [y|n] - reverse call direction
copy [1-n] - copy channel settings to range of channels [range]
show - show current settings
cli>(config-ch_9)
For details about parameters common to all types of channels - refer to config channel Common Parameters
Command Format | Description | Extra Notes |
mapto [none|port|sdpsess] | map specific channel to port or to sdp session |
none- channels in trunk allocated dynamically, in order from 1st to last port - specific channel numbers associated with specific session port (rare situation) sdpsess - - specific channel numbers associated with trunk id specified in SDP session (sometimes happen) |
nortptimeout [1-10] | set no rtp timeout (sec). default 3 secs |
Session considered lost if no RTP received during this time |
reversedir [y|n] | reverse call direction | Used, if direction is captured in reverse. |
gendtmf [0-3] | generate DTMF tone according Named Telephone Event (rfc2833) 0- none, 1- near-end (outbound rtp stream) , 2 - far-end (inbound), 3 -all | applicable only for sip protocol |
hndldtmf [0-1] | handle DTMF events (rfc2833) 0- near-end (outbound rtp stream) , 1-all | applicable only for sip protocol |