Page 1 of 1

INBOUND DID Call FW TO EXT...

PostPosted: Tue Sep 17, 2013 5:04 am
by heart200306
hello Sir

how can I forward Incoming DID call to Extensions . Appropriate your help .

DID Route -> Exten> 1234

I can fw only single ext . IS it possible fw to different more ext ??

Asterisk 1.4.44-vici

ISO ::ViciBox.x86_64-4.0.3.iso
ViciBox Server v.4.0!
SVN Version: 1953
DB Schema Version: 1341
Server :Cluster
VERSION: 2.6-396a
BUILD: 130402-2322

: No senguma , No other SW install

Re: INBOUND DID Call FW TO EXT...

PostPosted: Tue Sep 17, 2013 6:44 am
by striker
option1
Create a Ingroups
Create some remote agengts (check vicidial manager manual to create remote agent options) by selecting the above ingroup
Point your DID to that Ingroup
based on the ring startegy the phones will ring.


option2
create a custom dial as below to ring all the extensions simultaneously
exten => 1234,1,Dial(SIP/100&SIP/101&SIP/102&SIP/103)
exten => 1234,2,Hangup

Poitn your DID to exten=> 1234

Re: INBOUND DID Call FW TO EXT...

PostPosted: Mon Nov 04, 2013 2:18 am
by heart200306
Nice Striker .. very helpful .

Re: INBOUND DID Call FW TO EXT...

PostPosted: Wed Nov 06, 2013 2:08 am
by heart200306
Hello Striker

where should I set Dial plan ? Is Inbound Carrier in Dial Plan Entry or Outbound Carrier ? Also should I create an ext 1234 ? please advise

Re: INBOUND DID Call FW TO EXT...

PostPosted: Wed Nov 06, 2013 4:02 am
by heart200306
Thank you Striker. Using the remote agents and on-hook it works like a charm. I appreciate the assistance. but I need to learn Dial Plan also .let me know details where should i set dial plan please.

Re: INBOUND DID Call FW TO EXT...

PostPosted: Fri Nov 08, 2013 2:54 pm
by lark
you can set it in carriers or manually in asterisk :roll:

Re: INBOUND DID Call FW TO EXT...

PostPosted: Mon Nov 11, 2013 6:01 am
by striker
you can put that directly in extensions.conf

vi /etc/asterisk/extensions.conf

under default context enter that dialpaln

[default]
...............................
.........................

Re: INBOUND DID Call FW TO EXT...

PostPosted: Mon Nov 25, 2013 3:15 am
by heart200306
Thanks a Lot Striker ,

Re: INBOUND DID Call FW TO EXT...

PostPosted: Sun Dec 01, 2013 11:06 pm
by williamconley
Very good solution. But kind of a bandaid. And not upgrade proof. And requires command line access for each tiny change ...

So a more "Vicidial-ish" solution would be:

Create a campaign for this solution. Then an Ingroup and add the ingroup to the campaign. Set the "Next Agent Call" field to "ring all". Then a user for each phone. Then create a remote agent for each phone (which will require the use of that user just created ...) which would need only the extension number for the phone. Then you will be able to change each remote agent to active or inactive to add them to the ring_all of the ingroup. You can also allow the agents direct access to the remote agent interface to allow them to log themselves in/out during the day (if they want to shut their phone up ... or are on vacation for a few days it may be good to silence the phone ...).

Beware using the existing user if they are also going to act as logged in agents, since this would require deactivating the remote agent who would otherwise already be logged in as that user. Best to create a new user to avoid the overlap.

Admittedly complex, but once configured will have statistical reports available and be easily modified within the Vicidial interface. You'll even get a RealTime screen to watch for that new campaign to see who has been answering the phone all day (and who hasn't!) and who is on the phone right now.

Re: INBOUND DID Call FW TO EXT...

PostPosted: Wed Jan 08, 2014 6:19 am
by heart200306
ThANKS DEAR !! lET ME TRY :d