Re: [Asterisk-Users] Authenticating zap callers. (callerid or PIN code)

2003-11-05 Thread Andrew Gillham
Eric Wieling wrote:

"show application disa"

 

Thanks.  I think the reason I have been having so much trouble is that
my initial DTMF is not recognized and I have been hitting it again, holding
it down, etc and my authentication has failed.
My X100P context (now) looks basically like this:
exten => s,1,Dial(SIP/[EMAIL PROTECTED],14)
exten => s,2,Answer ; Answer the line
;exten => s,2,Zapateller(answer) ; Answer since nobody picked up
exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds
exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds
exten => s,5,Background(my-noanswer); "I'm not available, etc..."
exten => s,6,Voicemail2,s1234
exten => s,102,Voicemail2,b1234
exten => 2,2,DISA,12345|local
Turning off the Zapateller made a big difference, I can reliably get to the
DISA check on the first press of '2' rather than having to press it twice
typically.
In either case I am pressing it once the Background() starts, not during
the Zapateller(), but apparently Zapateller() is causing problems for me.
Does anyone else have trouble with DTMF after using Zapateller()?

-Andrew

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Authenticating zap callers. (callerid or PIN code)

2003-11-05 Thread Eric Wieling
"show application disa"

On Wed, 2003-11-05 at 15:31, Andrew Gillham wrote:
> Does anyone have any decent working examples of providing a means for a
> remote caller to authenticate and get "internal" access through the PBX?
> 
> I would like to be able to call in with my cell (or any other line), enter
> a code and then be able to dial just like if I had picked up my IP phone
> at home.
> 
> My initial scenario would be letting me hit a number during my initial
> announcement and then prompting (or just a subtle signal) for a certain 
> code.
> Once the code is entered successfully I would either just get a second dial
> tone, or build an IVR to let me pick the function or service.
> 
> A second scenario might be to just look at the callerid and if it is my cell
> to just throw the call right into the IVR or correct context, etc.
> 
> If anyone has a pointer to sample configs for this I would appreciate it.
> 
> -Andrew
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Sample configs, scripts, more : http://www.fnords.org/~eric/asterisk/

BTEL Consulting 504-899-1387 or 850-484-4545 or 877-677-9643

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Authenticating zap callers. (callerid or PIN code)

2003-11-05 Thread Andrew Gillham
Does anyone have any decent working examples of providing a means for a
remote caller to authenticate and get "internal" access through the PBX?
I would like to be able to call in with my cell (or any other line), enter
a code and then be able to dial just like if I had picked up my IP phone
at home.
My initial scenario would be letting me hit a number during my initial
announcement and then prompting (or just a subtle signal) for a certain 
code.
Once the code is entered successfully I would either just get a second dial
tone, or build an IVR to let me pick the function or service.

A second scenario might be to just look at the callerid and if it is my cell
to just throw the call right into the IVR or correct context, etc.
If anyone has a pointer to sample configs for this I would appreciate it.

-Andrew

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users