Hello,
I m having following things installed in my fedora 8 system.
asterisk-1.6.0.26
asterisk-addons-1.6.0.4
dahdi-linux-2.2.1.1
dahdi-tools-2.2.1.1
I have created the call center application for handling inbound and outbound calls. everything is working fine.
From OutBoundCall table outbound calls are generated. when the call center agent is free, my perl script is generating the “.call” file. And the outgoing calls are happening without any problem.
I want to generate CDR report of all the calls. For incoming calls, its generating proper CDR in Master.csv file. But for the outgoing calls generated through “.call” file, the “src” field is not recorded. The “src” field remains blank. I m not able to get the details abt it.
Can you please help me solving this issue ?
Following is my configuration file.
extensopns.conf
[p-1-english-outgoing]
exten => _X.,1,Answer()
exten => _X.,n,Set(MONITOR_FILENAME=${MONITOR_PATH_OUT}/P-1-Eng-${STRFTIME(${EPOCH},%Y%m%d-%H%M)}-${CALLERID(num)})
exten => _X.,n,Queue(Process-1-English-Outgoing,tT,300)
11.call file
RetryTime: 60
Channel: DAHDI/g0/9422600001
MaxRetries: 3
Extension: _X.
Context: p-1-english-outgoing
Archive: Yes
Master.csv file
“”,"","_X.",“p-1-english-outgoing”,"",“DAHDI/1-1”,“Agent/1000”,“Queue”,“Process-1-English-Outgoing,tT,300”,“2010-06-23 13:42:38”,“2010-06-23 13:42:49”,“2010-06-23 13:43:20”,42,31,“ANSWERED”,“DOCUMENTATION”,“1277300558.2”,“agent-1000-1277300569-3.wav”
Thanks for support.
-Urmi