bar top left
bar top right
left curve
right curve
Welcome, Guest

Adding mulitple Free dir asst. in your dialplan
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: Adding mulitple Free dir asst. in your dialplan
#9403
Adding mulitple Free dir asst. in your dialplan 3 Years, 5 Months ago Karma: 1
Here is how you can easily get free directory assistance to all your extensions using both free411 and goog411!

First lets make a recording.

Say Something like
"For free 411 press 1, for google 411 press 2"

Now open extensions_custom.conf

Add these this into the file

[custom-free411]
exten => s,1,playback(pls-wait-connect-call)
exten => s,2,Dial(SIP/18003733411@vitel-outbound,120,m)

[custom-goog411]
exten => s,1,playback(pls-wait-connect-call)
exten => s,2,Dial(SIP/18004664411@vitel-outbound,120,m)


Be sure to change the name of the outbound trunk in these custom contexts. Mine was vitel-outbound since I use Vitelity.

Next, in Freepbx go to custom destination.
add these into 2 separate Custom Destinations,
custom-free411
custom-goog411

Create a new IVR, name it 411. Select press 1 to go to destination custom-free411 and press 2 for custom-goog411.

Now on to Misc Application
Create a new one
Destination: Free411
Feature code: *411
Destination: IVR 411

Now dial *411, follow the prompts and enjoy.






If this tutorial helped you please pass on some good karma!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
snowspeeder
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2008/08/13 17:26 By snowspeeder.
Reply Quote
 
#9413
Re:Adding mulitple Free dir asst. in your dialplan 3 Years, 5 Months ago Karma: 39
Cool Thanks a lot for your tip, too bad we don't have those services in Ecuador.

Regards,

Rafael

PS. +1 for your karma
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
rafael
Free Software is all about freedom
Administrator
Posts: 1459
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Elastix Location: Ecuador Birthday: 10/11
Reply Quote
 
#13132
Re:Adding mulitple Free dir asst. in your dialplan 3 Years, 2 Months ago Karma: 8
snowspeeder wrote:
Here is how you can easily get free directory assistance to all your extensions using both free411 and goog411!

First lets make a recording.

Say Something like
"For free 411 press 1, for google 411 press 2"

Now open extensions_custom.conf

Add these this into the file

[custom-free411]
exten => s,1,playback(pls-wait-connect-call)
exten => s,2,Dial(SIP/18003733411@vitel-outbound,120,m)

[custom-goog411]
exten => s,1,playback(pls-wait-connect-call)
exten => s,2,Dial(SIP/18004664411@vitel-outbound,120,m)


Be sure to change the name of the outbound trunk in these custom contexts. Mine was vitel-outbound since I use Vitelity.


Better yet, instead of using something so carrier specific, use a string that will allow use of any of your trunks that supports toll-free calling. for example.....

exten => s,2,Dial(Local/18003733411@outbound-allroutes,120,m)

.....should work and does not limit you to any particular provider, nor force you to make changes if you switch providers.


snowspeeder wrote:
Next, in Freepbx go to custom destination.
add these into 2 separate Custom Destinations,
custom-free411
custom-goog411

Create a new IVR, name it 411. Select press 1 to go to destination custom-free411 and press 2 for custom-goog411.

Now on to Misc Application
Create a new one
Destination: Free411
Feature code: *411
Destination: IVR 411

Now dial *411, follow the prompts and enjoy.


There's also a way to intercept calls if people dial 411 or 1-xxx-555-1212, etc. - see www.freepbx.org/support/documentation/ho...ssistance-in-the-usa - but that does not give you the option to select which service you want to use from an IVR menu. I'm sure you could combine these methods if you wanted to intercept calls that people might make to expen$ive directory assistance, and force them to make a choice from among the free providers.

For example, on the above link it tells you to create a custom trunk with a Custom Dial String, in the form: Local/number-to-call@outbound-allroutes. I'll bet you could replace that with something like Local/*411@from-internal (I think) to go to your IVR menu. Haven't tested that theory but I'll bet it might work.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
wiseoldowl
Senior Boarder
Posts: 251
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1
Moderators: Bob, jgutierrez