similar to: Call center manager for Asterisk (Release 0.3)

Displaying 20 results from an estimated 2000 matches similar to: "Call center manager for Asterisk (Release 0.3)"

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 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 Feb 22
3
queue information into db
Hi the new asterisk 1.4 supports to store queue log information directly into a database? (like CDR) ? thanks
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
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
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 =>
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
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 12
4
log to cdr each dialpan action, not only one record for each call
Hi to all. What can i do if a customer needs to log in the CDR all the dialpan actions related to a call? I mean, not only the lastapp e the lastdata but all the dialpan actions! I know that the actual CDR system store one record for each call (and for billing purposes this can be correct) but in some cases the approach needed is something similar to the queue_log. I know that exists ResetCDR
2009 Sep 30
1
put some IVR into a queue after the call queuing
Dear all is it possible to handle a queue using a programmed IVR? As i understood, is possible to: - do some IVR in the dialplan BEFORE to queue the call - put a timeout to exit from the call and then do some IVR in the dialplan - intercept a single dialtone to exit the queue and performe some IVR in the dialplan (context setting in the queue) I've tested these things but in each case if i
2007 Jan 16
2
command like break ore exit in the dialpan
Hi i have a similar dialplan: exten => 99,1,Gotoif(....?2:3) exten => 99,2,Meetme(100) exten => 99,3,Meetme(100|options) i'd like to do something like: exten => 99,1,Gotoif(....?2:4) exten => 99,2,Meetme(100) exten => 99,4, ... exit ... exten => 99,3,Meetme(100|options) How can i exit the dialplan? I won't use meetme twice! Thanks nik
2007 Mar 07
3
asterisk and ssl
what is the support in asterisk for ssl voip protocols? I am looking for a solutions to grant the possibility to some users to use an asterisk server as a proxy voice, for talking each them in a safe and secure mode on internet. Is it possible? thanks
2007 Feb 03
1
misdn and prostgres_cdr on asterisk 1.4
Hi i am upgrading an asterisk server from 1.2.4 to 1.4. i've installed libpri 1.4 i've installed zaptel 1.4 I've installed the new version of misdn with the script of beronet. i use this configure script: ./configure --with-postgres=/usr/local/pgsql then: make menuselect [*] 1. cdr_csv [*] 2. cdr_custom [*] 3. cdr_manager XXX 4. cdr_odbc [*] 5. cdr_pgsql XXX 6. cdr_radius
2007 Jun 19
2
PhpAgi call generation
hi i'd like to write a simply application in php with phpAgi that: - connect to Asterisk - call an external number using a Zap channel - play a message here is some code: <?php $asm = new AGI_AsteriskManager(); if ($asm->connect()) { $asm->Originate("Zap/g1/1","number","default","1"); /* play message... */ } else {
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 Jan 22
2
agi script as member in queue
Hi i want to put an AGI script in a queue, to serve once at time the callers. Example: Queue (8 callers waiting) Agi script / IVR (serving the caller) can i do that? Thanks
2006 Apr 07
1
transfer call after advise
i am developing a web application to manage callcenter, i will shortly release it on sf.net this is my problem: i will grant to users the possibility to transfer calls to other users using a web interface, for example if SIP/200 is talking with SIP/400 who wants to transfer the call to SIP/500 i use this commands with manager API: Action: Redirect\r\n Channel: SIP/200-sads\r\n ExtraChannel:
2006 Dec 07
1
queue member refresh
I am experiencing this: 1 - A,B,C are SIP users logged on QUEUEA with ringall strategy 2 - I call QUEUEA 3 - A,B,C start ringing 4 - nobody answer.... 5 - D logs on the QUEUEA 6 - D doen's receive any call, but A,B,C are still ringing How can i avoid that? I'd like that when D joins the QUEUEA it will immediately receive the call that is still ringing on other users... Thanks in
2006 Dec 08
2
AGI interaction with php
Hi i am planning to develop a php script that will be called from AGI for the management of an IVR application. I'd like to be able to do the following things from php: - retrive callerid - play some audio files to the caller - wait for some DTMF digits - retrive the DTMF - stop the call the php have to collect some information from the user and after some check on a database inster some