[asterisk-users] Which Python binding to use ?

2010-08-05 Thread Olivier
Hi, I'm planning to use Python to develop applications complementing Asterisk. Can you share your experience with entries mentioned in voip-info.org ( http://www.voip-info.org/wiki/view/Asterisk+manager+Examples) like : py-asterisk pyst StarPy Fats Regards --

Re: [asterisk-users] Codec negotiation : expecting G726, getting G711a (alaw)

2010-08-05 Thread Jonas Kellens
On 08/03/2010 04:21 PM, Philipp von Klitzing wrote: Also: There are at least two implementations of the g726 codec, i.e. g726 and g726aal2. For this also look at the g726nonstandard setting in sip.conf. It is quite possible that your problem is here. I have the following setting in

[asterisk-users] Can ChanIsAvail return status from sip uri using router ip

2010-08-05 Thread Nasir Javaid
hello, Although my previous posts in this forum have not received satisfying answers, here is another question from me. my question is can i use ChanIsAvail function to get the status of a user in the format SPI/user-id if i provide user in sip uri like this ChanIsAvail(SIP/u...@153.18.x.x:5062)

[asterisk-users] AMI Command

2010-08-05 Thread Ron
Hi, Is there a way to check on AMI if a user is currently engage on the phone? i would like to display on my portal whether a user is calling or not. thank you regards Ron -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] AMI Command

2010-08-05 Thread Motiejus Jakštys
On Thu, Aug 5, 2010 at 11:28 AM, Ron nha...@gmail.com wrote: Hi, Is there a way to check on AMI if a user is currently engage on the phone? i would like to display on my portal whether a user is calling or not. # Asterisk Manager API Action CoreShowChannels: List currently active channels

Re: [asterisk-users] AMI Command

2010-08-05 Thread Gareth Blades
Ron wrote: Hi, Is there a way to check on AMI if a user is currently engage on the phone? i would like to display on my portal whether a user is calling or not. thank you regards Ron You could get it to run a command and do 'core show hints' and parse the result. You will need to

[asterisk-users] Codec Conversion

2010-08-05 Thread michel freiha
Dear All, i would like to ask please if someone tried to make a codec conversion from ilbc to g729, because i did that but the voice quality was too bad and a lot of disconnection.. Can i get your feedback regarding this issue please? regards --

Re: [asterisk-users] Can ChanIsAvail return status from sip uri using router ip

2010-08-05 Thread Philipp von Klitzing
Hi! Although my previous posts in this forum have not received satisfying answers, here is another question from me. You might want to consider to reqest a refund. ;- my question is can i use ChanIsAvail function to get the status of a user in the format SPI/user-id if i provide user in

Re: [asterisk-users] Codec negotiation : expecting G726, getting G711a (alaw)

2010-08-05 Thread Philipp von Klitzing
Only when I configure my Grandstream to use only G726 (I have 8 choices), I see that the g726-codec is used. When I configure 7 x g726 and 1 x alaw, then again alaw is used ! Is it normal that Asterisk has such a great preference for alaw ?! The moment the peer suggests codec alaw (even if

Re: [asterisk-users] AMI Command

2010-08-05 Thread Ron
Thank you. i think i would go for this solution. On 8/5/10 4:53 PM, Gareth Blades wrote: Ron wrote: Hi, Is there a way to check on AMI if a user is currently engage on the phone? i would like to display on my portal whether a user is calling or not. thank you regards Ron You could

Re: [asterisk-users] Identify remote prompts: Partial audio matching?

2010-08-05 Thread Motiejus Jakštys
On Wed, Aug 4, 2010 at 10:12 PM, Philipp von Klitzing klitz...@pool.informatik.rwth-aachen.de wrote: Ok, here's the challenge: I would like to be able to find, match - and then react - upon prompts that are presented by the outbound/remote side of a call. Think mobile phone and This user is

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Tim Nelson
- michel freiha mich...@gmail.com wrote: Dear All, i would like to ask please if someone tried to make a codec conversion from ilbc to g729, because i did that but the voice quality was too bad and a lot of disconnection.. Can i get your feedback regarding this issue please?

Re: [asterisk-users] AMI Command

2010-08-05 Thread Tilghman Lesher
On Thursday 05 August 2010 06:05:48 Ron wrote: Thank you. i think i would go for this solution. On 8/5/10 4:53 PM, Gareth Blades wrote: Ron wrote: Hi, Is there a way to check on AMI if a user is currently engage on the phone? i would like to display on my portal whether a user is

Re: [asterisk-users] AMI Command

2010-08-05 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tilghman Lesher Subject: Re: [asterisk-users] AMI Command Actually, what you probably want is the CoreShowChannels command. Tilghman Lesher To second this; core show channels doesn't

Re: [asterisk-users] COnfig File question

2010-08-05 Thread Ujjval Karihaloo
Any answers would be appreciated Thx UK From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ujjval Karihaloo Sent: Thursday, July 29, 2010 4:31 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users]

Re: [asterisk-users] COnfig File question

2010-08-05 Thread Felipe Figueiredo
Yes. Unless you use make samples while compiling the new Asterisk, you won't lose your confg files. I'm afraid there's no 1.7 version of Asterisk. [?] On Thu, Aug 5, 2010 at 1:01 PM, Ujjval Karihaloo ujj...@simplesignal.comwrote: Any answers would be appreciated Thx UK

Re: [asterisk-users] COnfig File question

2010-08-05 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ujjval Karihaloo Subject: Re: [asterisk-users] COnfig File question Hi All: If we upgrade asteriskNow from 1.4.18 to 1.7.0; just want to make sure all the config file

Re: [asterisk-users] COnfig File question

2010-08-05 Thread Warren Selby
On Thu, Aug 5, 2010 at 11:14 AM, Felipe Figueiredo felipe.figueired...@gmail.com wrote: Yes. Unless you use make samples while compiling the new Asterisk, you won't lose your confg files. I'm afraid there's no 1.7 version of Asterisk. [?] But there is a 1.7 version of AsteriskNow,

Re: [asterisk-users] AMI Command

2010-08-05 Thread Gareth Blades
Danny Nicholas wrote: From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tilghman Lesher Subject: Re: [asterisk-users] AMI Command Actually, what you probably want is the CoreShowChannels command. Tilghman Lesher To second this;

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread michel freiha
Dear Sir, I tried to convert ilbc to ulaw and get the same result...Bad Voice Quality Regards On Thu, Aug 5, 2010 at 4:13 PM, Tim Nelson tnel...@rockbochs.com wrote: - michel freiha mich...@gmail.com wrote: Dear All, i would like to ask please if someone tried to make a codec

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Tim Nelson
- michel freiha mich...@gmail.com wrote: Dear Sir, I tried to convert ilbc to ulaw and get the same result...Bad Voice Quality Regards Again, iLBC is poor quality to begin with. You can't take a poor audio sample and make it better by converting it to a codec with better

Re: [asterisk-users] Asterisk Crashes - Segmentation Fault

2010-08-05 Thread Manmohan Singh Jandu
Hi Dan, I commented locale.php in defines.php and it perfectly worked well. Now i am wondering what is this invite participants for, while adding conference. wherein it asks for first name, lastname, emailaddress telephone number.. Let me brief you how i had done this setup. I had created a

[asterisk-users] CDR report

2010-08-05 Thread Dario Quiroz
Hi all! Are someone using a CDR report? I have an Asterisk 1.6 running perfect but I need a web based report of CDRs. Nothing big, only the basic. Have anybody a how-to or a link? Thanks in advance!! -- Atenciosamente, ---

Re: [asterisk-users] COnfig File question

2010-08-05 Thread Ujjval Karihaloo
1.7 for ASteriskNOw I will investigate..Thx for the ideas! From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren Selby Sent: Thursday, August 05, 2010 10:22 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

[asterisk-users] rolling over Master.csv CDR File

2010-08-05 Thread Ujjval Karihaloo
Is there a setting to roll over the Master.csv CDR File in /var/log/asterisk/cdr-csv, from and ZIP the older file once its gets a certain size? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Jeff Brower
Michel- I tried to convert ilbc to ulaw and get the same result...Bad Voice Quality I think you have to be more specific when you say bad voice quality. Like what? Worse than a cellphone call? Gaps of audio missing? Robotic or cyborg sound? Static? A background tone or buzzing? iLBC

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Miguel Molina
El 05/08/10 14:50, Tim Nelson escribió: - michel freiha mich...@gmail.com wrote: Dear Sir, I tried to convert ilbc to ulaw and get the same result...Bad Voice Quality Regards Again, iLBC is poor quality to begin with. You can't take a poor audio sample and make it better by

Re: [asterisk-users] Asterisk Crashes - Segmentation Fault

2010-08-05 Thread Dan Austin
Manmohan wrote: I commented locale.php in defines.php and it perfectly worked well. Now i am wondering what is this invite participants for, while adding conference. wherein it asks for first name, lastname, emailaddress telephone number.. The 'Invite Others' option is mostly for installs

[asterisk-users] Asterisk 1.6 without DAHDI

2010-08-05 Thread Roderick A. Anderson
I have a Linux-Vserver guest running CentOS 5.5 with Asterisk 1.6 installed from the asterisk.org and digium.com repositories. I have Asterisk starting (service asterisk start) but see errors about dahdi in /var/log/asterisk/messages. ... ERROR[25658] codec_dahdi.c: Failed to open

Re: [asterisk-users] Asterisk 1.6 without DAHDI

2010-08-05 Thread Kevin P. Fleming
On 08/05/2010 03:52 PM, Roderick A. Anderson wrote: I have a Linux-Vserver guest running CentOS 5.5 with Asterisk 1.6 installed from the asterisk.org and digium.com repositories. I have Asterisk starting (service asterisk start) but see errors about dahdi in /var/log/asterisk/messages.

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Jeff Brower
Miguel- El 05/08/10 14:50, Tim Nelson escribió: - michel freiha mich...@gmail.com wrote: Dear Sir, I tried to convert ilbc to ulaw and get the same result...Bad Voice Quality Regards Again, iLBC is poor quality to begin with. You can't take a poor audio sample and make it

Re: [asterisk-users] rolling over Master.csv CDR File

2010-08-05 Thread Andrew Latham
logrotate ~ Andrew lathama Latham lath...@gmail.com * Learn more about OSS http://en.wikipedia.org/wiki/Open-source_software * Learn more about Linux http://en.wikipedia.org/wiki/Linux * Learn more about Tux http://en.wikipedia.org/wiki/Tux On Thu, Aug 5, 2010 at 4:26 PM, Ujjval Karihaloo

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Miguel Molina
This just made me remember some comment on the iax.conf sample file... disallow=lpc10; Icky sound quality... Mr. Roboto. LPC10 is a very old codec, from early 1980s. LPC10 doesn't do a good job with pitch detection so it tends to have a 'robotic' sound. With advent of

Re: [asterisk-users] Asterisk 1.6 without DAHDI

2010-08-05 Thread Roderick A. Anderson
Kevin P. Fleming wrote: On 08/05/2010 03:52 PM, Roderick A. Anderson wrote: I have a Linux-Vserver guest running CentOS 5.5 with Asterisk 1.6 installed from the asterisk.org and digium.com repositories. I have Asterisk starting (service asterisk start) but see errors about dahdi in

Re: [asterisk-users] Codec Conversion

2010-08-05 Thread Steve Underwood
On 08/06/2010 05:40 AM, Jeff Brower wrote: Miguel- El 05/08/10 14:50, Tim Nelson escribió: - michel freihamich...@gmail.com wrote: Dear Sir, I tried to convert ilbc to ulaw and get the same result...Bad Voice Quality Regards Again, iLBC is poor quality to begin with. You can't

[asterisk-users] Missing Mailboxes on SIP

2010-08-05 Thread Jayson Baker
Suddenly a couple days ago all of our SIP registrations are missing the Mailbox entry. We are using MySQL Add-on for realtime. Anyone have any idea why? Mailbox is still in the mysql tables. -- _ -- Bandwidth and Colocation

[asterisk-users] How to reuse mysql connection between AGI's

2010-08-05 Thread Faheem
Hey, Is there any way to share MySQL connection between different agi's.Actually when call comes to asterisk box it executes various agi scripts sequentially. Each script checks various values by making a new MySQL connection and then execute query and then disconnects.  So, Ideally there