Re: [asterisk-users] AGI script

2009-02-20 Thread Yawar Hadi
sure shift not pressed. it #!/usr/bin/perl On Sat, Feb 21, 2009 at 12:43 PM, Darren Murphy wrote: > sorry to but in, but... > > 1> on first line make sure it is 3!/usr/perl/bin not > #!/user/perl/bin > > I'd suggest instead: #!/usr/bin/perl > > ;) > > 2009/2/21 Yawar Hadi > > hi steve, >

Re: [asterisk-users] AGI script

2009-02-20 Thread Darren Murphy
sorry to but in, but... 1> on first line make sure it is 3!/usr/perl/bin not #!/user/perl/bin I'd suggest instead: #!/usr/bin/perl ;) 2009/2/21 Yawar Hadi > hi steve, > > plz make some cahnges and now i have tested it its working fine to me > > 1> on first line make sure it is 3!/us

Re: [asterisk-users] AGI script

2009-02-20 Thread Yawar Hadi
hi steve, plz make some cahnges and now i have tested it its working fine to me 1> on first line make sure it is 3!/usr/perl/bin not #!/user/perl/bin 2> change reading variable from get command to argument as #$no1=$AGI->get_variable('callerid'); $no1=$ARGV[0]; and where u calling scr

Re: [asterisk-users] AGI script

2009-02-20 Thread Yawar Hadi
hi, Steve i just loged in and go through all replies. yes its mistakenly written as user instead of /user on first line let be go through the problem of not reading the vairable and reply back to you soon. wait and dont lose your interest .this is the way to learn some thing new .wait let m

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Darren Wiebe
Asterisk Asterisk wrote: > You have some good points. > > >Justin Newman isn't exactly "someone we don't know". However I only > > I agree that my name wasn't clear, but I was trying to avoid getting a > bunch of spam myself. I'm not sure if I've personally ever spammed the > list and I'm pretty

[asterisk-users] help needed -- chanspy

2009-02-20 Thread Deepak
Hi, I require some urgent advice/help concerning chanspy. We have a web interface that lists all bridged SIP calls (show channels concise) When we click on the call, our local extension rings. When we pick up to spy, parties involved in the call that we are spying on are suddenly unable to hear ea

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Steve Underwood
Hi, Asterisk Asterisk wrote: > We've had a 65% success rate across the board (actually 35% > incorrect). I'm working on bringing that up to 85% or better. Good gender recognisers get >90% success on PSTN lines. In restricted contexts they can get up to 98%. These figures are not entirely honest,

Re: [asterisk-users] IAX2 - now known as RFC 5456

2009-02-20 Thread Gondar Monn
Congrats !!! On Fri, Feb 20, 2009 at 6:02 PM, John Todd wrote: > > Mark and Ed received word today that the long-awaited RFC for IAX2 has > been approved by the IETF, and is now published: > > http://www.rfc-editor.org/authors/rfc5456.txt > > Thanks to Ed Guy, Mark Spencer, Brian Capouch, Frank

[asterisk-users] IAX2 - now known as RFC 5456

2009-02-20 Thread John Todd
Mark and Ed received word today that the long-awaited RFC for IAX2 has been approved by the IETF, and is now published: http://www.rfc-editor.org/authors/rfc5456.txt Thanks to Ed Guy, Mark Spencer, Brian Capouch, Frank Miller, and Kenny Shumard! Lots of revisions and discussions have paid o

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Tom Lynn
All of those lines going to desktops must be fed from someplace, like a wiring closet maybe? Why not put your FXO gateway there instead of at the desktop where your users will break them? On 2/20/09, Paul Hales wrote: > > Why do you need so many Asterisk installs? > > With the ability of Asteris

Re: [asterisk-users] Vacation reply

2009-02-20 Thread RE Kushner List Account
vinicius.ne...@live.com wrote: > Heya, how are you doing recently ? Hey you crazy cat, recently doing I know. > I would like to introduce you a very good company which I knew. What happened them? Did Obama send them up the bomb or is there a snuke in Hillary? ___

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Sat, 21 Feb 2009, michel freiha wrote: > the script is running smoothly but it seems that it's not reading > variables correctly fro asterisk as you can see below: Maybe the original author would care to step in? I seem to have lost interest. Thanks in advance, -

[asterisk-users] Vacation reply

2009-02-20 Thread vinicius.neves
Heya, how are you doing recently ? I would like to introduce you a very good company which I knew. Their company homepage is www.vanigo.com. They can offer you all kinds of electronical products which you need,  laptops, mobile phones, digial cameras, TV LCD,xbox, ps3, gps, MP3/4, etc. Please take

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Paul Hales
Why do you need so many Asterisk installs? With the ability of Asterisk to handle hundreds of lines/phones/etc, the need for several Asterisk server is generally for very specific situations. PaulH Ignacio wrote: > Jeff I will take a more depth look at those linksys devices this > weekend but

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Paul Hales
Ignacio wrote: > Hello, > > I have some zaptel cards, and I would like to install them in some > user's computers. Is there any way to connect those cards with > asterisk server (which is in another computer)? > > All manuals I have read explain how to connect asterisk and zaptel > cards in the sam

Re: [asterisk-users] hi

2009-02-20 Thread Vinicius Neves
Heya, how are you doing recently ? I would like to introduce you a very good company which I knew. Their company homepage is www.vanigo.com. They can offer you all kinds of electronical products which you need, laptops, mobile phones, digial cameras, TV LCD,xbox, ps3, gps, MP3/4, etc. Please

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear All, the script is running smoothly but it seems that it's not reading variables correctly fro asterisk as you can see below: Executing [...@did:1] AGI("SIP/123456-b7e03650", "dial.agi|112") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/dial.agi -- dial.agi|112: AGI

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear All, i found the issue...it was just the #!/user/bin/perl instead of #!user/bin/perl Thanks a lot for all help Regards On Fri, Feb 20, 2009 at 11:58 PM, michel freiha wrote: > Dear Kai, > > If I change directory to /usr/bin and type the following command I got: > > [r...@switch1 bin]# ./p

Re: [asterisk-users] CDR fields in 1.6

2009-02-20 Thread Tilghman Lesher
On Friday 20 February 2009 15:18:43 Carlos Chavez wrote: > I am using Asterisk 1.6.0.6-rc1 with Mysql CDR. I have a couple extra > fields on the database to store cost information. The problem I have is > that my costing system relies on a certain field being NULL so it knows > that it has

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear Kai, If I change directory to /usr/bin and type the following command I got: [r...@switch1 bin]# ./perl /var/lib/asterisk/agi-bin/dial.pl VERBOSE "AGI Environment Dump:" 3 GET VARIABLE extension VERBOSE "my dialed no is :" VERBOSE "Query is:SELECT dst_nb FROM test where extension = ''"

Re: [asterisk-users] AGI script

2009-02-20 Thread Tilghman Lesher
On Friday 20 February 2009 14:36:57 Danny Nicholas wrote: > You will need to download AGI from www.cpan.org and > install it. Here it is in simple steps > > > > Cd /usr/src > > Wget > http://search.cpan.org/CPAN/authors/id/J/JA/JAMESGOL/asterisk-perl-0.10.tar >. gz > > Tar

Re: [asterisk-users] AGI script

2009-02-20 Thread Kai-Uwe Jensen
> > Kindly note if I run the script from shell using sudo everything looks > greate as below: > sudo /var/lib/asterisk/agi-bin/dial.pl > sudo: unable to execute /var/lib/asterisk/agi-bin/dial.pl: Success > Please read that command output again. It may not be as great as you think. "unable to execu

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Fri, 20 Feb 2009, michel freiha wrote: > Please find below my dialplan: > [did] > exten=>112,1,AGI(dial.pl|${EXTEN}); You are still passing ${EXTEN} which is ignored by the script. > [r...@switch1 ~]# sudo su This does nothing useful. Your posts demonstrate a lack of understanding and exper

[asterisk-users] CDR fields in 1.6

2009-02-20 Thread Carlos Chavez
I am using Asterisk 1.6.0.6-rc1 with Mysql CDR. I have a couple extra fields on the database to store cost information. The problem I have is that my costing system relies on a certain field being NULL so it knows that it has not been processed. Since my upgrade to 1.6 I noticed that all

Re: [asterisk-users] AGI script

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 02:36:57PM -0600, Danny Nicholas wrote: > You will need to download AGI from www.cpan.org and > install it. Here it is in simple steps Or use standard CPAN packages installation method (which would simplify things if you don't have one of its depend

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear Sir, I was just trying to find the solution...Now I give the file 755 to dial.pl Kindly note if I run the script from shell using sudo everything looks greate as below: sudo /var/lib/asterisk/agi-bin/dial.pl sudo: unable to execute /var/lib/asterisk/agi-bin/dial.pl: Success Any suggestions?

Re: [asterisk-users] AGI script

2009-02-20 Thread Danny Nicholas
That's Mr. Gates fault (outlook supplied the Caps) :) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Friday, February 20, 2009 2:50 PM To: Asterisk Users Mailing List - Non-Commercial Discus

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear All, Please find below my dialplan: [did] exten=>112,1,AGI(dial.pl|${EXTEN}); exten => 112,1,Dial(SIP/${dest...@80.169.210.181 ,60) exten=>112,3,Hangup(); And below are commands results sent by steve: [r...@switch1 ~]# sudo su [r...@switch1 ~]# /etc/init.d/asterisk restart Shutting down as

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Fri, 20 Feb 2009, Danny Nicholas wrote: > You will need to download AGI from www.cpan.org and > install it. Here it is in simple steps > > Cd /usr/src > > Wget > http://search.cpan.org/CPAN/authors/id/J/JA/JAMESGOL/asterisk-perl-0.10.tar. > gz > > Tar xvf asterisk-perl-

Re: [asterisk-users] AGI script

2009-02-20 Thread Danny Nicholas
You will need to download AGI from www.cpan.org and install it. Here it is in simple steps Cd /usr/src Wget http://search.cpan.org/CPAN/authors/id/J/JA/JAMESGOL/asterisk-perl-0.10.tar. gz Tar xvf asterisk-perl-0.10.tar.gz Cd asterisk-perl-0.10 Make && make install

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Jonn Taylor
Are your pc's linux or windows? Ignacio wrote: Jeff I will take a more depth look at those linksys devices this weekend but I think they could be very interesting. Tzafrir, what I like to avoid is installing an asterisk server in every user computer. I think that is useless I want only one serv

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Fri, 20 Feb 2009, michel freiha wrote: > The file dial.pl is executable and own by root as you can see below > > ls -lrt > -rwxrwxrwx 1 root root 1865 Feb 20 21:18 dial.pl Using the "very large hammer" (AKA chmod 777) to "solve" permissions problems indicates a "very large gap" in understan

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Fri, 20 Feb 2009, michel freiha wrote: > I'm facing the below problem: > == dial.pl|112: Failed to execute '/var/lib/asterisk/agi-bin/dial.pl': No > such file or directory > > What could be the issue here? These commands may point you in the right direction: 1) ps -aef | grep asterisk | gre

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Sorry, it's use Asterisk::AGI; On Fri, Feb 20, 2009 at 10:13 PM, michel freiha wrote: > Kindly note that at line 6 I have: > > se Asterisk::AGI; > > Regards > > On Fri, Feb 20, 2009 at 9:44 PM, Danny Nicholas wrote: > >> Dial.pl is >> >>1. executable >>2. owned by asterisk >>3. pas

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Kindly note that at line 6 I have: se Asterisk::AGI; Regards On Fri, Feb 20, 2009 at 9:44 PM, Danny Nicholas wrote: > Dial.pl is > >1. executable >2. owned by asterisk >3. passed perl syntax (perl –wc dial.pl) > > > -- > > *From:* asterisk-users-boun..

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear Sir, The file dial.pl is executable and own by root as you can see below ls -lrt total 296 -rwxr-xr-x 1 root root 1339 Feb 15 23:26 helloworld.php -rw-r--r-- 1 root root 0 Feb 15 23:26 my_agi.log -rw-r--r-- 1 root root 1250 Feb 17 23:35 ani.agi -rwxrwxrwx 1 root root 1604 Feb 20 0

Re: [asterisk-users] AGI script

2009-02-20 Thread Danny Nicholas
Are you sure you don't have p1 instead of pl in your dialplan? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Friday, February 20, 2009 2:06 PM To: Asterisk Users Mailing List - Non-Commerci

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Fri, 20 Feb 2009, Danny Nicholas wrote: > Dial.pl is > > 1.executable > 2.owned by asterisk 1 & 2 should be "Can be executed by the user running Asterisk. Thanks in advance, Steve Edwards sedwa...@sedwards.c

Re: [asterisk-users] asterisk-users Digest, Vol 55, Issue 64

2009-02-20 Thread Mark
-Original Message- From: asterisk-users-requ...@lists.digium.com Sent: Friday, February 20, 2009 2:40 PM To: asterisk-users@lists.digium.com Subject: asterisk-users Digest, Vol 55, Issue 64 Send asterisk-users mailing list submissions to asterisk-users@lists.digium.com To subscr

Re: [asterisk-users] AGI script

2009-02-20 Thread Danny Nicholas
Dial.pl is 1. executable 2. owned by asterisk 3. passed perl syntax (perl -wc dial.pl) _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of michel freiha Sent: Friday, February 20, 2009 1:41 PM To: Asterisk Users

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear Sir, I'm facing the below problem: -- Executing [...@did:1] AGI("SIP/123456-08f44c00", "dial.pl|112") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/dial.pl == dial.pl|112: Failed to execute '/var/lib/asterisk/agi-bin/dial.pl': No such file or directory == Auto fallth

[asterisk-users] SIP debug messages

2009-02-20 Thread Jeff LaCoursiere
Asterisk 1.4.23.1 on Centos 5 When I turn on DEBUG to a high value (in this case 100) I see about a gazillion of these: pbx# fgrep 132034af765ea5467d69600902d14a22 /var/log/asterisk/full [Feb 20 15:21:57] DEBUG[15743] chan_sip.c: = No match Their Call ID: 132034af765ea5467d69600902d14...@192.1

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Asterisk Asterisk
You have some good points. >Justin Newman isn't exactly "someone we don't know". However I only I agree that my name wasn't clear, but I was trying to avoid getting a bunch of spam myself. I'm not sure if I've personally ever spammed the list and I'm pretty supportive of the community. I have b

Re: [asterisk-users] Polycom Phones start to break up after beingup a LONG time

2009-02-20 Thread Danny Nicholas
Thanks dave. Heres what mine looks like: [polycom-check-cfg] Event=>check-sync Content-Length=>0 [polycom-restart] Event=>check-sync Content-Length=>0 -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dave Fullert

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Asterisk Asterisk
Yes, the gender is asked at the end. From: Jeff LaCoursiere To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: nt_jnew...@yahoo.com Sent: Friday, February 20, 2009 9:41:38 AM Subject: Re: [asterisk-users] Please help test the gender detection mod

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Ignacio
Jeff I will take a more depth look at those linksys devices this weekend but I think they could be very interesting. Tzafrir, what I like to avoid is installing an asterisk server in every user computer. I think that is useless I want only one server to mantain. On Fri, Feb 20, 2009 at 7:55 PM, T

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Matt Watson
Your boss is going to change their mind when they see how awful and unreliable this setup is going to be lol. On Fri, Feb 20, 2009 at 1:42 PM, Ignacio wrote: > yep, it is mainly due to cabling issues. My boss doesn't want to > recabling the office. > > > On Fri, Feb 20, 2009 at 7:19 PM, Jeff L

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 07:11:04PM +0100, Ignacio wrote: > Thank you very much for your fast answer Eric. > > I was trying to avoid to have to install as many asterisk as pcs I > have. But I think there is no way to do it. I only have seen something > like network block device, but not sure if it

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Jeff LaCoursiere
I'll take a leap and assume you have POTS lines run to people's desks, and you want to combine them all into one switch so they can be used by all? To do this you should get FXO ATA's - like the Linksys SPA3102. Register this device with your asterisk server. In FreePBX you can make it a trunk

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Tzafrir Cohen
Slightly off-topic, On Mon, Feb 16, 2009 at 10:29:57AM -0800, Asterisk Asterisk wrote: > I need your help: please help test the gender detection module at > 575-613-4392. > > I wrote a gender detection module and thought I'd try it out. It only > takes a second. I've been showing 90%+ accuracy

Re: [asterisk-users] Polycom Phones start to break up after beingup a LONG time

2009-02-20 Thread Dave Fullerton
Jeff LaCoursiere wrote: > On Fri, 20 Feb 2009, Danny Nicholas wrote: > >> This is just a hack, but why don't you schedule a "sip notify >> polycom-restart" during "lunch hour"? You could run it from a cron job >> using this line for each phone: >> >> Asterisk -rx "sip notify polycom-check-cfg 100

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Ignacio
yep, it is mainly due to cabling issues. My boss doesn't want to recabling the office. On Fri, Feb 20, 2009 at 7:19 PM, Jeff LaCoursiere wrote: > > Why do you want the cards in the client machines instead of the main > asterisk server? Cabling issues? This sounds like it will be a horrible > s

Re: [asterisk-users] Polycom Phones start to break up after beingup a LONG time

2009-02-20 Thread Jeff LaCoursiere
On Fri, 20 Feb 2009, Danny Nicholas wrote: > This is just a hack, but why don't you schedule a "sip notify > polycom-restart" during "lunch hour"? You could run it from a cron job > using this line for each phone: > > Asterisk -rx "sip notify polycom-check-cfg 100" replacing 100 with the > numbe

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Jeff LaCoursiere
Why do you want the cards in the client machines instead of the main asterisk server? Cabling issues? This sounds like it will be a horrible spaghetti mess... j On Fri, 20 Feb 2009, Ignacio wrote: > Thank you very much for your fast answer Eric. > > I was trying to avoid to have to install

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Tim Nelson
- "Ignacio" wrote: > Thank you very much for your fast answer Eric. > > I was trying to avoid to have to install as many asterisk as pcs I > have. But I think there is no way to do it. I only have seen > something > like network block device, but not sure if it is going to work and > quite di

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Ignacio
Thank you very much for your fast answer Eric. I was trying to avoid to have to install as many asterisk as pcs I have. But I think there is no way to do it. I only have seen something like network block device, but not sure if it is going to work and quite difficult to configure properly. Anyway

Re: [asterisk-users] Polycom Phones start to break up after beingupa LONG time

2009-02-20 Thread Alexander Lopez
Gave you looked to see if other issue may be causing it: A. virus could be attacking the Web port on the Polycom and causing a problem with the trough put, rebooting may change the IP address of the phone and therefore the virus can't find the phone until later). B. Switch may be goin

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Tiago Durante
On Thu, Feb 19, 2009 at 5:54 PM, Asterisk Asterisk wrote: > You sure you don't have a pony tail? :) Hehe. > > It happens to the best of us. Hopefully after my fine tuning it will happen > to less of us! I'm a male, your system told me I'm a male! Works! The beep is the best! ahahaha good luck

Re: [asterisk-users] Polycom Phones start to break up after beingup a LONG time

2009-02-20 Thread Danny Nicholas
This is just a hack, but why don't you schedule a "sip notify polycom-restart" during "lunch hour"? You could run it from a cron job using this line for each phone: Asterisk -rx "sip notify polycom-check-cfg 100" replacing 100 with the number of the phone (extension). _ From: asteris

Re: [asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Eric Wieling, Asteria Solutions Group
Ignacio wrote: > I have some zaptel cards, and I would like to install them in some > user's computers. Is there any way to connect those cards with > asterisk server (which is in another computer)? > > All manuals I have read explain how to connect asterisk and zaptel > cards in the same computer

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Jeff LaCoursiere
How do you know if they are correct or not? Gender is sometimes mistaken by humans answering the phone... can we expect the algorithm to do better than that? I actually haven't called yet (blush) - are you asking at the end if it correctly identified you? Cheers, j On Fri, 20 Feb 2009, Ast

[asterisk-users] zaptel telephone cards and asterisk in another pc

2009-02-20 Thread Ignacio
Hello, I have some zaptel cards, and I would like to install them in some user's computers. Is there any way to connect those cards with asterisk server (which is in another computer)? All manuals I have read explain how to connect asterisk and zaptel cards in the same computers, but not on diffe

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Asterisk Asterisk
We've had a 65% success rate across the board (actually 35% incorrect). I'm working on bringing that up to 85% or better. From: Ira To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Thursday, February 19, 2009 5:18:07 PM Subject: Re: [asteris

Re: [asterisk-users] Polycom Phones start to break up after being up a LONG time

2009-02-20 Thread Jeff LaCoursiere
You also don't mention if it is internal to internal or if there is an external leg involved, and if so what type. j On Fri, 20 Feb 2009, Asterisk Asterisk wrote: > That's interesting - I haven't noticed this with any of my installs. What > version of firmware and SIP? > > > > > _

Re: [asterisk-users] check if not human

2009-02-20 Thread Asterisk Asterisk
NVGenderDetect is new, but you can find NVLineDetect on the web. From: David fire To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Thursday, February 19, 2009 3:00:14 PM Subject: Re: [asterisk-users] check if not human NVLineDetect, NVGender

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Asterisk Asterisk
>BTW, I love the beep. It's me saying "bp". :) From: Steve Totaro To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Thursday, February 19, 2009 4:23:05 PM Subject: Re: [asterisk-users] Please help test the gender detection module at 575-

Re: [asterisk-users] Please help test the gender detection module at 575-613-4392

2009-02-20 Thread Asterisk Asterisk
Let's chat about this on Saturday or Sunday. We could probably combine pieces of the vr and gd code to get something working. A peer of mine suggested using FFT with a neural network, but I honestly think that backend is going to take way too much processing, too much effort, and beat the purpos

[asterisk-users] Table definitions for Realtime 1.6...

2009-02-20 Thread Carlos Chavez
Where can I find the realtime table definitions for Asterisk 1.6.x? voip-info.org only has the tables for 1.4 and older. Shouldn't these tables be in the documentation for 1.6? I am rebuilding our configuration application for 1.6 and need to know what changes to make to the mys

Re: [asterisk-users] Polycom Phones start to break up after being up a LONG time

2009-02-20 Thread Asterisk Asterisk
That's interesting - I haven't noticed this with any of my installs. What version of firmware and SIP? From: Barry D. Hassler To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Friday, February 20, 2009 8:41:33 AM Subject: [asterisk-users] Pol

Re: [asterisk-users] AGI script

2009-02-20 Thread Steve Edwards
On Fri, 20 Feb 2009, Yawar Hadi wrote: > this is the dial plan u can test it and let me know if u want more > information ... and script is attached. > > exten=>112,1,AGI(DialNumber.pl|${EXTEN}); You pass ${EXTEN} but you use $AGI->get_variable('extension') in your script. Thanks in advance, -

Re: [asterisk-users] real time connection failed

2009-02-20 Thread Miguel Molina
Philipp Kempgen escribió: > michel freiha schrieb: > >> I'm getting the following error when trying to register on >> asterisk server: >> >> [Feb 20 17:12:32] WARNING[2865]: res_config_mysql.c:358 update_mysql: MySQL >> RealTime: Failed to query database. Check debug for more info. >> >> I can c

[asterisk-users] slip r errors nortel switch

2009-02-20 Thread Jerry Geis
I am connected with 5ess to a nortel switch. Running dahdi 2.1.04 and libpri 1.4.7 and asterisk 1.4.22 Everything is working for a short time. The other side reports back to me that he is getting slip-r errors from the TE122P card. After to many errors (like 11) the d channel shuts down on their

[asterisk-users] Polycom Phones start to break up after being up a LONG time

2009-02-20 Thread Barry D. Hassler
Has anyone else encountered this? I have a fairly large installation (~50 phones, almost all Polycom 501's and a handful of 601's. We're running into a number of phones on which the outbound voice (Polycom phone user doesn't hear any problems, but the other end does) is breaking up occasionally --

Re: [asterisk-users] real time connection failed

2009-02-20 Thread Philipp Kempgen
michel freiha schrieb: > I'm getting the following error when trying to register on > asterisk server: > > [Feb 20 17:12:32] WARNING[2865]: res_config_mysql.c:358 update_mysql: MySQL > RealTime: Failed to query database. Check debug for more info. > > I can connect to the database using the usern

[asterisk-users] real time connection failed

2009-02-20 Thread michel freiha
Dear Sir, Kindly note that I'm getting the following error when trying to register on asterisk server: [Feb 20 17:12:32] WARNING[2865]: res_config_mysql.c:358 update_mysql: MySQL RealTime: Failed to query database. Check debug for more info. I can connect to the database using the username and p

Re: [asterisk-users] benchg729 - no valid g729 license

2009-02-20 Thread Leonardo Gomes Figueira
Kevin P. Fleming escreveu: > Adam Robins wrote: >> I have five Asterisk servers running 1.2.14, and am planning to upgrade >> to 1.4 this weekend. In preparation, to use the most efficient g729 >> codec, I am running the new benchg729 program. It works great on two >> systems, but on the other th

Re: [asterisk-users] AGI pdf book

2009-02-20 Thread Andrew Thomas
Thanks for this Jared (look - back on topic!). I've just ordered the print and downloaded the pdf. It does look very good (the bits I've managed to read so far). I'll give everyone my humble and worthless opinion of it when I get to read it some more. Andy -->> -Original

Re: [asterisk-users] SMS Integration and SMS commands

2009-02-20 Thread Supa
Did you have any luck with this? On Sun, Mar 18, 2007 at 12:25 PM, younss azzayani wrote: > may be this will help :) > http://www.celliax.org > Good luck > ___ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To

Re: [asterisk-users] SpanDSP question for Steve

2009-02-20 Thread Steve Underwood
Michael wrote: > Hello- > > Firstly thanks very much for the work you have put into SpanDSP and the time > you spend to assist people here :-) > > I am currently running SpanDSP 0.0.5 with Call Weaver. Is there any or > sufficient gain to be had from upgrading SpanDSP? > I don't follow the sta

Re: [asterisk-users] check if not human

2009-02-20 Thread David fire
thanks for the idea. no just joking. 2009/2/20 Lenz Emilitri > Speaking of hatred, I know of a call-center (no names will be made) that > does pre-qualifying by calling and seeing if anybody answers; and passing to > the main dialler for a separate call if they actually do. :) > > l. > > > >

Re: [asterisk-users] AGI script

2009-02-20 Thread Yawar Hadi
okay this is the dial plan u can test it and let me know if u want more information ... and script is attached. exten=>112,1,AGI(DialNumber.pl|${EXTEN}); exten=>112,2,Dial(SIP/Terminator/${DestNo}|); exten=>112,3,Hangup(); on second in place of termeinator u have to use the ip of terminator to wh

[asterisk-users] SMS to generate a call back

2009-02-20 Thread Supa
I came upon a provider, VoipCheap, that offers SMS to callback. Sounds like a great idea, anyone have anything like this? ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update optio

Re: [asterisk-users] Setting SIP header on agent calls made by a queue

2009-02-20 Thread Benny Amorsen
Lenz Emilitri writes: > I was in fact able to determine that if you have queue members like > > member => SIP/201 > > the SIP header will actually go through; while on members like > member => Agent/101 > member => Local/2...@agents > the header will NOT be propagated. Very interesting. Perhaps

Re: [asterisk-users] check if not human

2009-02-20 Thread Lenz Emilitri
Speaking of hatred, I know of a call-center (no names will be made) that does pre-qualifying by calling and seeing if anybody answers; and passing to the main dialler for a separate call if they actually do. :) l. 2009/2/19 Jon Pounder > ts stuff like this which makes telemarketers hated - y

Re: [asterisk-users] Setting SIP header on agent calls made by a queue

2009-02-20 Thread Lenz Emilitri
Hello Klaus, thanks for your input; I was in fact able to determine that if you have queue members like member => SIP/201 the SIP header will actually go through; while on members like member => Agent/101 member => Local/2...@agents the header will NOT be propagated. But inheritable channel varia

[asterisk-users] Qualify sip users behind remote registrar

2009-02-20 Thread Philippe Sultan
Hi everybody, >From an Asterisk console, I'd like to retrieve information from SIP users (eg. their contact address) that are registered on a Kamailio (OpenSER) server. Kamailio is defined as a peer in my sip.conf file, and it looks like the 'sip qualify peer' command can help me get the informat

Re: [asterisk-users] DTMF

2009-02-20 Thread David @ULC
Any idea whats wrong ? On Fri, Feb 20, 2009 at 2:32 AM, David @ULC wrote: > > --- (12 headers 0 lines) --- > Sending to 192.168.0.50 : 12714 (NAT) > Transmitting (NAT) to 192.168.0.50:12714: > SIP/2.0 200 OK > Via: SIP/2.0/UDP 192.168.0.50:12714 > ;branch=z9hG4bK-d87543-930550325154e53d-1--d8754

Re: [asterisk-users] AGI script

2009-02-20 Thread michel freiha
Dear Yawar, I'll appreciate a lot if you send to me these scripts in order to test Regards On Fri, Feb 20, 2009 at 5:58 AM, Yawar Hadi wrote: > i have in perl AGI script if u want then let me know ...? > > > On Fri, Feb 20, 2009 at 4:59 AM, Steve Edwards > wrote: > >> On Fri, 20 Feb 2009, mic

Re: [asterisk-users] SIP Proxy behind NAT talkinf to ASterisk with public IP

2009-02-20 Thread Stefan Schmidt
Jay Ray schrieb: > Setup is: > Asterisk --->NAT--> SIP Proxy > > I have following entry for SIP Proxy in sip.conf > > [Proxy] > > type=peer > host=Static IP (NAT Firewalls public IP) > username= > secret=x > nat=yes > canreinvite=no > qualify=yes > > Proxy sends a ca