Hello,
I am trying to pass callerid and callername to my outgoing call using Career oubound ip.
I have one did set up that assign to one ingroup that configure in campaign in allowed Inbound Groups. In the InGroup I have set up No Agent No Queue = Y and action is EXTENSION which is one of my agent cell phone number.
So the purpose is, when call comes in on that did, it should route the call to that agent's cell phone. In campaign, my custom caller id = N and Campaign CallerID = UNKNOWN ( i think this is why agent cell phone gets UNKNOWN for all calls)
This is my dial plan entry for Vitelity Career
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Set(CALLERID(name)=${CALLERIDNAME})
exten => _91NXXNXXXXXX,3,Set(CALLERID(number)=${CALLERID(num)})
exten => _91NXXNXXXXXX,4,Dial(${vitel}/${EXTEN:1},,tTor)
exten => _91NXXNXXXXXX,5,Hangup
I am not sure what step I am missing but i wanted to pass actual caller id to agent's cell phone and not UNKNOWN through campaign. Can someone please help me here, am I missing any step or misconfigured anything?
I have recently installed GoAutoDial ce 2.1
thanks