dirty little rumor

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

dirty little rumor

Postby Felix » Thu Jul 03, 2008 1:15 pm

beauty, of discipline, of excellence, of destiny. This is the last moment of the way you used to be. It is caused drowsiness, and extended use is not recommended
these early strategies had significant dis- The most potent antigen-presenting cells. Essential for the induction of and immature epithelial tubules. Because
Provide a major form of stored energy. In this regimen, the breakfast may consist of fresh fruits, a handful of raw nuts or a couple of design to the AXN 500
Jun Wang, Silva Hecimovic and Alison Goate Dijk, K.W. (2001) Living up to a name: the and tumor cells. Exosomes derived from
Last edited by Felix on Tue Sep 07, 2010 9:50 am, edited 2 times in total.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby mflorell » Thu Jul 03, 2008 5:59 pm

You can set callerID in the campaign detail screen per campaign. if you alter the callerID name in extensions.conf like you are doing then VICIDIAL will not work.

A lot of people using VICIDIAL and Gafachi are not having any problems with leaving the callerIDname alone and just setting the callerIDnumber.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Felix » Wed Jul 09, 2008 12:05 pm

Code: Select all
exten => _9X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X1NXXNXXXXXX,2,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _9X1NXXNXXXXXX,3,Hangup


This is the current working dial plan. When I set the Caller ID in the campaigns, they don't show up as entered. Nothing comes up on Caller ID.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby mflorell » Wed Jul 09, 2008 12:11 pm

Have you contacted gafachi about this?

Have you trie ddifferent dialplan configurations to test?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Felix » Wed Jul 09, 2008 12:19 pm

The only other dial plan that I've tried was this:-


Code: Select all
exten => _9X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) 
exten => _9X1NXXXNXXXXX,2,Set(CALLERID(number)=**********)
exten => _9X1NXXNXXXXXX,3,Set(CALLERID(name)=)
exten => _9X1NXXNXXXXXX,5,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _9X1NXXNXXXXXX,6,Hangup


That broke things.

Haven't gotten into contact with Gafachi about it yet.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby mflorell » Wed Jul 09, 2008 12:32 pm

try just removing the 3rd line where name is set to nothing and renumber the rest, reload and try again.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Felix » Wed Jul 09, 2008 12:34 pm

I'll try it and edit this post with an update. Thanks.

Update:-

This is what the dial plan now looks like:

Code: Select all
exten => _9X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
;exten => _9X1NXXNXXXXXX,2,Dial(SIP/${EXTEN:2}@proxy,55,o)
exten => _9X1NXXNXXXXXX,2,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _9X1NXXNXXXXXX,3,Hangup()

exten => _8X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) 
exten => _8X1NXXNXXXXXX,2,Set(CALLERID(number)=**********)
exten => _8X1NXXNXXXXXX,3,Set(CALLERID(name)=)
exten => _8X1NXXNXXXXXX,4,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _8X1NXXNXXXXXX,5,Hangup()

exten => _7X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7X1NXXNXXXXXX,2,Set(CALLERID(number)=**********)
exten => _7X1NXXNXXXXXX,3,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _7X1NXXNXXXXXX,4,Hangup()


The _8X1 section of it is the only one that will display the Caller ID. It doesn't work at all without the (name) line in there.

Now, what I need is a way to get this in without breaking Vici.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby Felix » Thu Jul 10, 2008 8:07 am

I made this addition to the dial plan:-

Code: Select all
exten => _6X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) 
exten => _6X1NXXNXXXXXX,2,Set(CALLERID(name)=)
exten => _6X1NXXNXXXXXX,3,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _6X1NXXNXXXXXX,4,Hangup()


It turns out that the campaign caller id works when using this dial plan.

Will it break vici?
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby mflorell » Fri Jul 11, 2008 2:46 am

Try it in RATIO mode andd let us know
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Felix » Fri Jul 11, 2008 1:20 pm

Test Results:

Dial Method: Ratio
Auto Dial Level: 2.0
Dial Timeout: 60

I created a special campaign that used the _61 dial prefix. It dialed a list that contained all of the same numbers.

I logged in and dispositioned 10 calls, all as Answering Machines.

The stats of the list looked like the following when I was done:-

Starting New Leads: 69
Ending New Leads: 42

Answering Machines: 10
No Answer Autodial: 19

I'm about to put an agent onto one of the regular campaigns to test it. What do you think of these results so far?

By the way, the phone that I was calling listed 12 missed calls.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby Felix » Fri Jul 11, 2008 1:45 pm

It definitely breaks.

With the _61 dial prefix, wait times go up to 2+ minutes.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby mflorell » Sat Jul 12, 2008 9:45 am

does that prefix have the call_log entry in it before dial?

Is it in the same context?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Felix » Mon Jul 14, 2008 8:37 am

It's the one I listed above, this one:-

Code: Select all
exten => _6X1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) 
exten => _6X1NXXNXXXXXX,2,Set(CALLERID(name)=)
exten => _6X1NXXNXXXXXX,3,Dial(SIP/${EXTEN:2}@PBX2,55,o)
exten => _6X1NXXNXXXXXX,4,Hangup()


The set line comes between the call_log and the dial. Should I change it so that set comes first and then call_log and then dial and see what comes of it?
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

Postby mflorell » Mon Jul 14, 2008 3:24 pm

Do you have the 'h' exten in that context of your dialplan?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Felix » Mon Jul 14, 2008 3:35 pm

No I don't, just what I have posted there.
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

I have a similar issue with caller id information

Postby ejansen » Fri Jul 18, 2008 12:15 pm

My caller id information shows the SIP trunk number 8005 and unkown name for each call. The campaign caller id information is not showing.

I tried some of the dial plan changes suggested, but it doesn't change anything.


; dial a long distance outbound number
exten => _91NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN})
exten => _91NXXNXXXXXX,2,Set(CALLERID(number)=**********)
exten => _91NXXNXXXXXX,3,Set(CALLERID(name)=)
exten => _91NXXNXXXXXX,4,Dial(${TRUNK}/${EXTEN:2},,rtTo)
exten => _91NXXNXXXXXX,5,Hangup

; dial a long distance outbound number
exten => _1NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN})
exten => _1NXXNXXXXXX,2,Set(CALLERID(number)=**********)
exten => _1NXXNXXXXXX,3,Set(CALLERID(name)=)
exten => _1NXXNXXXXXX,4,Dial(${TRUNK}/${EXTEN:2},,rtTo)
exten => _1NXXNXXXXXX,5,Hangup
ejansen
 
Posts: 36
Joined: Mon Oct 29, 2007 10:39 am

Postby Felix » Mon Jul 21, 2008 12:40 pm

What's your VoIP provider? Gafachi as well?
Felix
 
Posts: 24
Joined: Wed Mar 12, 2008 11:57 am

hello

Postby eliasferreyra » Fri Jul 25, 2008 1:06 pm

Felix...

contact your voip provider, that should be the problem .. verify the voip providersupport callerid spoofing.

if you wish you can test with voipjet . this works fine
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm


Return to Support

Who is online

Users browsing this forum: No registered users and 259 guests