Wanting to connect my asterisk box off of 2 unused analog extensions on
the non* PBX system.
Can I bring those lines in to * on XP100 FXO cards?
Any special wiring/open loop issues to watch for?
The desired config is inbound PRI -> non* PBX, attendant picks up and if
caller wants services on
just as a followup and potential solution to the passing of values, I've
been setting variables at the top of the dialplan using :
exten => 100,n,Set(my_var=)
Now I can modify my_var in the dialplan, and I can get/set my_var in the
AGI script via GET VARIABLE and SET VARIABLE
You'll need to m
Users Mailing List - Non-Commercial Discussion
Subject: Re: FW: [asterisk-users] Get dialed numbers in AGI
On 1/11/07, Mike D'Ambrogia <[EMAIL PROTECTED]> wrote:
Ralph
Kind of new to asterisk, and really new to AGI but it looks like you
were trying to have the AGI script tell asterisk to
Not true for the php version, it will take multiple params into argv[0],
argv[1], argv[2], etc
Eric "ManxPower" Wieling wrote:
> AGI() does not support more than 1 parameter to AGIs.
___
--Bandwidth and Colocation provided by Easynews.com --
asterisk-u
on the php AGI side the ${var} parameter passed in from your dialplan
will be exposed in PHP's $argv[1] array element
fwrite(STDOUT,"exec saydigits $argv[1]\n");
as a side note $argv[0] contains the full path including filename to the
script
Hope this helps
Mike
-Original Message--
Need to figure out how to grab the passed variable in my php AGI script
I pass it in via the Dialplan like this:
exten => 420,1,Answer
exten => 420,n,DigitTimeout(5)
exten => 420,n,ResponseTimeout(10)
exten => 420,n,Flite("enter the one digit code")
exten => 420,n,Read(CODE,beep,1)
exten => 420,n
curious about what swift problem you saw and what you did to get the
swift problems resolved...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of blackwater
dev
Sent: Wednesday, December 27, 2006 1:14 PM
To: Asterisk Users Mailing List - Non-Commercial Discu
On the NEC, digital stations (ip1na-12txh)
md
-Original Message-
From: Michael Collins [mailto:[EMAIL PROTECTED]
Sent: Monday, December 04, 2006 3:38 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: RE: [asterisk-users] Connecting Asterisk to an
All
New Asterisk user, wondering if anybody has connected an Asterisk box to
an NEC Aspire S? We're in the beginning processes of attempting this,
we'd like to have the Asterisk box connected as an extension off of the
NEC box, wondering about the wiring and settings/programming needed to
get the