cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
838
Views
0
Helpful
3
Replies

Outbound Option Issue

corey.mckinney
Level 1
Level 1

I've created some new Campaigns in the UCCE Outbound Option.  Everything seems to be working correctly, except the dialer is not labeling the calls with a BAResponse variable.  For example, if the dialer detects a live voice, it should set the BARespnse variable to CPA_Voice.  If it detects an answering machine, it should set the variable to CPA_AnswerMachine.  Right now the BAResponse variable field in CAD is blank.

Can anyone assist me with setting that variable?  I need to run an IF node referencing that variable.

Thank you,

Corey

3 Replies 3

Can you confirm via the dialer log if the dialer detects the voice?

david

Where is the dialer log located?  Are you talking about the Dialer_Detail table?

Hi Corey,

First you will have to make sure the logs are set to the correct level

--------

- Increase the badialer process logs

- In HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems, Inc.\ICM\\Dialer\EMS\CurrentVersion\Library\Processes\baDialer set

EMSTraceMask=0xff

EMSUserData=ff ff  (4 f’s – binary mode)

In HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems, Inc.\ICM\\Dialer set the

DebugDumpAllEvents to = 1

-------

Once the issue is seen or recreated you can collect the logs from the dumputility

-------

c:\>cd /icm//dialer/logfiles

C:\>dumplog badialer /bd mm/dd/yyyy /bt hh:ss /ed mm/dd/yyyy /et hh:ss /of c:/badialer001.txt

--------

Anuj