Page 1 of 1

How to Configure DID Extentions to my DID Numbers

PostPosted: Sat Mar 22, 2014 11:56 am
by muraliadupa
Hi Team!

Software Used for Dialer Installation

GoAutoDial 2.1 Distro
Vicidial SVN 2.4-309a BUILD: 110430-1642
Asterisk 1.4.39.1-vici
DAHDI 2.4.1
CentOS 5.6

No extra softwre/hardware used

Used PRI SIP trunk Line for my DID (100 Channels)

I installed using above things and configured outbound campaign, it worked perfectly.

Now I am trying to create INBOUND Campaign using my DID. The DID Number is: 67254444
I created Ingroup, Added DID Number, I setup everything reading vicidial manager manual.
And I successfully got incoming Call for above number. But the Main thing is I am unable to create the extentions for the above DID.
Kindly help me in configuring Extentions for the above DID number. The DID provider gave me 100 extentions (67254400 to 67254499)

sip trunk i created is:

[SIPtrunk]
type=friend
username=67254444
secret=XXXX
host=10.0.67.2
context=trunkinbound
insecure=very
permit=10.0.67.2/8
disallow=all
allow=ulaw
allow=alaw
allow=g729
dtmfmode=rfc2833
nat=no
canreinvite=no
directmedia=no
directrtpsetup=no

Kindly help me in configuring DID extentions .
Thanks in advance!
muraliadupa

Re: How to Configure DID Extentions to my DID Numbers

PostPosted: Sat Mar 22, 2014 6:02 pm
by williamconley
Those inbound numbers (67254400 to 67254499) are not extensions. They are each an individual DID. Extensions are INTERNAL numbers that YOU choose. DIDs are numbers that the public can dial, which will route to your VOIP Provider, and then they will route the call to you. Your asterisk server will get the call and send it to the Vicidial scripts (if configured properly) and then Vicidial will route the inbound DID call according to the configuration for that DID under "Inbound -> DIDs".

Re: How to Configure DID Extentions to my DID Numbers

PostPosted: Sat Mar 22, 2014 11:25 pm
by muraliadupa
Thanks for the reply williamconley . I have one mor edoubt...So I need to add each and every DID in "Inbound -> DIDs"? for every DID number???
and is there any additional configuration is to work all DIDs to one default INGROUP.? bcoz Im new to inbound. pl help me in this.

Re: How to Configure DID Extentions to my DID Numbers

PostPosted: Mon Mar 24, 2014 4:48 am
by geoff3dmg
If you have several DIDs you want to work the same way, just setup one and test until it's correct. Then use the 'copy DID' option in the admin interface.

Re: How to Configure DID Extentions to my DID Numbers

PostPosted: Mon Mar 24, 2014 7:38 am
by muraliadupa
Thansk for the quick reply geoff3dmg. I've done now all DIDs are functioning.

Re: How to Configure DID Extentions to my DID Numbers

PostPosted: Mon Mar 24, 2014 9:16 pm
by williamconley
Also note that this is something for which you can use the Default DID, but the danger there is that any DID you do not configure WILL land there. So forgetting to configure one will cause it to "mix in" with the others.

Re: How to Configure DID Extentions to my DID Numbers

PostPosted: Tue Mar 25, 2014 1:35 pm
by muraliadupa
Thanks williamconley for the instructions.