similar to: AGI question

Displaying 20 results from an estimated 8000 matches similar to: "AGI question"

2003 Aug 03
2
AGI accountcode.
I've setup cdr_mysql and am using AGI to authenticate users based on the called-from # (callerid), use the AGI perl module. Looking at the info stored in the caller detail, I see a field called "accountcode", is it possible for me to set this field in AGI? I'd like to tie it to a username, that I pull during my SQL authentication, so I can search the cdr table based on a
2003 May 10
1
Call forwarding questions
Is there any way to have users be able to turn on or off call forwarding at the asterisk server, so they can configure their own forwarding number and enable/disable it? Hopefully, with the added benefit that it will remain on between server reloads and restarts? I have written a hack -- a AGI script to do various checking, and if the destination is "ok" set a database variable
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
2009 Aug 04
3
res_speech_lumenvox.so: undefined symbol: ast_speech_register
Hi Guys I am new working with lumenvox products, and unfortunately I had not been able to install it properly, I follow the steps in lumenvox site and it looks like it works I mean: ========================================================= [root at pbx-millenium examples]# ./example 127.0.0.1 Connecting to 127.0.0.1 Interpretation 1: 8587070707 count=0, decode returns 1 Interpretation 1:
2011 Oct 11
11
Reporting for Asterisk Call Center
Dear Tariq; About elastix.org, this can be use with Asterisk or it is coming as a complete IP Telephony, Call Center, IVR and Reporting? Because, I do not need to install another IP Telephony on the server which already has asterisk which is an IP Telephony, this will cause a problem in the service (for example, when listening for SIP port of 5060).
2007 Jan 17
2
One way choppy sound
Hi Guys I'm conecting 2 astersk servers using this arquitecture (Ext softphone)<==sip==>(asterisk 1)<====iax2 trunk====>(asterisk 2) <===alaw==>(pstn) If i call from the Ext to the asterisk 2 the sound is perfect, but if i call from Ext to the pstn, i can hear perfect but they tell me that sound really choppy, i tried using several codecs (same problem) but i
2011 Oct 19
3
Can we use MySQL native connector for ARA?
Hello Everyone, The documentation suggests using unixodbc for asterisk realtime. Is there any way we can just use native database clients such as libmysqlclient from MySQL? The native clients tend to be more up-to-date. Thanks in Advance, Nick.
2003 Jun 20
1
databases for billing
hi I want to do a database to save the cdr with a billing finality. I've created the database in mysql (thanks for the table and all that!) but I'm not sure of how to 'connect' asterisk to that database in order to save there the cdr. Is the cdr_mysql.conf what I have to config? Or must I do a script, with the 'database' AGI commands? Any help would be so apreciated!
2003 Nov 14
1
Re: 9. Zhone zplex (Angel Gomez Garcia)
Hi I have the last firmware for zplex, if you like i send it to you, about the second question 24s means 24 extensions so you can configurate as you wish as fxo or fxs. Att Yelson Vivas
2013 Oct 07
1
IAX and Variables
Hi a new small question ;=) We have two Asterisk, connected in IAX2. On the first, in dialplan, we have: exten => _XX.,1,Set(IAXVAR(ACCOUNTID)=${CDR(accountcode)}) we sent into the IAXVAR "ACCOUNTID" the accountcode. On the second, in dialplan, we have: exten => 18,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)}) That's work, the second server get the variable. I
2004 Jun 01
2
iax codec problem
Hi everybody i have a problem trying to connect an incomming phone call from pstn to my (soft phone) iaxcomm, the phone rings but when i try to answer the call, asterisk sends a message like this. Jun 1 19:33:17 NOTICE[5013528]: channel.c:1223 ast_read: Dropping incompatible voice frame on IAX2[192.168.222.99:4569]/16 of format GSM since our native format has changed to ALAW i'm working
2006 Oct 16
1
Page hangs up after 5 seconds
Hi asterisk-users, We are using Asterisk 1.2.12.1, and are trying to use the Page application. It seems to work but after approx 4-5 seconds the call is hung up. The dialplan code look like this: exten => _*2XX,1,AGI(get-paging-devices.agi,${EXTEN:2}) exten => _*2XX,n,GotoIf($[ "${PAGING_DEVICES}" = "invalid" ]?i,1) exten => _*2XX,n,SIPAddHeader(Call-Info:
2003 Nov 04
1
Fw: problem zplex 10 B
Skipped content of type multipart/related-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 8438 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20031104/c01dd8df/attachment-0001.gif
2003 Aug 13
5
Can't compile cdr_mysql
I'm trying to compile the cdr_mysql module, but I am receiving error messages. I have installed mysql-devel. Here is the output of make cdr_mysql: cc -fPIC -I/usr/local/mysql/include -I/usr/include/mysql -c -o cdr_mysql.o cdr_mysql.c cdr_mysql.c:30:26: mysql/errmsg.h: No such file or directory cdr_mysql.c: In function `mysql_log': cdr_mysql.c:74: `CR_SERVER_GONE_ERROR'
2010 Feb 20
1
Error redirecting an incoming call of a SIP provider to a local extension
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all! I am trying to redirect to a local extension the incoming calls that I receive to an account which I have in iptel.org, but when receiving I'm obtaining this error: alderamin*CLI> -- Executing [300 at from-internal:1] Dial("SIP/danib-089f8820", "SIP/300|30|tTrm") in new stack [Feb 19 19:22:50] WARNING[19254]:
2003 Oct 25
6
cdr_mysql.so
Can anyone give me presise instructions on how to compile cdr_mysql.so? When I initially installed asterisk on the system, I didn't have mysql installed. Since then I have installed mysql, created the database and table structure for cdr_mysql and placed the appropriate settings in the cdr_mysql.conf file. However when I do a show modules at the CLI I cannot find cdr_mysql.so.
2005 Jul 27
5
cdr_mysql does not write to mysql db
Hi, I configured cdr_mysql (addons 1.0.9) to write the cdr records to the mysql db. The problem is that no records are written to the db. Why? I can import the csv-file to the db. so i assume the db is setup correct. Is there any chance to get debug from cdr_mysql to find his problem? This is my cdr_mysql.conf file: [global] hostname=localhost dbname=cdr password=passw0rd user=root ;port=3306
2006 Feb 13
1
asterisk still tries native bridging
Hello, I've problems with following - ----- --- --- PSTN | --- isdn --- | A | ----- iax2 ------ | B | ----- --- --- On [B], there is unconditional call forwarding set back via [A] (dialparties.agi is used) to PSTN. So, call from PSTN is routed via [A] to [B] and than back again into PSTN.
2011 Aug 07
1
fail to correctly build 1.8.5 ??
Hello everybody, I've been using asterisk 1.2 for quite a long time now, but I thought it's time to try a newer version of asterisk. So I downloaded 1.8.5, extracted the tar, ran configure, make, make install ... Everything looks fine (no obvious compile/link errors). But as soon as I start asterisk, it dies with a segfault. I executed asterisk within strace and last action before the
2003 Jul 18
5
cdr_mysql
Considering that I had a failure with compiling the latest version of asterisk because of cdr_mysql, I am going to assume that I need to have a copy of the mysql headers on the system in order to compile cdr_mysql.so. Does that sound correct? Kim C. Callis -------------- next part -------------- An HTML attachment was scrubbed... URL: