GUI Update Does Not reflect in database and recording prob.
Posted: Wed Jan 23, 2008 1:36 pm
Hello Gurus,
If i am adding multiple Dial Status 1: Dial Status 2: etc. like A, Busy, CALLBK from GUI in any campaign. It is reflecting in DB vicidial_campaign table in dial_statuses but it is not showing in dial_status_a, dial_status_b. etc.
What`s the difference between both.
Another problem is that auto recording means ALL FORCE recording is not working.
1. In users set the flag Vicidial Recording=1
2. In campaign Campaign Recording:ALLFORCE
3. Campaign Rec Filename: CAMPAIGN_TINYDATE_CUSTPHONE
4. Recording Delay=0
5. In extensions.conf.
; value as a callerID recordings go to /var/spool/asterisk/monitor (WAV)
exten => 8309,1,Answer
exten => 8309,2,Monitor(wav,${CALLERIDNAME})
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup
6. Campaign Rec exten:8309
Still auto recording is not working. I need to manually start recording though i have given ALLFORCE
Thanks
If i am adding multiple Dial Status 1: Dial Status 2: etc. like A, Busy, CALLBK from GUI in any campaign. It is reflecting in DB vicidial_campaign table in dial_statuses but it is not showing in dial_status_a, dial_status_b. etc.
What`s the difference between both.
Another problem is that auto recording means ALL FORCE recording is not working.
1. In users set the flag Vicidial Recording=1
2. In campaign Campaign Recording:ALLFORCE
3. Campaign Rec Filename: CAMPAIGN_TINYDATE_CUSTPHONE
4. Recording Delay=0
5. In extensions.conf.
; value as a callerID recordings go to /var/spool/asterisk/monitor (WAV)
exten => 8309,1,Answer
exten => 8309,2,Monitor(wav,${CALLERIDNAME})
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup
6. Campaign Rec exten:8309
Still auto recording is not working. I need to manually start recording though i have given ALLFORCE
Thanks