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

Caller to enter a PIN before connection to queue
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: Caller to enter a PIN before connection to queue
#105095
Caller to enter a PIN before connection to queue 11 Months, 3 Weeks ago Karma: 0
Hello all,

I just wanted to know if there was a way a caller can enter PIN number before the call was connected to a queue/ringgroup.

I'm afraid I don't know anything about behinds the scenes in Asterisk - I know there will be a way of using the Misc Destinations option, but wouldn't know where to start.

Is this something anyway has done or can help me in anyway?

Thanks!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
flubit
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#105436
Re:Caller to enter a PIN before connection to queue 11 Months, 2 Weeks ago Karma: 210
Before going into the queue, does the call comes from an IVR?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jgutierrez
support@elastix.com
Moderator
Posts: 4914
graphgraph
User Offline Click here to see the profile of this user
Gender: Male jgutierr_007@hotmail.com Location: Santiago de Guayaquil - Ecuador Birthday: 08/07
Do you want a fast response service?
Do you want more help?
Try our Official Elastix Paid Support Service(English/Español):
support.palosanto.com/elastixChatServer.php

Get your support tickets from:
store.palosanto.com


Soporte Elastix Palosanto Solutions
Santiago de Guayaquil
Reply Quote
 
#105461
Re:Caller to enter a PIN before connection to queue 11 Months, 2 Weeks ago Karma: 0
Hello,

Thanks for your reply - yes it is coming from an IVR first.

Basically, an incoming call hits an IVR, then after pressing one, I want it to ask for a code before connecting onto a ring group or queue.

Thanks!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
flubit
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#105504
Re:Caller to enter a PIN before connection to queue 11 Months, 2 Weeks ago Karma: 210
What I would do is the following:

1) Create a misc destination, and set on the dial box the following: *001#

2) Go to my IVR, and for option 1, instead of choosing the queue, I would choose the previous created misc destination

3) Edit /etc/asterisk/extensions_custom.conf
[from-internal-custom]
exten => 1234,1,Playback(demo-congrats) ; extensions can dial 1234
exten => 1234,2,Hangup()
exten => h,1,Hangup()
include => agentlogin
include => conferences
include => calendar-event
include => weather-wakeup
exten => *001#,1,Authenticate(007)
exten => *001#,n,Goto(ext-queues,503,1)


4) Execute:
asterisk -rx "module reload"

Where 007 will be the password, and 503 represents the queue number
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jgutierrez
support@elastix.com
Moderator
Posts: 4914
graphgraph
User Offline Click here to see the profile of this user
Gender: Male jgutierr_007@hotmail.com Location: Santiago de Guayaquil - Ecuador Birthday: 08/07
Do you want a fast response service?
Do you want more help?
Try our Official Elastix Paid Support Service(English/Español):
support.palosanto.com/elastixChatServer.php

Get your support tickets from:
store.palosanto.com


Soporte Elastix Palosanto Solutions
Santiago de Guayaquil
Reply Quote
 
#105857
Re:Caller to enter a PIN before connection to queue 11 Months, 1 Week ago Karma: 0
jgutierrez,

Thank you very much! I will give this a try and report back
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
flubit
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#105865
Re:Caller to enter a PIN before connection to queue 11 Months, 1 Week ago Karma: 0
This works perfectly! Thank you very much!

My next question is, can I have more than one code for the same queue? Not an issue if not, just be very handy.

Thanks so much once again!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
flubit
Fresh Boarder
Posts: 4
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

elastix

Protected by Spam Fighter