General and Support topics relating to ViciDialNow and GoAutoDial ISO installers
Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
by devplan1 » Tue Aug 05, 2008 10:58 am
My carrier returns for vacant nbrs a fast-busy tone.
How could I setup my campaign to have those numbers detected and marked automatically as bad or vacant in mysql and not have them dialed anymore?
I'll guess - what I need is a script for that.
Has anyone successfully configured such a scenario?
rgds, devplan1
-
devplan1
-
- Posts: 9
- Joined: Fri Feb 08, 2008 8:57 pm
by mflorell » Tue Aug 05, 2008 4:10 pm
What kind of circuit do you have?
Who is your carrier?
Asterisk version?
-
mflorell
- Site Admin
-
- Posts: 18383
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by devplan1 » Wed Aug 06, 2008 3:41 am
I have a plain DSL using sip registration. My provider is Call-labs.com.
I am running vicidialnow 1.0 final - December 20, 2007 with Centos 5.0
In extensions.conf I added R in the dial command and by that I get fast-busy on bad numbers.
-
devplan1
-
- Posts: 9
- Joined: Fri Feb 08, 2008 8:57 pm
by mflorell » Wed Aug 06, 2008 9:34 am
What SIP code does your carrier return upon fast busy?
-
mflorell
- Site Admin
-
- Posts: 18383
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by devplan1 » Wed Aug 06, 2008 12:02 pm
SIP/2.0 404 Not Found
rgds, devplan1
-
devplan1
-
- Posts: 9
- Joined: Fri Feb 08, 2008 8:57 pm
by mflorell » Wed Aug 06, 2008 1:41 pm
Do you know what HANGUPCAUSE and DIALSTATUS is being reported as on those calls within Asterisk?
(these two will show up in the 'h' hangup action in your Asterisk CLI when VICIDIAL calls end)
-
mflorell
- Site Admin
-
- Posts: 18383
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by mflorell » Wed Aug 06, 2008 2:44 pm
Actually Asterisk will convert the SIP code to a HANGUPCAUSE since it is not only for PRIs.
do you have the 'h' exten in your dialplan?
-
mflorell
- Site Admin
-
- Posts: 18383
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by devplan1 » Wed Aug 06, 2008 4:01 pm
I have only one part within extensions.conf that has 'h' exten:
- Code: Select all
exten => 8400,1,Verbose(1,-creating conf ${CALLERID(num)})
exten => 8400,n,Verbose(1,--adding party)
exten => 8400,n,MeetMe(${CALLERID(num)},qF)
exten => h,1,MeetMeCount(${CALLERID(num)},COUNT)
exten => h,n,GotoIf($[ ${COUNT} > 0 ]?kick:hang)
exten => h,n(kick),Verbose(1,Kicking conf ${CALLERID(num)})
exten => h,n,MeetMeAdmin(${CALLERID(num)},K)
exten => h,n(hang),Hangup()
Is that in the correct place or do I need also such entries somewhere else?
I have also in the same file:
- Code: Select all
; FastAGI for VICIDIAL/astGUIclient call logging
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log)
exten => h,2,DeadAGI(agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI -----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}----
Btw, I just realized that my call-log-agi is remarked - maybe that's why I couldn't supply your requested HANGUPCAUSE / DIALSTATUS data:
- Code: Select all
; dial international outbound number (for vicidial)
exten => _00Z.,1,AGI(agi://127.0.0.1:4577/call_log)
;exten => _00Z.,1,AGI(call_log.agi,${EXTEN})
exten => _00Z.,n,Dial(${TRUNK_INTERNATIONAL}/${EXTEN},,tTRo)
exten => _00Z.,n,Hangup()
rgds, devplan1
-
devplan1
-
- Posts: 9
- Joined: Fri Feb 08, 2008 8:57 pm
by mflorell » Wed Aug 06, 2008 4:08 pm
I would recommend upgrading to 2.0.4.1rc3. There are several bug fixes there that are not in the version you are using.
-
mflorell
- Site Admin
-
- Posts: 18383
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by devplan1 » Wed Aug 06, 2008 4:52 pm
Ok. Would the recommended upgrade do what I asked for at the beginning?
How could I setup my campaign to have those numbers detected and marked automatically as bad or vacant in mysql and not have them dialed anymore?
rgds, devplan1
-
devplan1
-
- Posts: 9
- Joined: Fri Feb 08, 2008 8:57 pm
by mflorell » Wed Aug 06, 2008 5:57 pm
I do not know, there were changes to that portion of the code though.
-
mflorell
- Site Admin
-
- Posts: 18383
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
Return to ViciDialNow - GoAutoDial
Who is online
Users browsing this forum: No registered users and 94 guests