regarding the inbound calls
Posted:
Mon Aug 26, 2013 10:05 am
by pagmasakpan
Does a vicidial have an option to set an inbound that a customer can select an extension phone thru dialer?
coz I dont want a customer will direct to the available agents that available if he/she wants to call..
Re: regarding the inbound calls
Posted:
Sun Sep 01, 2013 7:51 am
by rrb555
i am also interested on this part.
or a call to inbound number then customer will select the login agents available?
Re: regarding the inbound calls
Posted:
Thu Sep 05, 2013 2:56 am
by striker
you can use "If you know the extension dial it ” option to a Call Menu with
AGENTDIRECT DID entries"
point the DID to a callmenu and play a voicefile , "if you know the extension dial it" and put the below dialplan in custom dialplan field
exten => _XXXX,1,Playback(/var/lib/asterisk/sounds/beep)
exten => _XXXX,n,Goto(trunkinbound,${EXTEN},1)
and create DID pointting to Agent with AGENTDIRECT INGRoup selected.
for more refece see page no 39 in vicidial manager manual.