similar to: DISA and AGI: authenticate by caller ID?

Displaying 20 results from an estimated 1000 matches similar to: "DISA and AGI: authenticate by caller ID?"

2004 Jul 02
0
DISA and AGI: authenticate by caller ID? (resolved)
Here is some code to do authentication by caller ID for DISA through AGI. My original code had a bug in the Mysql query code, and there was a hangup in the wrong place [that's what I get for coding something at 2:00am], but the attached code works correctly. Take note of the REGEXP for the CallerID variable. When I tested the code from the PSTN it worked because there was no name component,
2004 Jun 10
4
How to get the Called id with AGI
Hi all, Is there a way to get the "called id" (the B number) with AGI perl ? I know how to get the caller id which is working fine and is just below: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $callerid = $input{'callerid'}; $AGI->say_digits($callerid); } Thanks in advance, Angel.
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
Hello everybody, I'm a C/C++ consultant working for Ericsson. I changed the OpenSSH-Portable code to add a new criteria into the Match sshd_config option read by the sshd server. The new criteria is "Subsystem"; so a conditional block based on subsystem client request can now be added to the sshd_config configuration server file to override settings in its global section.
2006 Apr 26
3
astcc: need partial pin code
I have not used astcc with pin codes so far, since I set-up the phone number as card number. Some of my users want now to dial in to the system and than use their card, which is their phone number. For that I would need a way of authentication, like a pin. I want to use something like: What is your card number: <user keys in the number> Enter your pin: <user enter a long pin>
2003 Nov 27
1
AGI (IF/ELSE)
I need some help with some statements..... #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my $callerid = $input{'callerid'}; if ($optemp != 1) { my $empid = $AGI->get_data('employee',-1,5); $AGI->stream_file(entered); $AGI->say_digits($empid); my $optemp =
2009 Nov 05
1
Asterisk 1.4 DISA is jumoing after one digit in the DISA context
Dear list, I have problems with DISA on an specific server with Asterisk 1.4.26.2. After starting DISA I can only press one key and DISA is jumping direct into the context without waiting for further digits. In dtmf.log I found this: [Nov 6 00:09:28] DTMF[2413] channel.c: DTMF begin '7' received on SIP/214-00d92db0 [Nov 6 00:09:28] DTMF[2413] channel.c: DTMF begin passthrough
2005 Jul 25
2
DISA disconnects
DISA is currently disconnecting when I dial 8888 to access DISA. Below is my extensions.conf file from A@H and some lines which shows the disconnect. Should DISA be loaded as a module in modules.conf? When I do a 'show applications' i see that DISA is there. Help! -------------------------------------- ;Asterisk CLI as I placed a call from cell into the system. Playing
2005 Mar 21
1
DISA Hangs up after DTMF is sent
Hey, this is happening to anyone who I try this with. We get into the DISA, then hear the dial tone. Dial 1 then start dialing the number, and it hangs up. I thought adding a wait time after the DISA may help, I was wrong. Here is what I have thus far in the DISA extentions. [DISA] exten => 7,1,DISA(no-password||"Scheda" <565> 455-1337) exten => 7,2,Wait(45) exten =>
2005 Jun 05
2
Disa - how it returns on user not dialing any numbers ?
Hi, I'd like to use DISA properly for my case - I'd like to handle it right, if user when in DISA doesn't dial any number - how does Asterisk return from DISA cmd ? I'd like to dial some default number if user doesn't dial anything or give him some message - but I don't know what gets executed after DISA if nothing is dialed .... I'm reading this on wiki, but
2006 Nov 28
1
Attn: DISA Experts(Strange problem with DISA)
Hi Friends, I am facing a strange problem with DISA. I have installed and configured Trixbox. I've created a secret extension i.e., 555 and called this extension in Digital Receptionist using custom extension i.e., created in extensions_custom.conf file. When I call from my mobile phone to my PSTN number, which is connected to FXO port, my IVR is responding. After entering my DISA
2005 Mar 19
1
DISA -> macro = congestion
When I use DISA I get congestion when I try to reach 1-800-number: Here is the context: [disa] exten => 087,1,Answer exten => 087,2,DigitTimeout,8 exten => 087,3,ResponseTimeout,20 exten => 087,4,Authenticate(985) exten => 087,5,DISA(951|disa-access) [disa-access] include => tollfree include => outgoing-voipjet [tollfree] ; ; terminate toll-free no.'s via fwdnet ; US
2005 May 10
2
DISA
We are using DISA with local SIP users. The user enters in a 2 digit code then they get a dialtone and the phone dials out. The problem is that the calls waits 10 seconds after the outgoing number is dialed, no matter what I put for the timeout values. Anyone else using DISA that has run into this? exten => _2X,1,Answer exten => _2X,2,DigitTimeout(2) exten =>
2006 Jun 05
2
DTMF and DISA
Hi Folks, I'm trying to test out Asterisk overall. I'm having some problems with DTMF. Currently I'm playing with DISA, but I'm worried this will happen when I get to implementing AAs etc. I have a free SIP trunk from IPKall that I'm trying to make work. I'm able to receive calls, and I've now setup and extension with DISA and a password. I connect ok from the
2003 Nov 26
3
AGI - CallerID ??
I have a client who needs an application for there field techs to call in when they arrive on site and when they leave. The logic behind it seems pretty simple. I am going to write something in AGI to capture some DTMF tones and update this data into MySQL to run some reports from. But here's my initial problem. I have started to create a simple AGI script to capture the CallerID, but I
2006 Mar 13
2
DISA & SPA3000 issues
Hi, These days I run into something quite odd. I have an A@H that was modified to meet our requirements. We have a completely funtional DISA which we use pretty much all the time. I works flawlessly with incomming SIP calls from several providers, IAX calls from FWD and with ZAP. Recently we came out with a situation where it doesn't work... with a
2005 Aug 16
1
DISA over Zap (TE110P) issues on * STABLE 1.0.9
Hi ! Did anyone had issues/managed to solve issues with DISA over Zap channels on * 1.0.X (STABLE) ? I have a situatuion where DTMFs that should be recognized in DISA work over SIP channels and do not work over ZAP channels (Zap channels are on TE110P) I have in default context: exten=> 299,1,DISA(no-password|default) and I have SIP extension 200 in [default] and I have Zap trunk which
2003 Jun 15
3
Voicemail and DISA fixes
I've commited changes to Voicemail2: * Handle properly when being left a message while checking VM -- this should fix the "saving to your inbox" issue too, at least in principle. And to DISA: * Properly handle extensions with multiple matches and "dots" Please let me know on or off list about any feedback you have regarding these changes. Mark
2006 Apr 08
2
question about DISA
Lists, ? ? Hi, good day, i was being task to create a DISA access for internal purpose of the company, i'm having a problem to work with it with authentication, but i think it's really a straight forward thing to do, can someone enlight me on this. thanks ? sample code snippet ? ???? exten => 5,Goto(inward,s,1) ? [inward] ? ?????????? exten => s,1,Disa(1234|outgoing) ?????????? ;
2003 Oct 14
1
DISA and ringing tone
Hi I am using DISA to get my Polycom SoundPoint400 with H323 firmware to connect to * I have it working, but when I dial SIP end points there is no ringing tone on the phone. DISA gives dial tone but does not give ringing (if I understand correctly it is because it expects to transmit sound created by terminating side of the call) Is there a way to make DISA application to generate ringing
2009 Sep 29
3
chanspy and DISA
Hello all, OS OpenSuSE 10.3 * ver 1.4.26.2 zaptel ver. 1.12 Digium TE122 I have a request for remote users to be able to dial through the system so that the sales managers can barge/chanspy on the sales force. I have the DISA part working with authentication(rather straight forward) but what I can not figure out is how to enable the supervisors to be able to barge on these calls. Is there a