Source Protocol
Config | Type | Default | Description |
---|---|---|---|
c.chnl[#].src.protocol.name |
string | 'ascii' |
The protocol name for the channel. See #Protocol Names |
c.chnl[#].src.protocol.params |
string | see comments | See #Protocol Parameters |
c.chnl[#].src.protocol.prefix |
string | '' |
The prefix string for time-stamping records. Binary protocols ignore this. |
Protocol Name | Description |
---|---|
'alcatel' |
Alcatel TCP port 2533 |
'ascii' |
ASCII lines |
'avaya' |
Avaya RSP ("Reliable Session Protocol") |
'bcmlive' |
Nortel BCM Live CDR |
'binary' |
Binary handling |
'fdcrip' |
Philips FDCR protocol (Sopho iS3000 etc) |
'genericrecs' |
Generic records |
'intertel' |
Inter-Tel/Mitel Axxess & 5000 |
'isdx' |
Realitis/iSDX binary |
'nec' |
NEC NEAX 2400 serial |
'necip' |
NEC NEAX 2000/2400 over TCP/IP |
'nortel' |
Nortel Meridian and Norstar |
'udp' |
Internal UDP ASCII decoded packets |
'udpbin' |
Internal UDP Binary packets |
New protocols can be added using Lua scripting.
Script added protocols will have a *
prefix.
e.g. '*neax'
The c.chnl[#].src.protocol.params='xon=1;codes=0;timeout=1000'
string contains a semicolon separated list of parameters for the protocol.
The protocol can define extra settings that are decoded and displayed on the web configuration page.
The parameter values are parsed and populated into the Lua protocol table p
that's passed to each of the protocol scripting calls.