Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
; Whisper to agent meetme entry
exten => _473782188600XXX,1,Answer
exten => _473782188600XXX,n,Wait(1)
exten => _473782188600XXX,n,AGI(getAGENTchannel.agi)
exten => _473782188600XXX,n,NoOp(${agent_zap_channel})
exten => _473782188600XXX,n,GotoIf($[ "${agent_zap_channel}" = "101" ]?fin)
exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qw)
exten => _473782188600XXX,n(fin),Hangup()
mubeen wrote:1. Agent to Agent call
In manager manual I can only find agent to agent cal using Agent Direct (making DID and routing it to agent via agent direct). Is there a way I can just dial 3 or 4 digit extension and number is dialled. Actually The manual dial option doesn't allow dialling less than 5 digits.
I haven't verified this at all. What have you tested? Did you load these leads and get the call through the ingroup with "In-Group Call Handle Method" set to CIDLOOKUP? This should acquire the information.mubeen wrote:2. Display Client Name with inbound call
Can't find anything in agent manual (I have older version of Manager Manual, if its in new version please let me know.)
mubeen wrote:3. Wisper option
Again nothing in agent manual but in extensions-vicidial.conf, I did find following but not sure how to use it
- Code: Select all
; Whisper to agent meetme entry
exten => _473782188600XXX,1,Answer
exten => _473782188600XXX,n,Wait(1)
exten => _473782188600XXX,n,AGI(getAGENTchannel.agi)
exten => _473782188600XXX,n,NoOp(${agent_zap_channel})
exten => _473782188600XXX,n,GotoIf($[ "${agent_zap_channel}" = "101" ]?fin)
exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qw)
exten => _473782188600XXX,n(fin),Hangup()
mubeen wrote:4. Listen recording from webpage
This is some issue I'm facing, I'm not sure how to debug this. I can download the recording but can't play directly
williamconley wrote:Agent to agent calls inside the conference is not supported. Conferences are for Prospects. Call the agent's "dialplan entry" directly from the agent's phone instead. After logging out, of course. There is also a setting in System Settings to generate cross-server extensions (useful if you have a multi-server system)
williamconley wrote:I haven't verified this at all. What have you tested? Did you load these leads and get the call through the ingroup with "In-Group Call Handle Method" set to CIDLOOKUP? This should acquire the information.
exten => s,1,Set(CALLERID(name)=${ARG1}-${DB(cidname/${CALLERID(num)})}-${CALLERID(number)})
williamconley wrote:Admin->System Settings -> Enable Agent Whisper Monitoring
Then the "Monitor/Barge" entries in the real time screen will also have a whisper option. Look up how to monitor/barge from the real time screen the manual for more info.
williamconley wrote:You whine a lot.
Consider Admin->System Settings -> Log Recording Access.
What URL are you expecting to have a Play button? Are you on a "Modify Lead" page looking at the list recorded calls for that lead?
mubeen wrote:williamconley wrote:Agent to agent calls inside the conference is not supported. Conferences are for Prospects. Call the agent's "dialplan entry" directly from the agent's phone instead. After logging out, of course. There is also a setting in System Settings to generate cross-server extensions (useful if you have a multi-server system)
Actually I was wondering if I can join certain agent's conference like "barge in" by dialling agents extension but manual dial dosen't allow to dial 3 or 4 digits
mubeen wrote:williamconley wrote:I haven't verified this at all. What have you tested? Did you load these leads and get the call through the ingroup with "In-Group Call Handle Method" set to CIDLOOKUP? This should acquire the information.
I did not tested this on vici but on asterisk I inserted the list in DB manually and set the callerid name if entry founds and display that with phone number
- Code: Select all
exten => s,1,Set(CALLERID(name)=${ARG1}-${DB(cidname/${CALLERID(num)})}-${CALLERID(number)})
Users browsing this forum: Google [Bot] and 118 guests