search for: augi

Displaying 20 results from an estimated 51 matches for "augi".

Did you mean: aug
2008 Oct 05
5
asterisk, phpagi and singleton
Hello, I've this situation: 300+ simultaneous calls and dialplan like this: exten => _X.,1,Answer() exten => _X.,2,DEADAGI(check_status.php) exten => _X.,3,Dial(SIP/other/${NUMBER}) exten => _X.,4,Hangup exten => h,1,DEADAGI(cdr.php) When project is running , I had a lot of defunct php scripts (I've exceed mysql connection limits and so on, deadagi help a bit). The
2009 Sep 25
3
disable dtmf on SIP peer
Hello, I have one problem and I need to disable dtmf (disable rfc2833, info and inband) on one (other peers must support dtmf) SIP peer . Is it possible? Workaround would be use g729 codec with dtmfmode=inband. Maybe there is better solution? Thanks for help. -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 17
2
asterisk hylafax iaxmodem
Hi, I have problems with asterisk and hylafax+ iaxmodem. I can successfully send faxes to Panasonic KX-FT932 fax, but with Xerox WorkCentre M20i I have problems: No carrier. This is hylafax log, maybe you can suggest me where to find ... Oct 17 07:38:48.22: [22428]: SESSION BEGIN 000000041 180037052390906 Oct 17 07:38:48.22: [22428]: HylaFAX (tm) Version 4.4.2 Oct 17 07:38:48.22: [22428]: SEND
2009 Feb 27
1
change language and playback issue
Hi, I have problem with Asterisk 1.6.0.1. I need to change language for playing prompts in Lithuanian. But in Asterisk 1.6.0.1 version everytime plays in English, but in Asterisk 1.4.x I haven't any problem. Maybe it is a bug ...? So I paste my test dialpan and prompt's locations. I hope this helps you. Files are: [root at voip asterisk]# find /var/lib/asterisk/sounds/test -name
2008 Nov 17
1
asterisk conference
Hello, I've asterisk 1.4.22. I need to that the first conference user hears "You're the only conference user..." . When the second user joins (without recording his name) , the first user only hears "new user have join" , when the third user joins to conference, others hear "new user have join" and so on. I'll try to do this with meetme, but it always
2008 Nov 26
1
language and meetme issue
Hello, I have created a dynamic conference into two languages (english and russian). Client calls to confrence number and interactive choose the language. Meetme runs with 'dMi' options. Everything works perfect if one conference room clients have choosed the same language. If clients had choosed different language , there is a problem with user join/leave announcements. For example:
2008 Dec 16
2
starting call recording using AMI or other stuff
Hello, Is it possible, that during the call one side , for examples clicks the button on the web, and this call starts recording? It's possible with asterisk feature automon and DTMF. So it is possible to start recording the channel using AMI or ... ? Thanks -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 17
1
ael queue gosub already has PBX structure??
Hello, I want that after client and queue member call would be established, cmd queue runs some 'procedures' . So I am using cmd Queue option 'gosub'. This is my example of ael : context QUEUE { _X. => { Ringing(); Wait(4); Answer(); Queue(${Queue},wr,,,60,,,check-record); Hangup(); }; }; macro check-record() {
2009 Dec 07
3
show queue's name and other info in incoming call to queue member
hello, I've callcenter and our queue members want to see on their IP phone's display queue's name , from which incoming call was originated, for example "<client's_number> -> Sales". This problem appears when one member can belong to couple queues. Work around would be setting calling name with such information. Maybe there is another way (setting SIP
2007 Nov 11
3
detect asterisk pbx via sip
Hello, My situation is that , I can't make calls with asterisk, but with x-lite works fine. Asterisk shows , that successfully registers with another SIP server, asterisk sends invite, gets trying, and after 30 secs asterisk gets 408 Request timeout. And as I said , with x-lite no problems. I heard that for comercial purposes, this SIP server detects asterisk , and ignores him. Or maybe it
2006 Nov 14
2
Benchmarking DNS and DHCP
Does anyone know of any FOSS tools that can assist in benchmarking ISC DNS and DHCP services? I would like to simulate X number of users attempting to pull an IP, resolve DNS names, etc. I would also like to test TCP connections into a CentOS server. We have some software that communicates with equipment via a TCP connection and I want to simulate thousands of TCP connections coming into one
2006 Oct 23
2
spandsp and freebsd
Hi, I have problem installing spandsp-0.0.3pre24 on FreeBSD 6.1. I get error: configure: error: "Can't build without libtiff" . But I have installed tiff from port tiff-3.8.2. I understand that the problem is about libtiff, and spandsp can't find these libs. So how to fix the problem? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Nov 24
1
play sound while executing agi script
Hello, Is it possible to do like this: play a sound file (if needed play in loop) while php agi script finishes work ? And how to do this? When on my server is huge load , I don't want that client hears silent , but hears music. Thanks -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 01
1
func_odbc questions
Hello, I'm working with asterisk 1.6. And I have success using func_odbc with one row query results (SELECT source,destination from cc WHERE ... ): exten => s,1,Ringing exten => s,n,Wait(4) exten => s,n,Answer exten => s,n,Set(ARRAY(NUMBER,REALNUMBER1,REALNUMBER2,STATUSAS)=${ODBC_GETVARIABLES(${NUMERIS})}) exten => s,n,Verbose(1| ${NUMERIS}, ${REALNUMBER1} ${REALNUMBER1},
2008 Dec 02
1
func_odbc and hash problem
Hello, Now I'm testing func_odbc and hash. My configurations are: func_odbc.conf [GETNUMBER] dsn=sqlserver ;mode=multirow ;rowlimit=10 readsql=SELECT number,real_number1,real_number2,status FROM ivr.dbo.numbers WHERE number=${SQL_ESC(${ARG1})} extensions.conf exten => s,1,Ringing exten => s,n,Wait(4) exten => s,n,Answer exten => s,n,Set(NUMERIS=37037210602) exten =>
2007 Apr 02
3
misdn and debian
Hi, I have FRITZ!Card PCI card. I have installed misdn-1.1.0 on stable debian 3.1 with 2.6.8. kernel. Then I reboot system, and it doesn't boot, it stops near "Apache2 starting...". I started my system with "recovery" kernel, and tun off misd, then my system works fine. I think it's problem with memory. Has anybody debian and misdn working fine? Maybe you can
2007 Aug 11
4
asterisk and telewell isdn hfc problem
Hi, I have debian etch 4.0 machine (2.6.18) with two TW-ISDN PCI (Hfc) cards. I use bristuff-0.3.0-PRE-1y-e (asterisk-1.2.17,libpri-1.2.4,zaptel-1.2.16). I also have patched zaphfc with zaphfc_0.4.0-test1_florz-13.diff.gz (I load module: insmod /usr/src/bristuff-0.3.0-PRE-1y-e/zaphfc/zaphfc.ko modes=1 debug=1). So i want to test two cards and make loop between them. So one card would be NT,
2006 Jun 14
0
NCS patch
Hi, I have cable modems Arris with MGCP protocol. And I need PacketCable NCS patch for Asterisk. http://asterisk.urtho.net/ doesn't work! -- Pagarbiai, Giedrius Augys Siauliu Universitetas, IST IP telefonijos inzinierius Tel. 8 41 590408 Mob. Tel. 8 678 05790 el. pastas voipas@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Dec 04
1
Nokia E60 problems
Hi, I am testing Nokia E60 with Asterisk. And I noticed that if another side is busy, nokia is still calling (I hear alerting), it do not show that another side is busy. Maybe somebody has noticed the same problem too adnd solved this one. I made the same tests with Xlite and don't have any problems like nokia. Please help me -------------- next part -------------- An HTML attachment was
2007 Mar 05
1
new kernel and zaptel
Hi, My older kernel was 2.6.18. Now I have compiled new kernel (2.6.20). Is it necessary to re-build zaptel drivers (I'm just using ztdummy). Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070305/b2d47ba2/attachment.htm