- The PABX ouput must be set to the following single line comma
delimited text string (fields in the same sequence):- Code: Select all
"Call start","Call duration","Ring duration","Caller","Direction",
"Called_number","Dialled_number","Account","Is_Internal","Call ID",
"Continuation","Party1Device","Party1Name","Party2Device","Party2Name",
"Hold_Time","Park_Time"
- Plugin: PAvaya_IP_Office.dll,version "2006.6.7.1" or newer.
SMDR data for Avaya IP Office:
Sample of output data:
Example 1: Lost Incoming Call
- Code: Select all
2002/06/28 09:28:41,00:00:00,9,8004206,I,4324,4324,,0,1000014155,0,E4324,Joe Bloggs,T9161,LINE 5.1,0,0
Example 2: Incoming transfer(To Voice Mail)
- Code: Select all
2002/06/28 09:30:57,00:00:13,7,01707392200,I,299999,299999,,0,1000014160,1,E4750,John Smith,T9002,LINE 1.2,11,0
2002/06/28 09:30:57,00:00:21,0,01707392200,I,299999,299999,,0,1000014160,0,V9502,VM,Channel 2,T9002,LINE 1.2,0,0
Example 3: Outgoing Call
- Code: Select all
2002/06/28 08:55:02,00:08:51,9,4797,O,08000123456,08000 123456,,0,1000014129,0,E4797,Joe Bloggs,T9001,LINE 1.1,0,0
Example 4: Voice Mail Call
- Code: Select all
2002/06/28 09:06:03,00:00:19,0,4966,O,Voicemail,VoiceMail,,1,1000014131,0,E4966,John Smith,V9501,VM Channel 1,0,0
Example 5: Internal Call
- Code: Select all
2002/06/26 10:27:44,00:00:44,4,4688,O,4207,4207,,1,1000013898,0,E4688,Joe Bloggs,E4207,John Smith,0,0
Example 6: Park Call
- Code: Select all
2002/06/26 11:33:06,00:02:11,10,8004200,I,4688,4688,,0,1000013937,0,E4688,John Smith,T9162,LINE 5.2,0,94
Example 7: Outgoing call on hold
- Code: Select all
2002/06/26 12:47:22,00:10:36,4,4636,O,07989123456,07989123456,,0,1000013978,0,E4636,Joe Bloggs,T9001,LINE 1.1,7,0
Example 8: Incoming call with account code
- Code: Select all
2002/06/28 11:29:12,00:00:02,2,5002,I,1924,1924,Support Call,0,1000014169,0,E1924,Extn1924,T9620,LINE 8.20,0,0
Example 9: Conference
- Code: Select all
2002/06/28 11:34:45,00:00:05,2,1924,O,1918,1918,,1,1000014176,0,E1924,Extn1924,Extn1918,0,0
2002/06/28 11:34:39,00:00:07,1,1919,O,1924,1924,,1,1000014177,0,Extn1919,E1924,Extn1924,0,0
Example 10: Conference 2
- Code: Select all
2002/06/28 11:59:25,00:00:08,1,1924,O,1918,,1,1000014178,0,E1924,Extn1924,E1918,Extn1918,0,0
2002/06/28 11:59:18,00:00:11,1,1924,O,1919,1919,,1,1000014179,0,E1924,Extn1924,E1919,Extn1919,0,0
Reading the input file with PABX3:
See, PABX3: Input file (with different file name for each day).