Displaying 20 results from an estimated 1000 matches similar to: "PhpAgi call generation"
2008 Jun 14
1
play sound on a specific channel
Hi to all
can i play a sound or a dtmf tone on a specific channel using AMI?
Thanks to all
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
https://sourceforge.net/projects/reportmaker
https://sourceforge.net/projects/nikstresser
2007 Sep 13
0
[phpAGI] generate a call from a SIP device to Asterisk
Hi
i need to generate a call from a SIP hardware device to Asterisk.
The device isn't registered with a sip account to Asterisk.
What i've done, is to do this (using phpAGI):
.....
$asm->Originate(SIP/user_on_device at ip_of_device,2000,"default","1");
.....
And on the extension 2000 in the context "default"
exten => 2000,1,ChanSpy(|g(100))
exten
2006 Jan 13
4
PHPAGI daemon/background task?
I have a script that I want to leave running in the background to handle
specific manager events.
I'm running into a problem where it gets stuck in the wait_response
function in phpagi-asmanager.php and the PHP maximum execute
timeout kills the script.
The script doesn't interact with the dialplan, so I cannot launch it
from within
Asterisk. Any pointers would be appreciated.
I did
2007 May 07
2
h323 problem with asterisk 1.2.18
i am experiencing problem with asterisk 1.2.18
I've downloaded and installed pwlib and openh323 with the following commands:
cd /path/to/pwlib
./configure
make clean opt
cd /path/to/openh323
./configure
make clean opt
then 'ive set the corresponding PATH
PWLIBDIR=/data/programmi/asterisk_1.2.18/pwlib_v1_10_0/
export PWLIBDIR
OPENH323DIR=/data/programmi/asterisk_1.2.18/openh323_v1_18_0/
2007 Aug 03
2
partial ChanSpy
Hi
is it possible to spy (not record, spy) partially on a channel?
for exaple, i'd like to listen only the input or the output voice.
is it possible?
thanks
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
https://sourceforge.net/projects/nikstresser
2016 Aug 10
2
Replacement for phpagi?
Anyone know a good replacement for phpagi? Unfortunately
development stalled long ago and it has not been updated. What is the
best solution for AMI and AGI on PHP? Thanks.
--
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez
+52 (55)9116-91161
2007 Apr 21
3
FAX on PRI and TE205P
Hi
i have a PRI connected to a TE205P.
Actually, can i send and receive FAX through Asterisk using stable solutions?
Or shall i connect an ATA to Asterisk and then a modem with Hylafax?
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
https://sourceforge.net/projects/nikstresser
2007 Jun 29
4
asterisk call unique id in dialplan
Hi
how can i retrieve the call unique id of asterisk in the dialplan?
I have enabled the cdr logging on a postgres database.
In the table cdr each record has a field that assumes an unique id
(for example: 1141628669.51)
Can i retrieve this from the dialplan?
For example:
exten => 203,1,Answer
exten => 203,2,Set(CALLERID(name)=UNIQUE_ID - ${var_name_unique_id})
exten =>
2008 Jul 17
1
OpenH323 and ptlib version for asterisk 1.4.21.1
Hi what version of openh323 and pwlib are suggested for asterisk
1.4.21.1.? Thanks to all
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
https://sourceforge.net/projects/reportmaker
https://sourceforge.net/projects/nikstresser
2007 Sep 05
1
Spawn extension (default, 1002, 2) exited non-zero on 'SIP/host-0819d0d0
Hi
i generate a call from the dialplan in this mode:
exten => 1002,1,Answer()
exten => 1002,2,Dial(SIP/user at host)
the call is generated, but after some seconds it is interrupted, here
the asterisk log:
*CLI> -- Executing Answer("SIP/host1-0819d0d0", "") in new stack
-- Executing Dial("SIP/host1-0819d0d0", "SIP/caller at host") in new
2009 Mar 26
3
show pri usage
Hi,
I would like to know how to see which channels are used in my PRI E1 link from Asterisk to another locally-connected commercial PBX.
If I run "dahdi show channels", I can see the used channels in the second column "extension" but only if it's an "incoming" call (ie. legacy PBX to Asterisk).
If I dial from an Asterisk extension to an extension in the other
2007 Dec 23
3
OpenVox A800P01 and ZT_CHANCONFIG failed
Hi
i've got an openvox a800p01 with 1 FXO and 4 FSX
i've done the following:
- downloaded zaptel-1.4.7.1
> >> - downloaded the file opvxa1200.c
> >> - copied in zaptel-1.4.7.1/
> >> - edited makefile adding opvxa1200 in the modules and the voice
> >> opvxa1200.o : zaptel.h wctdm.h
> >> - edited zaptel.sysconfig adding
MODULES="$MODULES
2007 Feb 12
1
phpagi - Event "On Hangup"
Do you know if it is possible to handle some events with phpagi?
For example:
On hangup (doesn't care if by caller or by asterisk) do something....
Thanks
2007 May 10
2
force outgoinc callerid
Hi
i have a Te205P connected to a PRI E1, can i force the outgoing
callerid to change for each context?
for example:
[outgoing_context_one]
;force callerid to 12345
exten => _XXXXXXXXXXX,1,Dial(Zap/${EXTEN})
[outgoing_context_two]
;force callerid to 22222
exten => _XXXXXXXXXXX,1,Dial(Zap/${EXTEN})
Can i do that?
thanks to all
--
/*************/
nik600
2007 Nov 20
1
store 2 separate records in cdr when a call is transferd
Hi
i've read this post
http://lists.digium.com/pipermail/asterisk-dev/2007-May/027666.html
I just want to know if there are some upgrades... on 1.4 or 1.2.
I'd like to store two records in the CDR instead of one, when a call
is transferd.
Is it possibile now?
Thanks to all
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
2008 Jan 08
2
disable call waiting by default
I've connected some analogic phone to some fxs modules on an analogic card.
I want to disable by default the call waiting sound.
I know that dialing *70 before to call the call waiting is disabled
until the next call, but isn't there a setting or a dialplan command
to set up this automatically?
Thanks
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
2007 Oct 27
0
Call center manager for Asterisk (Release 0.5)
CCMANAGER 0.5 released!!
NOTE:
this is a previous alpha release, maybe there is some customization to
do on the settings files,
i can't write a clear and complete howto at the moment
I don't have released upgrades in the last months but the project is still alive
i'm too busy at the moment, i'm following other projects to have some
resources (both money and time)
and then i can
2012 Oct 02
2
Questions on converting to ConfBridge
I'm looking at what would be involved in converting from MeetMe to
ConfBridge and there seems to be a lot of missing administrative things,
but I hope I'm just missing it. We all know about the missing realtime
linkage. That's a major nuisance, but can be worked around.
More serious is that the CLI command to display users in a ConfBridge
don't show the caller ID information, so
2007 Mar 14
3
Call center manager for Asterisk (Release 0.3)
Hi
i just want to let you know that is available a new release of ccmanager.
I've added the possibility to import queue_log information in a mysql
database and to generate reports using this information.
The software is in a beta state and provides this functionality:
- users management
- call generation (making a GET or POST request on a certain URL)
- queue management (LOGIN / LOGOUT /
2007 Dec 11
0
new Asterisk installation with openvox 1.2 or 1.4?
Hi
i need to install a server with this hardware:
1 OpenVox B800P
1 OpenVox A800P01
4 OpenVox FXS-100 FXS100
4 OctWare SoftEcho SOFTECHO
Do you suggest 1.2 or 1.4 branch?
Is now 1.4 stable ?
I've tried 1.4 the last year but i've experienced many problems with
misdn drivers.
Thanks
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager