Multiple TFN

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Multiple TFN

Postby jojo1031 » Fri Oct 02, 2009 6:29 pm

Does anyone here already tried configuring multiple Toll free number on a single campaign?

Hope to hear your inputs.

Thanks,

Jojo
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm

Postby mflorell » Fri Oct 02, 2009 9:53 pm

Yes, I have programmed dozens of 800 numbers with calls coming in going to the same campaign.

admin.php version and build?
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Multiple TFN

Postby jojo1031 » Sat Oct 03, 2009 3:05 am

Hi Matt,

admin.php version and build:
VERSION: 2.0.5-174
BUILD: 90522-0506

Below is my configuration on extension.conf with 3 TFNs pointing to a single campaign and ingroup:

exten => 8001111111,1,Ringing
exten => 8001111111,2,Wait(1)
exten => 8001111111,3,Answer
exten => 8001111111,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8001111111-----Closer-----park----------999-----1-----testcampaign)
exten => 8001111111,5,Hangup

exten => 8002222222,1,Ringing
exten => 8002222222,2,Wait(1)
exten => 8002222222,3,Answer
exten => 8002222222,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8002222222-----Closer-----park----------999-----1-----testcampaign)
exten => 8002222222,5,Hangup

exten => 8003333333,1,Ringing
exten => 8003333333,2,Wait(1)
exten => 8003333333,3,Answer
exten => 8003333333,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8003333333-----Closer-----park----------999-----1-----testcampaign)
exten => 8003333333,5,Hangup

Is my configuration correct? Do I need to create 3 different ingroups for my 3 TFNs?

Thanks,

Jojo
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm

hi

Postby eliasferreyra » Sat Oct 03, 2009 8:51 am

i recommend you use this

exten => 8001111111,1,AGI(agi-VDAD_inbound_calltime_check.agi,testingroup-----YES-----START)
exten => 8001111111,2,Ringing
exten => 8001111111,3,Wait(1)
exten => 8001111111,4,Answer
exten => 8001111111,5,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8001111111-----Closer-----park----------999-----1-----testcampaign)
exten => 8001111111,6,Hangup


the timecheck script matchs with the ingroup calltime and you can use the afterhours configs you can set the recording message for afterhours on the same ingroup :D and your dialplan will be more pro
“Better to remain silent and be thought a fool than to speak out and remove all doubt.”
-Abraham Lincoln
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby jojo1031 » Sun Oct 04, 2009 7:25 am

Thanks for sharing your idea eliasferreyra.

My concern is still unanswered. Any help would greatly appreciated.

Regards,

Jojo
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm

yeah

Postby eliasferreyra » Sun Oct 04, 2009 7:38 pm

yeah i have configured multiple tfn and you r doing correct is good
“Better to remain silent and be thought a fool than to speak out and remove all doubt.”
-Abraham Lincoln
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby jojo1031 » Sun Oct 04, 2009 10:15 pm

Which is better.

1. point all TFN to a single ingroup.
2. create mulitiple ingroups for each TFN.

Thanks,

Jojo
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm

hi

Postby eliasferreyra » Mon Oct 05, 2009 12:33 am

all depends on where you r going to send the calls if is to a different campaigns by numbers


you need to identify the dialed number by the customer
and to this point you have to do diferent dial plans pointing to the campaign that the numbet tfn must be directed
“Better to remain silent and be thought a fool than to speak out and remove all doubt.”
-Abraham Lincoln
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby jojo1031 » Mon Oct 05, 2009 3:45 am

jojo1031 wrote:Which is better.

1. point all TFN to a single ingroup.
2. create mulitiple ingroups for each TFN.




All TFN's will be pointing to a single campaign.
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm

hi

Postby eliasferreyra » Mon Oct 05, 2009 7:34 am

better create a single ingroup and send all calls to the same but doing each number with his own dial plan like haved you do


exten => 8001111111,1,Ringing
exten => 8001111111,2,Wait(1)
exten => 8001111111,3,Answer
exten => 8001111111,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8001111111-----Closer-----park----------999-----1-----testcampaign)
exten => 8001111111,5,Hangup

exten => 8002222222,1,Ringing
exten => 8002222222,2,Wait(1)
exten => 8002222222,3,Answer
exten => 8002222222,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8002222222-----Closer-----park----------999-----1-----testcampaign)
exten => 8002222222,5,Hangup

exten => 8003333333,1,Ringing
exten => 8003333333,2,Wait(1)
exten => 8003333333,3,Answer
exten => 8003333333,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----LB-----testingroup-----8003333333-----Closer-----park----------999-----1-----testcampaign)
exten => 8003333333,5,Hangup
“Better to remain silent and be thought a fool than to speak out and remove all doubt.”
-Abraham Lincoln
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby jojo1031 » Mon Oct 05, 2009 10:21 pm

Thanks eliasferreyra! You're the man! :wink:
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm

Postby mflorell » Tue Oct 06, 2009 8:56 am

Any reason you aren't using the web-based DID configuration within admin.php?
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby jojo1031 » Tue Oct 06, 2009 4:38 pm

I'm used to configure the old way but I will try it. :D
jojo1031
 
Posts: 47
Joined: Sat Jan 26, 2008 4:23 pm


Return to Support

Who is online

Users browsing this forum: No registered users and 111 guests