Re: [asterisk-users] Realtime MOH

2008-04-01 Thread Doug Lytle
Pete Kay wrote: Hi all, I want to allow different users to have their own unique MOH. Is there anyway to do it? Asterisk does not have a realtime MOH feature but I am wondering if there is anyway to get around it? Store each user's MOH settings in the database, check those settings

[asterisk-users] interrupting MOH

2008-04-01 Thread Pete Kay
Hi all, I am hoping someone can help me out on this. I want to be able to interrupt MOH every X seconds after the DIAL command is executed. The interrupt greeting is something like please wait while we transfer your call. How can I do that? Within the DIAL options, I can't see any announce

Re: [asterisk-users] Cisco 7965 SIP Firmware

2008-04-01 Thread Razza
On 31/03/2008, Greg Oliver [EMAIL PROTECTED] wrote: For a 7965, you might try loadinformation to be 335.. I have had to match up CCM tk.prod values to match on newer phones in the past to be what cisco uses in their internal database before I could get them to work. Although, leaving those

[asterisk-users] Realtime MOH

2008-04-01 Thread Pete Kay
Hi all, I want to allow different users to have their own unique MOH. Is there anyway to do it? Asterisk does not have a realtime MOH feature but I am wondering if there is anyway to get around it? Thank you for your suggestion. Thanks, Pete ___ --

Re: [asterisk-users] interrupting MOH

2008-04-01 Thread Tilghman Lesher
On Tuesday 01 April 2008 05:14:25 Pete Kay wrote: I am hoping someone can help me out on this. I want to be able to interrupt MOH every X seconds after the DIAL command is executed. The interrupt greeting is something like please wait while we transfer your call. How can I do that? Within

[asterisk-users] ECT implimentation

2008-04-01 Thread Nayak
Hi I want to know how we can use Explicity call transfer by using of Asterisk with extensions.conf Regds Santosh asterisk-users@lists.digium.com ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To

Re: [asterisk-users] interrupting MOH

2008-04-01 Thread John Millican
Tilghman Lesher wrote: On Tuesday 01 April 2008 05:14:25 Pete Kay wrote: I am hoping someone can help me out on this. I want to be able to interrupt MOH every X seconds after the DIAL command is executed. The interrupt greeting is something like please wait while we transfer your call. How

Re: [asterisk-users] How to give user a prompt before connecting thecall

2008-04-01 Thread Jeremy Mann
Can I assume after exten=2,1,Playback(thanksfortakingthecall) there's more logic, or does asterisk handle the connection between both parties at that point? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hales Sent: Monday, March 31, 2008 9:34

[asterisk-users] ZAPTEL

2008-04-01 Thread Jan Prunk
Hello ! I am having issues since the upgrade in debian from zaptel 1.4.7.1 to 1.4.8. I did m-a a-i zaptel to upgrade what i still get is: cat /sys/module/zaptel/version 1.4.7.1 It doesn't seem that it wants to load the new driver, any ideas ? Kind regards, Jan -- Jan Prunk janprunk AT

[asterisk-users] Hangup problem with meetme

2008-04-01 Thread Rahul Yadav
hi all I am using asterisk 1.4.15 I have a problem in conference .The conference room is not getting hangup after disconnecting tha call also.It shows disconnection on the x lite phone but when i run show channels on asterisk cli it showr meetme room is reserved. thanks Rahul

Re: [asterisk-users] ZAPTEL

2008-04-01 Thread Steve Totaro
On Tue, Apr 1, 2008 at 10:09 AM, Jan Prunk [EMAIL PROTECTED] wrote: Hello ! I am having issues since the upgrade in debian from zaptel 1.4.7.1 to 1.4.8. I did m-a a-i zaptel to upgrade what i still get is: cat /sys/module/zaptel/version 1.4.7.1 It doesn't seem that it wants to

Re: [asterisk-users] ZAPTEL

2008-04-01 Thread Tzafrir Cohen
On Tue, Apr 01, 2008 at 04:09:48PM +0200, Jan Prunk wrote: Hello ! I am having issues since the upgrade in debian from zaptel 1.4.7.1 to 1.4.8. I did m-a a-i zaptel to upgrade [ which is the Debian rough equivalent of 'make; make modules-install' ] what i still get is: cat

Re: [asterisk-users] breaking into asterisk channel

2008-04-01 Thread Chaya Zipora Rosenberg
Hello, I am setting-up a system to place outgoing calls for a certain number of minutes (as allowed per the customer's account). I would like to break into the long distance channel to announce 1 minute left, etc. What asterisk command can I use to do this? Thank you in advance for

Re: [asterisk-users] ZAPTEL

2008-04-01 Thread Shaun Ruffell
Jan Prunk,, wrote: Hello ! I am having issues since the upgrade in debian from zaptel 1.4.7.1 to 1.4.8. I did m-a a-i zaptel to upgrade what i still get is: cat /sys/module/zaptel/version 1.4.7.1 It doesn't seem that it wants to load the new driver, any ideas ? Kind regards,

[asterisk-users] Simple Question

2008-04-01 Thread Rizwan Hisham
Hi, Does anyone know the purpose of /n attached at the end of the dial command below Dial(Local/[EMAIL PROTECTED]/n Local/[EMAIL PROTECTED]/n) -- Best Regards Rizwan Hisham ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] Simple Question

2008-04-01 Thread Jared Smith
On Tue, 2008-04-01 at 08:23 -0700, Rizwan Hisham wrote: Does anyone know the purpose of /n attached at the end of the dial command below Dial(Local/[EMAIL PROTECTED]/n) The 'n' flag tells chan_local not to optimize itself out of the call path. Without the 'n' flag, chan_local will

Re: [asterisk-users] Simple Question

2008-04-01 Thread Eric Wieling
Rizwan Hisham wrote: Hi, Does anyone know the purpose of /n attached at the end of the dial command below Dial(Local/[EMAIL PROTECTED]/n Local/[EMAIL PROTECTED]/n) Yes, and you will too when you read localchannel.txt in your Asterisk source code docs directory. -- Consulting for

Re: [asterisk-users] Simple Question

2008-04-01 Thread Lenz
Rule of thumb: you first try without the /n; if the new behaviour is different from expected, add the /n :) Just my $0.02 l. On Tue, 01 Apr 2008 17:33:05 +0200, Jared Smith [EMAIL PROTECTED] wrote: On Tue, 2008-04-01 at 08:23 -0700, Rizwan Hisham wrote: Does anyone know the purpose of /n

Re: [asterisk-users] breaking into asterisk channel

2008-04-01 Thread Henry Cobb
On Tue, Apr 1, 2008 at 7:29 AM, Chaya Zipora Rosenberg [EMAIL PROTECTED] wrote: Hello, I am setting-up a system to place outgoing calls for a certain number of minutes (as allowed per the customer's account). I would like to break into the long distance channel to announce 1 minute

Re: [asterisk-users] breaking into asterisk channel

2008-04-01 Thread Tilghman Lesher
On Tuesday 01 April 2008 09:29:21 Chaya Zipora Rosenberg wrote: I am setting-up a system to place outgoing calls for a certain number of minutes (as allowed per the customer's account). I would like to break into the long distance channel to announce 1 minute left, etc. What asterisk

Re: [asterisk-users] breaking into asterisk channel

2008-04-01 Thread Chaya Zipora Rosenberg
Are you asking if both sides of the conversation will hear 1 minute left - then no, I'd rather if just my customer hears the message. Thanks Henry Cobb wrote: On Tue, Apr 1, 2008 at 7:29 AM, Chaya Zipora Rosenberg [EMAIL PROTECTED] wrote: Hello, I am setting-up a system to place

Re: [asterisk-users] voicemail custom greeting

2008-04-01 Thread Mojo with Horan Company, LLC
That might not be where your voicemail files live, but if that IS, maybe asterisk currently goes 'the person at extension XYZ is [on the phone,unavailable] rather than playing greetings out of there. Do you have an Old folder in there? an INBOX folder? Then it's probably the right spot. I'd

Re: [asterisk-users] help with no audio

2008-04-01 Thread Jared Smith
On Tue, 2008-04-01 at 13:24 -0400, Jerry Geis wrote: I call into the dialplan and try to play demo-congrats and I hear nothing. Firewall is disabled. Everything is on the 192.168.1.X network for this simple configuration. The tftp server is giving the polycom phone the config files. Any

[asterisk-users] help with no audio

2008-04-01 Thread Jerry Geis
I am using asterisk 1.4.18 with a polycom phone. sip.conf has: [532] type=friend username=532 secret=XXX dtmfmode=RFC2833 host=dynamic context=smvoice-sip callerid=532 qualify=no nat=no disallow=all allow=ulaw allow=alaw allow=gsm canreinvite=no I call into the dialplan and try to play

Re: [asterisk-users] does the meetme module still require an external timing source?

2008-04-01 Thread Henry Cobb
On Wed, Mar 12, 2008 at 1:57 PM, Michiel van Baak [EMAIL PROTECTED] wrote: On 16:27, Wed 12 Mar 08, Steve Totaro wrote: Try Callweaver. Thanks, Steve Totaro or app_conference for asterisk. That does the trick for me on OpenBSD where you dont have ztdummy. Is app_conference

Re: [asterisk-users] help with no audio

2008-04-01 Thread Jerry Geis
On Tue, 2008-04-01 at 13:24 -0400, Jerry Geis wrote: / I call into the dialplan and try to play demo-congrats and I hear nothing. // // Firewall is disabled. // Everything is on the 192.168.1.X network for this simple configuration. // The tftp server is giving the polycom phone the

Re: [asterisk-users] does the meetme module still require an external timing source?

2008-04-01 Thread Mike Trest - Personal
At 01:13 PM 4/1/2008, you wrote: Is app_conference stable now? I've never made it through a thousand calls without a crash. (With a busy call center this doesn't take all that long.) -HJC I have deployed a MEETME conference bridge based on a FARM of asterisks with 6,000 conference ports

[asterisk-users] Zaptel support removed from Asterisk

2008-04-01 Thread Tim Nelson
http://svn.digium.com/view/zaptel?view=revrevision=4121 Pure VoIP is the wave of the future! Tim Nelson Systems/Network Support Rockbochs Inc. Disclaimer: We all know what day it is today... :-) ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Had it with Dell Garbage - HP Question

2008-04-01 Thread Drew Gibson
My own fear from hell is having to call tech support! My personal experience is that I get better support, faster, from mailing lists than from a paid for tech support. If it's a common failure, Google will get you there faster than you can dial 1-800. If it's more unusual, the paid for

Re: [asterisk-users] breaking into asterisk channel

2008-04-01 Thread Chaya Zipora Rosenberg
can you give an example? Thanks Tilghman Lesher wrote: On Tuesday 01 April 2008 09:29:21 Chaya Zipora Rosenberg wrote: I am setting-up a system to place outgoing calls for a certain number of minutes (as allowed per the customer's account). I would like to break into the long distance

Re: [asterisk-users] Zaptel support removed from Asterisk

2008-04-01 Thread Alex Balashov
Olivier wrote: And what about SIP support ? Should it be removed in 1.6 or 1.8 ? SIP might be important to retain for legacy/historical reasons, but I do suggest ditching that long, long-deprecated INVITE method and dialog. Nothing but sheer madness issues forth from it. I have never seen

[asterisk-users] Digium B410P, bristuff and BRI support in 1.6

2008-04-01 Thread Olivier
Hi, Is it possible to both use Digium B410P and bristuff'ed 1.4 Asterisk, now ? I've heard BRI support in Asterisk is about to change with 1.6 but I'm not sure I understood what the plan is. If someone has a clue, l would delighted to learn about it. Cheers

Re: [asterisk-users] Zaptel support removed from Asterisk

2008-04-01 Thread Olivier
And what about SIP support ? Should it be removed in 1.6 or 1.8 ? ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit:

Re: [asterisk-users] Zaptel support removed from Asterisk

2008-04-01 Thread Mojo with Horan Company, LLC
Olivier wrote: And what about SIP support ? Should it be removed in 1.6 or 1.8 ? Where have you been? SIP's been deprecated since 1.2. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To

Re: [asterisk-users] Zaptel support removed from Asterisk

2008-04-01 Thread RE Kushner List Account
Tim Nelson wrote: http://svn.digium.com/view/zaptel?view=revrevision=4121 Pure VoIP is the wave of the future! Yeah, April fools... -Ron ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To

Re: [asterisk-users] interrupting MOH

2008-04-01 Thread Rob Hillis
You may be able to achieve the desired result using queues rather than Dial statements. Overkill perhaps, but it's the only way I can think to implement it at the moment. John Millican wrote: Tilghman Lesher wrote: On Tuesday 01 April 2008 05:14:25 Pete Kay wrote: I am hoping

Re: [asterisk-users] Control of RTP open ports

2008-04-01 Thread Mojo with Horan Company, LLC
Alejandro Cabrera Obed wrote: Can Asterisk control the RTP open ports the voip clients use ??? Or the RTP open ports depend on the voip clients ??? It depends on the VoIP clients. ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] UK FXO hangup detection with a twist

2008-04-01 Thread Mojo with Horan Company, LLC
Steve Davies wrote: Could you point me at some reference material for how this differs from KS, and what compatibility issues this might cause with other equipment? Has anyone tried this in the UK? Would BT even understand the request for ground-start signalling? KS (Kewl Start) simply

Re: [asterisk-users] does the meetme module still require an external timing source?

2008-04-01 Thread Steve Edwards
On Tue, 1 Apr 2008, Mike Trest - Personal wrote: At 01:13 PM 4/1/2008, you wrote: Is app_conference stable now? I've never made it through a thousand calls without a crash. (With a busy call center this doesn't take all that long.) I have deployed a MEETME conference bridge based on a

[asterisk-users] Voicemail- Recorded Mesage Low Volume

2008-04-01 Thread John Meksavan
Asterisk Users, I am running Asterisk 1.4.11, Zaptel 1.4.5.1, and Librpi 1.4.1 on a Debian Etch system. On the recorded voice mail messages, the volume is really low when retrieving them with my cell phone. I tried with multiple cell phones with the volume level high and still, the same

Re: [asterisk-users] Spam: Voicemail- Recorded Mesage Low Volume

2008-04-01 Thread Brig C. McCoy
Do you see the same volume issues dialing in with a 'normal' POTS phone? Are these the standard recordings that come with Asterisk or some custom recordings? ...brig Brig C. McCoy ThyssenKrupp Access Corp Network Administrator Grandview, MO 64030 816-767-5577

Re: [asterisk-users] Digium B410P, bristuff and BRI support in 1.6

2008-04-01 Thread Jean-Denis Girard
Hi, Olivier a écrit : Hi, Is it possible to both use Digium B410P and bristuff'ed 1.4 Asterisk, now ? I've heard BRI support in Asterisk is about to change with 1.6 but I'm not sure I understood what the plan is. If someone has a clue, l would delighted to learn about it. You should

Re: [asterisk-users] Voicemail- Recorded Mesage Low Volume

2008-04-01 Thread Doug Lytle
John Meksavan wrote: level high and still, the same problem. I tried to increase the rxgain to 12.2 in the zapata.conf file and it had no affect You'd want to fiddle with the txgain(Transmit) Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little

Re: [asterisk-users] Spam: Voicemail- Recorded Mesage Low Volume

2008-04-01 Thread John Meksavan
When people leave me messages, both on the cellphone and POTS phones, on the recorded Asterisk voicemail message volume is really low. I could barely hear my voicemail messages, when retrieving them, either cellphone or POTS line. The voice mail prompts and sound recordings are fine, but the

[asterisk-users] g729 encoder/decoder

2008-04-01 Thread Peder @ NetworkOblivion
How does the g729 encoder/decoder count in regards to the total number of licenses and how does it count an encoder/decoder? I looked on the wiki and don't really see anything that explains it. In other words, how do the calls below count (assume no reinvite)? g729 phone calls into voicemail

[asterisk-users] Calls randomly being placed on hold...

2008-04-01 Thread Tim Nelson
Hello! I'm having a bit of an issue with one of my installations that I cannot figure out. For some reason, when two people are in a call (both local to the * box, same subnet, pure SIP), the call will randomly be placed on hold and provide MOH to the other party. We're using Polycom IP430

Re: [asterisk-users] Spam:Re: Spam: Voicemail- Recorded Mesage Low Volume

2008-04-01 Thread Brig C. McCoy
Here's a nice discussion of the issue: http://www.voipuser.org/forum_topic_3857.html ...brig Brig C. McCoy ThyssenKrupp Access Corp Network Administrator Grandview, MO 64030 816-767-5577 From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [asterisk-users] g729 encoder/decoder

2008-04-01 Thread Jaswinder Singh
When g729 phone calls another g729 phone and you are not recording calls or doing meetme with them then license is not required ... g729 phone calling g711 will require a license to transcode the g729 side ( no license for g711 side of call ) . In short anytime u need to convert g729 into some

[asterisk-users] TDM410E card, 1 FXO module - how to dial Out

2008-04-01 Thread Paul Whitby
Hello Newbie question here: I have a box running Ubuntu Linux 7.10 gutsy gibbon, and have a single Digium TDM410E card, with 1 FXO module fitted and connected to my landline. I have it answering the landline, directing to SIP phones, diverting to voicemail etc - and it works great. What

Re: [asterisk-users] Finding iaxy's (iaxies?)

2008-04-01 Thread Mojo with Horan Company, LLC
Steve Edwards wrote: 4) How do YOU find an Iaxy on your network? I was most easily able to find them by watching my DHCP server logs. You're right about the -b switch to ping, that's required. Moj ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Calls randomly being placed on hold...

2008-04-01 Thread Adrià Vidal
Enable dtmf on the logger.conf and see if you get some # or ** or whatever key you have configured at features.conf for transfer, maybe you could see something into the logs. I get something similar with some Linksys PAP2. Adria Vidal On Tue, Apr 1, 2008 at 10:15 PM, Tim Nelson [EMAIL PROTECTED]

[asterisk-users] Unicall + incomplete DNIS on international calls

2008-04-01 Thread Iván Reyes Tejera
Hello everybody, i'm from Mexico, at the time i´m working on a production server with asterisk 1.2.25 + spandsp-0.0.4 + libmfcr2-0.0.3+libsupertone-0.0.2+libunicall-0.0.3 and zaptel-1.2.22. I installed this version of astunicall that i downloaded from http://www.moythreads.com/astunicall/

[asterisk-users] Asterisk and radius

2008-04-01 Thread FaberK
Hi folks, I'm trying to install asterisk with radius cdr support. I got freeradius up and running, so following radius instructions inside asterisk source package, I've installed radiusclient-ng and relative headers. But when I start configure(asterisk 1.4.18.1) I got: checking for rc_read_config

Re: [asterisk-users] TDM410E card, 1 FXO module - how to dial Out

2008-04-01 Thread Mojo with Horan Company, LLC
Paul Whitby wrote: Hello Newbie question here: I have a box running Ubuntu Linux 7.10 gutsy gibbon, and have a single Digium TDM410E card, with 1 FXO module fitted and connected to my landline. I have it answering the landline, directing to SIP phones, diverting to voicemail etc - and

Re: [asterisk-users] is this possible..

2008-04-01 Thread blackwater dev
We currently have an application used by the trucking industry to find freight to move. Now, the trucker does a search around Boston (for example) and gets 100 loads returned. They start at the first and call the company who has the freight, the company may say, sorry, someone just booked that

[asterisk-users] call files

2008-04-01 Thread Jerry Geis
I am trying to use call files that dial and play a wave file on 3 asterisk boxes console dsp. This is working. The 3 boxes are noticeably out of sync. From using 3 different call files (time to process) I'm sure is the time delay. Is there a way to get these audios more in sync? Jerry

Re: [asterisk-users] How to give user a prompt before connecting thecall

2008-04-01 Thread Paul Hales
I don't entirely remember - I was writing this code from memory. Have you done any testing? PaulH On Tue, 2008-04-01 at 08:47 -0500, Jeremy Mann wrote: Can I assume after exten=2,1,Playback(thanksfortakingthecall) there's more logic, or does asterisk handle the connection between both

Re: [asterisk-users] Voicemail- Recorded Mesage Low Volume

2008-04-01 Thread Mojo with Horan Company, LLC
Doug Lytle wrote: John Meksavan wrote: level high and still, the same problem. I tried to increase the rxgain to 12.2 in the zapata.conf file and it had no affect You'd want to fiddle with the txgain(Transmit) Doug He might actually want to deal with rxgain, because it

Re: [asterisk-users] call files

2008-04-01 Thread Mojo with Horan Company, LLC
Sync the clocks on your asterisk boxen using NTP or whatever, and then 'touch' the call files into the future so each asterisk waits before processing it...? Might get them closer. Another option is get all three boxes into the same meetme room, waiting a few seconds for them to be ready if

[asterisk-users] Asterisk on iPhone

2008-04-01 Thread C F
TODAY I have managed to hack the iPhone and install Asterisk on it. Detailed instructions to follow. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit:

[asterisk-users] Virtual or Hardware SIP Modem

2008-04-01 Thread Kyle Gibbons
Hi, I have just gotten my first Asterisk box up and running, and it is running great. I am working on this project with the plans of possibly implementing it in a business environment. The problem I am coming up against is that the business I am planning on implementing this setup in is using

Re: [asterisk-users] interrupting MOH

2008-04-01 Thread Andreas van dem Helge
I think that's still a better idea than using a dump the caller into meetme hack and is actually what I was going to suggest. If you want something simpler than a queue then inject the sounds into the moh already. On Tue, Apr 1, 2008 at 3:09 PM, Rob Hillis [EMAIL PROTECTED] wrote: You may be

Re: [asterisk-users] g729 encoder/decoder

2008-04-01 Thread Peder @ NetworkOblivion
That makes sense. A call from 729 to 711 would require one encoder and one decoder, right? So if you have 10 licenses, is it 10 total encoders+decoders, or 10 calls (some may require encode, or decode, or both)? Because I had 10 licenses, but my encoders+decoders was more than 10 and calls

[asterisk-users] FXS, Power and Sangoma

2008-04-01 Thread Todd
Hi I've a Sangoma A200D with 2FXO and 2FXS. When using it with only the FXO module, it's all good. But when I put in the FXS module and connect the power, logs tells me not enough power. Mar 31 14:11:54 phone kernel: [ 4761.246931] wanpipe1: Module 1: Failed to powerup within 600 ms

Re: [asterisk-users] Virtual or Hardware SIP Modem

2008-04-01 Thread Don Fanning
Short answer: No. However you can use ATA devices like PAP-2's to connect to your existing modem bank and as long as your latency is constant, get decent results. I myself have gotten 33.6k on a regular basis with such a setup and have called the world using cheap SIP/IAX providers with

[asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-01 Thread Pete Kay
Hi friends, Is there anyway to have Asterisk to wait for 1 second before sending a DTMF using the D() option? Thanks for your suggestion. Pete ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To

Re: [asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-01 Thread Al lists
If you are asking about dial command on analog lines, here is what i do : exten = _NXX,1,Dial(ZAP/g1/ww${EXTEN}) that should give you 2 seconds before actually start dialing, its good way to wait for analog lines to stabilize first before dialing. On Tue, Apr 1, 2008 at 9:49 PM, Pete Kay

Re: [asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-01 Thread Pete Kay
Hi Thank you for your reply. I am looking for sending the exension number such as 100 immediately after the called party picks up. I am hoping to send the digits after the call is picked up by the called party instead of before. Is this something that can be done? I can't see anything in the