[asterisk-users] G729

2009-09-16 Thread Khaled W Chehab
I have problemin g729 codec compatibility,I get the g729 module from http://asterisk.hosting.lv/ and I have Asterisk 1.4.22-3 RPM What g729 module should I download ? I already downloaded codec_g723-ast14-icc-glibc-pentium4.so [trixbox1.localdomain asterisk]# cat /proc/cpuinfo

[asterisk-users] IVR seleCtion

2009-09-16 Thread Maria Cristina Bayno
Hello Team, IVR selection of QUEUEMETRICS As we know queuemetrics had an IVR selection functionality where it can get the IVR keypress of a caller. We saw this link http://forum.queuemetrics.com/index.php?action=printpage;topic=503.0 and upon checking, its only determined the Queue, I want

Re: [asterisk-users] How to list ongoing calls from dialplan

2009-09-16 Thread Danny Nicholas
Core show channels offers this on releases of asterisk that use/display bridging (1.4.26 does bridging but does not show bridged in status). _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Olivier Sent: Tuesday, September

[asterisk-users] How to configure a coverage path for an extension???

2009-09-16 Thread Juan Cardoza
I have been checking but nothing that clear my idea... I have the extension 4000 and the idea is when this extension receive a call and the extension 4000 is busy, the call from PSTN could be send to a second extension, example: 4001, this need to happen only if the first extension is busy. If

Re: [asterisk-users] How to configure a coverage path for anextension???

2009-09-16 Thread Danny Nicholas
In regular configuration (extensions.conf) this is one way to do it: - exten = 4000,1,Dial(SIP/4000,20,iKkTt) - exten = 4000,s-BUSY,Dial(SIP/4001,20,iKkTt) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Juan

Re: [asterisk-users] IVR seleCtion

2009-09-16 Thread Matt Florell
Hello, ViciDial has IVR logging(pre-Queue) of IVRs set up through our web interface(we call them Call Menus), but ViciDial does not use Asterisk queues at all and it's logging is done entirely in a MySQL database. As a side note, the logging done by ViciDial (non-IVR of course) is also fully

Re: [asterisk-users] How to configure a coverage path for anextension???

2009-09-16 Thread Juan Cardoza
I comment all the lines in my extensions.conf file to work only with the lines you provide me Danny: Extensions.conf [local-sip] #exten = _4XXX,1,Dial(SIP/${EXTEN},10,tTr) #exten = _5XXX,1,Dial(Dahdi/1/${EXTEN}) #exten = 164,1,Dial(Dahdi/1/${EXTEN}) #exten = 0550,1,Dial(Dahdi/1/${EXTEN}) #exten

Re: [asterisk-users] Reproducible crash - known bug?

2009-09-16 Thread Jared Smith
On Tue, 2009-09-15 at 22:41 -0500, Ian Pilcher wrote: Running asterisk-1.6.1-0.23.rc1.fc11.i586 on Fedora 11. I can reproducibly crash Asterisk by associating a single voicemail mailbox with two SIP extensions. For example: Please open a report on our issue tracker at

Re: [asterisk-users] How to configure a coverage pathfor anextension???

2009-09-16 Thread Danny Nicholas
I'd try this: - exten = 4000,1,Dial(SIP/4000,20,ikKtT) - exten = s-NOANSWER,1,Dial(SIP/4001,20,ikKtT) - exten = s-NOANSWER,2,Voicemail(4000) - exten = s-BUSY,1,Dial(SIP/4001,20,iKkTt) - exten = s-BUSY,2,Voicemail(4000) - exten = h,1,hangup -Original Message- From:

Re: [asterisk-users] How to list ongoing calls from dialplan

2009-09-16 Thread Olivier
2009/9/16 Danny Nicholas da...@debsinc.com Core show channels offers this on releases of asterisk that use/display bridging (1.4.26 does bridging but does not show bridged in status). 1. Here is an example core show channels Channel Location State

Re: [asterisk-users] How to configure a coverage path for anextension???

2009-09-16 Thread Ioan Indreias
Hi Juan, 1. Please use the semicolon (;) character to comment your dialplan. Your choice (#) is intended for something else. 2. Probably you have to add the j option of Dial application (show application Dial), like: exten = 4000,1,Dial(SIP/4000,20,iKkTt*j*) exten =

Re: [asterisk-users] How to list ongoing calls from dialplan

2009-09-16 Thread Danny Nicholas
Core show channels only works when a call is active; here's an example: Channel Location State Application(Data) DAHDI/2-1(None) Up AppDial((Outgoing Line)) SIP/104-08461bd0 1-d...@macro-trunkdi Up Dial(DAHDI/R1/w2975000|20|kKtT 2

Re: [asterisk-users] [asterisk-dev] MeetMe in Macro

2009-09-16 Thread Miguel Molina
Hi, I didn't notice on my first answer, but we are on the -dev list and this is not related to asterisk code developing. I will answer you on the -users list, so we can continue the discussion there. Cheers, -- Ing. Miguel Molina Grupo de Tecnología Millenium Phone Center Anahi Ludueña

[asterisk-users] MeetMe in Macro

2009-09-16 Thread Anahi Ludueña
Thanks Miguel, It was my mistake. So, my question is: if I want to call the GoSub application from the Originate Action (using AMI), what I need to put in the context parameter? The GoSub will jump to a special context. Thanks, Date: Wed, 16 Sep 2009 09:34:31 -0500 From:

Re: [asterisk-users] How to list ongoing calls from dialplan

2009-09-16 Thread Miguel Molina
Olivier escribió: 2009/9/16 Danny Nicholas da...@debsinc.com mailto:da...@debsinc.com Core show channels offers this on releases of asterisk that use/display bridging (1.4.26 does bridging but does not show bridged in status). 1. Here is an example core show channels Channel

Re: [asterisk-users] How to configure a coverage path for anextension???

2009-09-16 Thread Juan Cardoza
It works, thanks a lot, I also change the character for comments. I am familiar with that page, I had been looking for the information in that page also in google but noting. Thanks to all for your help on this, let me continue doing some tests to complete the task to do. Best regards

Re: [asterisk-users] MeetMe in Macro

2009-09-16 Thread Miguel Molina
Hi, The GoSub() application is intended for use in the dialplan, not to call it from a Originate Action. What is your specific need? You can Originate to a extension instead of an application an then if you need to execute a subroutine, you can use GoSub() and Return() then you need to on

Re: [asterisk-users] How to configure a coverage path for anextension???

2009-09-16 Thread Erik de Wild
it should look something like exten = 4000,1,Dial(SIP/4000,30,t) exten = 4000,2,Goto(4001,1) exten = 4001,1,Dial(SIP/4001,30,t) If 4000,1 is answered it will never reach 4000,2 if 4000 is busy or not available for another reason it wil goto 4001,1 hope this is useful Erik de Wild Tripple-o

Re: [asterisk-users] dCAP Exam

2009-09-16 Thread Tilghman Lesher
On Tuesday 15 September 2009 20:14:32 Neeraj Chand wrote: Hmm...so by open book, that means access to the internet? Possible to get own notes ? Yes, you have access to the Internet, but your access is proxied, and the administrator of the test can see everything that you access. So it's best

Re: [asterisk-users] G729

2009-09-16 Thread Tilghman Lesher
On Wednesday 16 September 2009 06:46:13 Khaled W Chehab wrote: What g729 module should I download ? You should download only the licensed g.729 module from Digium, after paying a $10 license per concurrent user. All other modules have various problems (GPL violation or lack of paying the

Re: [asterisk-users] MeetMe in Macro

2009-09-16 Thread Anahi Ludueña
Thanks, I asked you to execute the GoSub from the Originate action, because I need to pass some parameters. First, I created a macro since I could pass the parameters from originate. But the macro's problem is it doesn't jump to the particular extension (for example: h extension). So, when you

Re: [asterisk-users] MeetMe in Macro

2009-09-16 Thread Miguel Molina
You can pass variables in the Originate Action, see http://www.voip-info.org/wiki/view/Asterisk+Manager+API+Action+Originate. Taken from there: *Variable*: Channels variables to set (max 32). Variables will be set for both channels (local and connected). Example(Placing a call from a

[asterisk-users] ACR Anonymous Call Rejection

2009-09-16 Thread Barton Fisher
Does any have or can point me to /ACR/ Anonymous Call Rejection message I can download? The one I found was not not too clear. Thanks, Bart attachment: bhfisher.vcf___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon

[asterisk-users] custom voicemail e-mail

2009-09-16 Thread Ron
Hi All, I'm trying to use a php script to send voicemail e-mail so i can send custom e-mail message based on what mailbox. on my voicemail.conf i have mailcmd=/var/www/voicemail.php but when i tried to call an extension and goe to voicemail i'm not receiving the e-mail. but when i execute

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Danny Nicholas
The ODBC isn't having an effect, otherwise you couldn't run it stand-alone. Voicemail.conf states that changing the /usr/bin/sendmail -t is done at your own risk. You could just do a system or AGI command to run your PHP script whenever the voicemail application is called, like this: - exten =

Re: [asterisk-users] asterisk-users Digest, Vol 62, Issue 44

2009-09-16 Thread adolfo
No me encuentro en la oficina, Volvere el proximo 28 de Septiembre. Utilice los siguientes contactos: v...@mildmac.es rafael.mara...@mildmac.es edua...@mildmac.es Muchas Gracias ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Tilghman Lesher
On Wednesday 16 September 2009 11:35:31 Ron wrote: Hi All, I'm trying to use a php script to send voicemail e-mail so i can send custom e-mail message based on what mailbox. on my voicemail.conf i have mailcmd=/var/www/voicemail.php but when i tried to call an extension and goe to

Re: [asterisk-users] ACR Anonymous Call Rejection

2009-09-16 Thread Danny Nicholas
What do you want your message to say? I'd just use busy-pls-hold and the caller would eventually get the idea that you weren't going to talk to them. You could also consider these Off-duty Not-auth-pstn Not-taking-your-call Number-not-answering -Original Message- From:

Re: [asterisk-users] dCAP Exam

2009-09-16 Thread Steve Totaro
On Wed, Sep 16, 2009 at 11:26 AM, Tilghman Lesher tles...@digium.comwrote: On Tuesday 15 September 2009 20:14:32 Neeraj Chand wrote: Hmm...so by open book, that means access to the internet? Possible to get own notes ? Yes, you have access to the Internet, but your access is proxied, and

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Ron
Hi Tilghman, yup my scripts starts with that line, is there anyway to check on the logs if asterisk voicemail app is executing that command? thanks Regards Ron Tilghman Lesher wrote: On Wednesday 16 September 2009 11:35:31 Ron wrote: Hi All, I'm trying to use a php script to send voicemail

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Ron
Hi Danny, if the voicemail function is called then the AGI, wont the vooicemail function already send an e-mail before going to the AGI? Thanks! Regards Ron Danny Nicholas wrote: The ODBC isn't having an effect, otherwise you couldn't run it stand-alone. Voicemail.conf states that changing

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Danny Nicholas
Change /usr/bin/sendmail to /usr/bin/sh in voicemail.conf. That will disable the function in voicemail. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ron Sent: Wednesday, September 16, 2009 12:45 PM To:

Re: [asterisk-users] dCAP Exam

2009-09-16 Thread Pascal Bruno
I believe the administrator can see what is on your screen with screen with those screen sharing stuff, this makes it harder a lil bit, and www.boratproxy.com becomes useless in that case. On Wed, Sep 16, 2009 at 1:28 PM, Steve Totaro stot...@totarotechnologies.com wrote: On Wed, Sep 16,

[asterisk-users] [SPAM] RE: dCAP Exam

2009-09-16 Thread C. Savinovich
What about if I use the browser from my cellular phone? CS From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Pascal Bruno Sent: Wednesday, September 16, 2009 10:21 PM To: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] [SPAM] RE: dCAP Exam

2009-09-16 Thread Jared Smith
On Thu, 2009-09-17 at 14:00 +0430, C. Savinovich wrote: What about if I use the browser from my cellular phone? Sorry, cell phone use is not permitted during the testing. We've had students try to snap pictures of the exam with their cell phone cameras, so we had to institute a policy against

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Tilghman Lesher
On Wednesday 16 September 2009 12:38:59 Ron wrote: yup my scripts starts with that line, is there anyway to check on the logs if asterisk voicemail app is executing that command? thanks Okay, next sanity check is that your script is chmod 755 (executable). -- Tilghman Lesher Digium, Inc. |

Re: [asterisk-users] dCAP Exam

2009-09-16 Thread Jared Smith
On Wed, 2009-09-16 at 13:28 -0400, Steve Totaro wrote: Just tunnel your HTTP traffic over an SSH link and go to some dCAP brain dump sites. Yes, there are all kinds of technical ways of trying to cover your tracks... I've certainly seen a number of them. That being said, it's pretty

Re: [asterisk-users] dCAP Exam

2009-09-16 Thread Jared Smith
On Wed, 2009-09-16 at 13:14 +1200, Neeraj Chand wrote: Hmm...so by open book, that means access to the internet? Possible to get own notes ? You get access to voip-info.org and searching Google to use as a reference. We don't allow copying/pasting of config files, or copying files via the

Re: [asterisk-users] [SPAM] RE: dCAP Exam

2009-09-16 Thread John Millican
C. Savinovich wrote: What about if I use the browser from my cellular phone? CS From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Pascal Bruno Sent: Wednesday, September 16, 2009 10:21 PM To: Asterisk Users Mailing List

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Ron
thank you tilghman...that did the trick.. thanks again! Tilghman Lesher wrote: On Wednesday 16 September 2009 12:38:59 Ron wrote: yup my scripts starts with that line, is there anyway to check on the logs if asterisk voicemail app is executing that command? thanks Okay, next sanity check is

Re: [asterisk-users] [SPAM] RE: dCAP Exam

2009-09-16 Thread Zoaaaaa
What if i send my twin brother to take the exam instead of me... ? z C. Savinovich wrote: What about if I use the browser from my cellular phone? CS *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] *On Behalf Of *Pascal

Re: [asterisk-users] How to configure a coverage pathfor anextension???

2009-09-16 Thread Steve Edwards
On Wed, 16 Sep 2009, Danny Nicholas wrote: I'd try this: - exten = 4000,1,Dial(SIP/4000,20,ikKtT) - exten = s-NOANSWER,1,Dial(SIP/4001,20,ikKtT) - exten = s-NOANSWER,2,Voicemail(4000) - exten = s-BUSY,1,Dial(SIP/4001,20,iKkTt) - exten = s-BUSY,2,Voicemail(4000) - exten = h,1,hangup Don't

[asterisk-users] Meetme feature

2009-09-16 Thread Anahi Ludueña
Hi People, I want to do the following steps: - Create a meetme between 2 persons. - First, 1 person (user1) is entered into the meetme. - Second, user2 is entered into the meetme. User2 is the marked user and also he is able to exit the conference by pressing #. - If user2 exited by pressing

[asterisk-users] res-crypto dependencies

2009-09-16 Thread Michelle Dupuis
I'm trying to enable res_crypto on a 1.4 installation, but menuconfig says ssl is needed. I've installed openssl, openssl-devel, openssl-perl but it's still not happy. Anyone know what else is needed? ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] res-crypto dependencies

2009-09-16 Thread Tilghman Lesher
On Wednesday 16 September 2009 14:34:05 Michelle Dupuis wrote: I'm trying to enable res_crypto on a 1.4 installation, but menuconfig says ssl is needed. I've installed openssl, openssl-devel, openssl-perl but it's still not happy. Anyone know what else is needed? Try libopenssl-devel --

Re: [asterisk-users] Meetme feature

2009-09-16 Thread Steve Edwards
On Wed, 16 Sep 2009, Anahi Ludue?a wrote: Hi People, I want to do the following steps: - Create a meetme between 2 persons. - First, 1 person (user1) is entered into the meetme. - Second, user2 is entered into the meetme. User2 is the marked user and also he is able to exit the conference

Re: [asterisk-users] res-crypto dependencies

2009-09-16 Thread Michelle Dupuis
No such package (under fedora 9)... Should I be lookin in other repo's or do you know what inside that package it wants? (In case fedora packages it somewhere else) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On

Re: [asterisk-users] res-crypto dependencies

2009-09-16 Thread Danny Nicholas
My .02 - you're probably going to have to modify build_tools/menuselect-deps. Tilghman would know this answer better than me. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Michelle Dupuis Sent: Wednesday,

Re: [asterisk-users] [SPAM] RE: dCAP Exam

2009-09-16 Thread Pascal Bruno
On Wed, Sep 16, 2009 at 2:37 PM, Zoa zoach...@securax.org wrote: What if i send my twin brother to take the exam instead of me... ? z If you think you cannot pass the test yourself, your twin wont be able to pass it neither, he can be even worst than you lol

Re: [asterisk-users] res-crypto dependencies

2009-09-16 Thread Tilghman Lesher
On Wednesday 16 September 2009 15:10:57 Michelle Dupuis wrote: On Wednesday, September 16, 2009 4:03 PM, Tilghman Lesher wrote: On Wednesday 16 September 2009 14:34:05 Michelle Dupuis wrote: I'm trying to enable res_crypto on a 1.4 installation, but menuconfig says ssl is needed. I've

[asterisk-users] Music on Hold

2009-09-16 Thread Dan Saul
Hi, I have trouble getting MOH to work after an upgrade from asterisk 1.4 to 1.6.1.4. The call goes on hold, MOH is started, and then stops right away. Here are the files both of type .raw: Tsunami*CLI moh show files Class: default File: /etc/asterisk/musiconhold/Frédéric Chopin -

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Danny Nicholas
Just a “shot in the dark” but could MOH be choking on the “long file names”? (does it work on fred_chopin_pol_1)? _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dan Saul Sent: Wednesday, September 16, 2009 4:18 PM To:

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Dan Saul
That was a good shot in the dark, but sadly renaming it to something simple (and removing all non ascii in the process) does not correct this. On Wed, Sep 16, 2009 at 4:37 PM, Danny Nicholas da...@debsinc.com wrote: Just a “shot in the dark” but could MOH be choking on the “long file names”?

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Miguel Molina
Dan Saul escribió: Hi, I have trouble getting MOH to work after an upgrade from asterisk 1.4 to 1.6.1.4. The call goes on hold, MOH is started, and then stops right away. Here are the files both of type .raw: Tsunami*CLI moh show files Class: default File:

[asterisk-users] Connected Line ID for Asterisk 1.4

2009-09-16 Thread Matt Riddell
Hi, We're using the Pickup app on a customer's site with Linksys phones. Is there any way to display the callerid of the phone call you've picked up in 1.4? I assume (rightly or wrongly) that this is connected line ID. Basically, the phones are displaying 79 on the screen (the number the

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Danny Nicholas
What are your actual file names (/etc/asterisk/musiconhold/Frederic Chopin – Polonaised Op. 40-2.wav?) _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dan Saul Sent: Wednesday, September 16, 2009 4:50 PM To: Asterisk Users

Re: [asterisk-users] How to configure a coverage pathfor anextension???

2009-09-16 Thread Alex Samad
On Wed, Sep 16, 2009 at 12:24:22PM -0700, Steve Edwards wrote: On Wed, 16 Sep 2009, Danny Nicholas wrote: I'd try this: - exten = 4000,1,Dial(SIP/4000,20,ikKtT) - exten = s-NOANSWER,1,Dial(SIP/4001,20,ikKtT) - exten = s-NOANSWER,2,Voicemail(4000) - exten =

[asterisk-users] call-limit on dahdi channel

2009-09-16 Thread Alex Samad
Hi how do i set the call-limit on a dahi line - its connected to the pstn network - shared fax line. How do i tell asterisk not to send more than 1 call there ! Alex -- Drug therapies are replacing a lot of medicines as we used to know it. - George W. Bush 10/18/2000 St. Louis, MO

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Dan Saul
The files used to be Frederic Chopin – Polonaised Op. 40-2.raw I have since replaced the raw files with the original mp3s They are now as follows: [r...@tsunami musiconhold]# ls -l . total 13320 -rw-r--r-- 1 asterisk asterisk 5415926 2009-09-16 17:18 hm1.mp3 -rw-r--r-- 1 asterisk asterisk 8217974

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Dan Saul
This might be another piece of the puzzle: It would appear any application using playback functionality exits immediately. For example anything involving voicemail or playback. Phone calls work with no problem but not if asterisk must play something back. The modules are loaded however...

Re: [asterisk-users] res-crypto dependencies

2009-09-16 Thread Michelle Dupuis
Thanks all. Turns out a package proplem was causing a conflict...I hard to mess with packages to get all in and happy. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tilghman Lesher Sent: Wednesday,

Re: [asterisk-users] Music on Hold

2009-09-16 Thread Matt Riddell
On 17/09/09 10:40 AM, Dan Saul wrote: This might be another piece of the puzzle: It would appear any application using playback functionality exits immediately. For example anything involving voicemail or playback. Phone calls work with no problem but not if asterisk must play something back.

[asterisk-users] H323 RTP Transmission error of packet

2009-09-16 Thread Ruddy Gbaguidi
Using H323 to reach another h323 switch, I have no audio and the following error: [Sep 16 15:45:55] DEBUG[10528]: rtp.c:2760 ast_rtp_raw_write: RTP Transmission error of packet 21282 to XXX.XXX.XXX.XXX:6064: Invalid argument [Sep 16 15:45:55] DEBUG[10528]: rtp.c:2760 ast_rtp_raw_write: RTP

Re: [asterisk-users] Connected Line ID for Asterisk 1.4

2009-09-16 Thread Doug Lytle
Matt Riddell wrote: Basically, the phones are displaying 79 on the screen (the number the dial for pickup) - as you'd expect, but they'd like to see the CID of the person who called in. There are patches against 1.4 that allow you to change the display to anything that the phone will

[asterisk-users] web-meetme cbEnd.php not running - error

2009-09-16 Thread Glen Ganderton
Hey, Ive installed web meetme and everything is working fine except no records are being written to the cdr and participants tables, this is because the cbEnd.php script is not running. Below is the output of the cbEnd.php when I run in manually. I am running asterisk 1.4.20.1 and web meetme

Re: [asterisk-users] Connected Line ID for Asterisk 1.4

2009-09-16 Thread Jeff LaCoursiere
On Wed, 16 Sep 2009, Doug Lytle wrote: Matt Riddell wrote: Basically, the phones are displaying 79 on the screen (the number the dial for pickup) - as you'd expect, but they'd like to see the CID of the person who called in. There are patches against 1.4 that allow you to change the

Re: [asterisk-users] dCAP Exam

2009-09-16 Thread Neeraj Chand
Hi All, Thanks for all the wonderful contributions, from cell phones right up to proxies, etc... Many thanks also to Tony Turner for the great advice. As for Jared, what can I say...simply legend... :) I believe this is what I was after. :) For all those attending AstriconSee you there!

Re: [asterisk-users] Connected Line ID for Asterisk 1.4

2009-09-16 Thread Matt Riddell
On 17/09/09 1:57 PM, Jeff LaCoursiere wrote: On Wed, 16 Sep 2009, Doug Lytle wrote: Matt Riddell wrote: Basically, the phones are displaying 79 on the screen (the number the dial for pickup) - as you'd expect, but they'd like to see the CID of the person who called in. There are patches

Re: [asterisk-users] custom voicemail e-mail

2009-09-16 Thread Patrick
Hello Ron, I was thinking also to replace the email sent by the voicemail by a php script. My questions is simple, how do you manage to get the voicemail variables from the php script ? Or, maybe, you get from stdin the content of the email that should be send via sendmail ? Thanks in advance

[asterisk-users] limit concurrent calls on trunk supporting multiple DID

2009-09-16 Thread Patrick
Hello guys, I've one SIP trunk that support multiple DID. Only the trunk is documented in sip.conf (called DID is taken from the sip-header in real time). I would like to limit the number of simultaneous calls on each DID. Is there a way to achieve this ? My understanding is that the SIP

Re: [asterisk-users] limit concurrent calls on trunk supporting multiple DID

2009-09-16 Thread Alex Balashov
You can set some kind of counter in the dial plan, call an AGI script, use func_odbc to make database calls, or otherwise achieve this programatically. -- Sent from mobile device On Sep 17, 2009, at 1:16 AM, Patrick asterisk-us...@ict-synergy.be wrote: Hello guys, I've one SIP trunk