Displaying 20 results from an estimated 400 matches similar to: "DISA"
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
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
2009 Jul 09
1
Connecting two Asterisk together via SIP + DISA
Hi all,
I need to test the following scenario:
+-----------+ +-----------+
| asterisk 1| | asterisk 2|
+-----------+ +-----------+
| |
| |
_______|__________________|___________
| |
| |
| |
+-------+ +-------+
| ATA 1 |
2004 Jul 01
2
DISA and AGI: authenticate by caller ID?
I'm having trouble getting an AGI exec command to spawn app_disa. The
script executes properly, but does not spawn DISA. The CLI gives no helpful
clues. Am I doing the exec incorrectly?
I want to have a way to authenticate callers to the extension by Caller
ID... if their caller ID is in my database and set to active, they can call
out. [like a calling card but auth'd by CID instead
2003 Jun 14
1
show application DISA
hi all
the help output for DISA ends like below, with the half-sentence 'Note that in
the case'
what's the rest of that sentence?
The file that contains the passcodes (if used) allows specification
of either just a passcode (defaulting to the "disa" context, or
passcode|context on each line of the file. The file may contain blank
lines, or comments starting with
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
Hello... I have a big problem with asterisk. Every time i make a call
asterisk does not bridge the zap channels. The zap channel from which
i'm calling remains in state:ring and applicaton:dial and the zap
channel with the external line configured remains in state:dialling an
Application:AppDial.
Zap/20-1 agentie s 1 Dialing AppDial (Outgoing Line) 09399 (None)
Zap/9-1 int_omg 09399 5 Ring
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
2007 Jun 12
4
write some custom values to CDR table
Hi,
I write the CDR of my Asterisk 1.2.17 server in MySQL database
using cdr_addon_mysql.so.
Now I'm trying to write some custom values to userfield column by
the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in
MySQL cdr table!!
Why? I'm I skeeping something or what?
Taking a look at the URL:
2004 Jun 15
2
using SetCDRUserField in an AGI script
Hi I am trying to use SetCDRUserField in an agi script
but with no success.
I am using the CDR mysql addon, however I can't see it
being at fault as my attempt is not doing anything to
the CVS CD either.
has anyone used this, any hints guidence would be
greatly appreciated.
The syntax I am using is like so ..
res=DoExec('SetCDRUserField','12345');
and then dialing the
2003 Dec 16
1
DISA - Zap/DTMF Problem
Hi guys,
I am trying to use DISA. The scenario is - I call my home number (where
X100P seats) from mobile phone, enter the password, enter international
number and get connected via voiptel. It works perfectly when I call
extension setup with DISA from X-PRO SIP phone, but when I dial into
Zap, It seems that it does not detect DTMF tones. Here is a log and
config files
Please help
2014 Feb 24
1
Add SIPCALLID of egress leg to CDR
Hey all,
I've been fighting with this all morning, and I feel like this should be a
relatively simple task, but I just can't get it to work. I currently have
a very basic asterisk v11.6 setup with a single extension (a Bria
softphone) and a single sip trunk to my carrier.
What I'm trying to accomplish is simply adding the asterisk generated
SIPCALLID of the leg between asterisk and
2017 Dec 27
3
Answered time on channel
It seems that what ever I set in my answer handler does not show up in the
hangup handler. In order to do billing I can't rely on the g option where
the caller hangs up the call. Looks like I can either use h or a hangup
handler along with the shared function.
On Tue, Dec 26, 2017 at 4:40 PM, Eric Wieling <ewieling at nyigc.com> wrote:
> Don't use an 'h' extension, use
2007 Oct 08
3
get egress SIP call Id
Hi, Does anybody know how to get the SIP call ID of a "Dial" command?
Thanks in advance. Ray
--
Want an e-mail address like mine?
Get a free e-mail account today at www.mail.com!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071008/7f27548e/attachment.htm
2005 Feb 20
8
Simulated dialtone like in other PBX
Guys..
Im new to asterisk but is it possible to simulate a dialtone for example, in
other PBX when you pick up the phone you can hear a certain dialup, which is
the PBX dialtone, and when you hit 9, you can hear the PSTN dialtone, is
this possible?
__________________________________________________________________
Anton Krall
2018 Jul 13
2
Withholding Answer Supervision
Hi,
Is there any way of telling Asteirsk to withhold answer subversion on a
call till I call Answer.
My DP looks like this:
[incoming]
Exten => 18005551212,1,Noop()
same => n,Answer
same => n,Mset(__uid=${SIPCALLID})
same => n,MixMonitor(/tmp/FROM_CALLER_${uid}-${START}.WAV)
same => n,Dial(Local/1 at dial_call_center/n&Local/2 at dial_call_center
/n&Local/3 at
2005 Sep 13
2
passing variables to h extension
Is there a way to pass variables/arguments to the h extension ?
for example :
[default]
exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}},
SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN})
exten => _1098933X.,2,SetVar(_PROVA="bla")
[lot of stuff, agi, goto, tricks and magic that happens]
exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <-
2011 Feb 15
1
outbound call leg CALLID
Hello everyone
Is there a possibility to catch an outbound callleg ID for the follovong
scenario: some carrier -----> ------(asterisk1) --->-----asterisk2 ?
I can get inbound callid for asterisk1 with a ${SIPCALLID} in
extensions.conf or to look it up in cdrs field (are the same). But how about
outbound? I have all calls just forwarded through asterisk1, not answered
and for every call I
2006 Feb 08
2
Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Is there a way to retrieve the Call-ID from a call made using the 'Dial'
command on a SIP channel without CDRs (i.e. variable) ?
Thanks,
- Darren
2007 Nov 01
2
hostname in MySQL CDR records
I would like to send the CDR records from all our machines around the
world to a single database. But I need the hostname included with each
record for monitoring purposes.
Is there a better way than using the userfield and adding
SetCDRUserfield for every call to set the userfield to the name of the
host?
Thanks...
2006 Feb 01
1
SetCDRUserField not working in A@H?
I have A@H 2.1, running * 1.2.1. I am trying to put information into the
userfield with SetCDRUserField and AppendCDRUserField. However, the field
is never populated in the cdr - I've checked the csv files and the MySQL
asteriskcdrdb table. The field is defined in the MySQL table, but is always
empty. The csv files that get created don't have a userfield at all, that
is, there