Re: [asterisk-users] Help with FUNC_MATH

2020-02-13 Thread Don Kelly
Do you know that it is coming back as FALSE, or are you assuming that from examining the expression? --Don From: asterisk-users [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dovid Bender Sent: Thursday, February 13, 2020 1:13 PM To: Asterisk Users Mailing List - Non

Re: [asterisk-users] Help with FUNC_MATH

2020-02-13 Thread Don Kelly
-12 On Thu, Feb 13, 2020 at 2:05 PM Don Kelly wrote: Is HOUR_SELECTED a floating-point number (e.g. 11.999)? If so, you need to account for that in your comparison. --Don From: asterisk-users [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dovid Bender

Re: [asterisk-users] Help with FUNC_MATH

2020-02-13 Thread Don Kelly
Is HOUR_SELECTED a floating-point number (e.g. 11.999)? If so, you need to account for that in your comparison. --Don From: asterisk-users [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dovid Bender Sent: Thursday, February 13, 2020 4:47 AM To: Asterisk Users

Re: [asterisk-users] Half Off Topic Questions

2018-03-06 Thread Don Kelly
r" on its own is another example - "phone number". Antony. -- The North American Numbering Plan doesn't distinguish between the "number types." With portability of numbers between mobile and the decreasing number of landlines and the mobility of mobile numbers eliminati

Re: [asterisk-users] How to detect fake CallerID? (8xx?)

2017-05-11 Thread Don Kelly
I've assumed that the client is not present when the cleaners arrive. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Sebastian Nielsen Sent: Thursday, May 11, 2017 10:19 AM To: 'Aste

Re: [asterisk-users] How to detect fake CallerID? (8xx?)

2017-05-11 Thread Don Kelly
As a client, I don't want service company personnel answering my phone. As a service company, I don't want my clients thinking that I do not trust my employees who are at the client facility. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailt

Re: [asterisk-users] How to detect fake CallerID? (8xx?)

2017-05-10 Thread Don Kelly
It's probably not practical to have them answering the client's telephone! At a lot of sites, incoming calls would be handled by auto attendant, diverted to answering service, etc. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-

Re: [asterisk-users] How to detect fake CallerID? (8xx?)

2017-05-10 Thread Don Kelly
. Anyone who is illegally spoofing can face penalties of up to $10,000 for each violation. Making it clear to your employees that spoofing will result in termination might be enough. Requiring employees to have a phone that you can locate would allow you to check from time to time. --Don

Re: [asterisk-users] Metaswitch caller ID passing

2016-08-05 Thread Don Kelly
Is this your Astribank installation? Xorcom may have an answer. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere Sent: Friday, August 5, 2016 8:05 AM To: asterisk-users@lists.digium.com Subject:

Re: [asterisk-users] Asterisk Phone ( Telecom feature )

2014-10-08 Thread Don Kelly
Although you may have found them rude and unhelpful, I think most of the responses had a common theme-we need more information about what you have and what you want to do before we can help at all. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun

Re: [asterisk-users] Asterisk Phone ( Telecom feature )

2014-10-07 Thread Don Kelly
JG confirmed that "it" is possible, but "it" has not been defined. Without knowing what kind of instruments you are using, a possible "it" would be for a party to dial a 4-digit extension number to talk to someone internally, completing a call without using the PRI t

Re: [asterisk-users] Playback/background audio from MySQL BLOB

2014-09-23 Thread Don Kelly
On Tue, 23 Sep 2014, Steve Edwards wrote: >> On 09/23/2014 02:17 PM, Steve Edwards wrote: > >> > For some applications, storing recorded audio (prompts and caller >> > recordings) as a BLOB in MySQL has advantages. > > On Tue, 23 Sep 2014, Don Kelly wrote:

Re: [asterisk-users] Playback/background audio from MySQL BLOB

2014-09-23 Thread Don Kelly
a pool of them and somehow manage locking them... J I'm curious about what the advantages are of storing audio in a blob. Wouldn't it be more efficient to store it in a file and just put the filename in the da

Re: [asterisk-users] PRI timing settings

2014-08-20 Thread Don Kelly
It's possible that Sprint is burping on the name. Try first dropping the "1." Then try dropping the name also, if necessary. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere Sent: Wedne

Re: [asterisk-users] PRI timing settings

2014-08-20 Thread Don Kelly
For my NI2 PRIs I've always used 10 digits for everything and no +1 --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere Sent: Wednesday, August 20, 2014 9:41 AM To: asterisk-users@lists.digium.com Su

Re: [asterisk-users] PRI timing settings

2014-08-19 Thread Don Kelly
Doubtful that T309 or T316 are causing the problem, but you can always change them to correspond with their defaults. http://www.nmscommunications.com/manuals/6272-16/appendxe.htm --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Loud Ringers and paging systems...

2014-08-06 Thread Don Kelly
' channel the channel name of the paging call. Then when the original call is answered, it runs a subroutine that redirects the paging call to a priority that hangs that call up. Will your approach handle ringing more than one of the three extensions simultaneously?

Re: [asterisk-users] Asterisk call forward for T1 incoming calls

2014-04-28 Thread Don Kelly
1 interface cards that two B-channel transfers did something like this. Digium has documentation on that here: http://kb.digium.com/articles/Configuration/Two-B-Channel-Transfers If that doesn't help, and you have a Digium card; you might call Digium tech support to ask about it. Don

Re: [asterisk-users] Asterisk 1.6

2014-04-04 Thread Don Kelly
Shouldn't the secast discussion be on the commercial list? Note that their free version works for five simultaneous calls-then the price goes 'way up. --Don (Top posting 'cause that's what's already being done.) From: asterisk-users-boun...@lists.digium.c

Re: [asterisk-users] Replying to Posts

2014-03-13 Thread Don Kelly
lies should go at the top" group and would vote for a change in the rules. I'll vote again for top posting, and expect my vote to be recognized "internationally" about as much as the Crimean referendum. --Don -- _

Re: [asterisk-users] Call transfer problem.

2014-02-24 Thread Don Kelly
Does he complete the call as a "supervised" transfer--waits for the called party to answer before completing the transfer? --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike Diehl Se

Re: [asterisk-users] Reading DTMF sent by callee during a SIP call

2013-12-20 Thread Don Kelly
Isn't it easier just to use a SIP door phone? --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ishfaq Malik Sent: Friday, December 20, 2013 10:31 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subjec

Re: [asterisk-users] Multiple IAX2 Trunks Load balancing

2013-12-13 Thread Don Kelly
ble to do the L.B. at the O.S. or network level, and let all trunks appear to asterisk to one single trunk. Don asks: What's the value of load balancing multiple IAX trunks between the same system pair? What resources ar

Re: [asterisk-users] Call Queue advise

2013-12-10 Thread Don Kelly
asterisk channel on Freenode IRC. Could ring the least-recent a couple times to provide workload balance, then ring everyone to make sure someone answers. --Don -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-users] link to MySQL connection

2013-12-03 Thread Don Kelly
takes so much time. jg I'll look into why the connection takes so long. I'm looking for a quick fix for the problem :) Long term, I think a web service would be better for what this routine is doing. It doesn't do any telephony stuff and only requires one variable from the dia

Re: [asterisk-users] link to MySQL connection

2013-12-03 Thread Don Kelly
;s not the answer I wanted, but it sure was quick. :) Is there anything that would enable me to use a persistent connection in the agi? --Don Yes. Use func_odbc in your PHP AGI. In Asterisk dialplan functions are treated like dialplan variables so you can get and set them just like you would other

Re: [asterisk-users] link to MySQL connection

2013-12-03 Thread Don Kelly
;s not the answer I wanted, but it sure was quick. :) Is there anything that would enable me to use a persistent connection in the agi? --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Aste

[asterisk-users] link to MySQL connection

2013-12-03 Thread Don Kelly
e php routines takes about 5 seconds, which is unacceptable. --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

Re: [asterisk-users] terminating the call, when transferer hangs up the call during attended transfer

2013-11-25 Thread Don Kelly
In that case, rather than hanging up, B wants to abandon the transfer and recover the original call. Is that right? --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join u

Re: [asterisk-users] is g729 codec free? or under license???

2013-10-02 Thread Don Kelly
In your scenario, all the calls are from endpoints on 181 to endpoints on 183. If the endpoint devices are similar, it seems to me that there should be no need to transcode-you can use a codec common to the endpoints. 729 would not be required. --Don From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Auto dialer scripts and software

2013-06-18 Thread Don Kelly
I think political calling is less restrictive than you think! This is three years old, but probably mostly applicable. http://www.ilga.gov/commission/lru/Feb2010FirstRdg.pdf --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of

Re: [asterisk-users] ILEC Interconnect: Basic MUX: M13 vs DCS: VT1.5 vs DS3

2013-06-12 Thread Don Kelly
Is there an OC-n to SIP solution that makes sense? --Don Hi Nick, Going from DS1 to OC-n is a multi-step process. Typically requiring a hardware device to handle each MUX step. But you can find hardware that handles multiple MUX steps together. VT1.5 is just a raw OC-n channel containing

Re: [asterisk-users] announcement to be played for attended transfer call

2013-06-11 Thread Don Kelly
y not want to wait for A---believe me. **OP asked for an announcement to be played to B, not A. --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introducto

Re: [asterisk-users] Auto dialer scripts and software

2013-05-22 Thread Don Kelly
Calls on behalf of political candidates are generally legal--even to people on the "do not call" lists. It doesn't seem to be possible to pass legislation preventing them. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:aste

Re: [asterisk-users] multiple provider for incoming

2013-04-30 Thread Don Kelly
The idea is to get your toll-free numbers from a top-tier carrier, pointed to ring-to numbers on the sip provider of your choice. You can then quickly (hopefully automatically) switch the toll-free numbers to other ring-to numbers on your backup sip provider. --Don From: asterisk-users-boun

Re: [asterisk-users] multiple provider for incoming

2013-04-30 Thread Don Kelly
If inbound reliability is important, you may be able to accomplish what you want with redundant servers, multiple sip providers and toll-free numbers that can be readily switched between the sip providers. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun

Re: [asterisk-users] Gateway?

2013-04-30 Thread Don Kelly
ur application-what do you want to accomplish? --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.aster

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Don Kelly
On Tue, 26 Feb 2013, Eric Wieling wrote: > For me, PHP with its C-like syntax... Steve Edward said: For me, C with it's C-like syntax... So that brings up the question I have. Shouldn't a daemon be a compiled proc

Re: [asterisk-users] Can't detect remote answer

2013-02-11 Thread Don Kelly
Press "#" after entering the number to see if it's an extension pattern matching delay --Don -Original Message- On Behalf Of Steve Edwards Sent: Monday, February 11, 2013 4:16 PM Extension pattern matching (waiting for the digit timeout) can also induce perceived

Re: [asterisk-users] OT - Chan-mobile -Bluetooth dongle on remote LAN workstation

2013-02-01 Thread Don Kelly
Googled that. One result was this: http://nerdvittles.com/?p=78 --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

Re: [asterisk-users] Asterisk voicemail minimum length / silence settings

2013-01-22 Thread Don Kelly
al silence has no value. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kevin Larsen Sent: Tuesday, January 22, 2013 5:32 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk voicema

Re: [asterisk-users] Delay in call asterisk

2013-01-17 Thread Don Kelly
If you dial 2001# does it complete the call immediately? Your dial plan may be ambiguous about numbers starting with "2," so it waits a few seconds to see if you're going to dial a longer number. --Don From: asterisk-users-boun...@lists.digium.com [mailto:aste

Re: [asterisk-users] Mail list settings?

2013-01-17 Thread Don Kelly
I get direct replies when people reply to my posts. I thought that was just 'cause they wanted to make sure I saw their replies! --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Pete Mundy

Re: [asterisk-users] special conference room

2013-01-16 Thread Don Kelly
Sounds like a conference with all attendees permanently muted (except the "moderator"). The moderator uses "whisper" to communicate with individuals. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Yve

Re: [asterisk-users] DIDForSale spam

2013-01-09 Thread Don Kelly
Jai, It should not be necessary for me to remove my email address from your list. It should not be on there to start with-we do not have, and have never had, a relationship that justified you sending me email. --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax From

Re: [asterisk-users] PRI (Primary-NTT)

2013-01-06 Thread Don Kelly
Your carrier is apparently using a Japanese switch (at least it's a Japanese standard). If you don't get a good answer from the list, you might send an email to louis.lecl...@denphone.com. Denphone is a company installing Asterisk systems in Tokyo. --Don -Original Message

Re: [asterisk-users] Top Posting

2013-01-02 Thread Don Kelly
text" link for each post and the current post at the bottom. In gmail in my Chrome browser, the message is displayed with the subject at the top and each of the posts (without quoting--even though it's in the message) all nicely stacked up below. I haven't found the bottom

Re: [asterisk-users] Top Posting

2013-01-02 Thread Don Kelly
On 1/2/2013 Don Kelly wrote: > ... what product/procedure/whatever would > enable me to follow and participate in bottom-posted discussions as it > doesn't appear that Outlook or gmail are very effective. > Umm, what about positioning the cursor below the previous post be

Re: [asterisk-users] Top Posting

2013-01-02 Thread Don Kelly
equest for information on what product/procedure/whatever would enable me to follow and participate in bottom-posted discussions as it doesn't appear that Outlook or gmail are very effective. --Don -- _ -- Bandwidth and Co

Re: [asterisk-users] Top Posting

2013-01-02 Thread Don Kelly
trimming that removes no value and a resultant message that has the entire history so I can delete the older messages. As Outlook doesn't support the usenet approach to mail lists, what do people recommend for a good way of managing this type of list? --Don -- __

Re: [asterisk-users] Dialing out and recording

2013-01-02 Thread Don Kelly
; DIDs. Does someone have experience with this working? (Top-posting 'cause the last guy did) --Don Danny Nicholas Sent: Wednesday, January 02, 2013 8:18 AM Put the AGI call in a macro context and add M(macro) to your Dial string. Henrik Westerberg Sent: Wednesday, January 02, 2013

Re: [asterisk-users] Paging for Praying

2013-01-02 Thread Don Kelly
consider, requiring just one call to page “everyone.” --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Lenz Emilitri Sent: Wednesday, January 02, 2013 5:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re

Re: [asterisk-users] Top Posting

2012-12-31 Thread Don Kelly
Tongue firmly in both cheeks? How do you do that? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steven Howes Sent: Monday, December 31, 2012 3:26 AM To: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] Top Posting

2012-12-31 Thread Don Kelly
Deleting everything would really confuse me -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/h

[asterisk-users] Top Posting

2012-12-29 Thread Don Kelly
As I did two years ago, "I'm posting a new thread with the "Top Posting" subject" rather than hijacking the "Paging for Praying" thread. Two questions: 1. Steve K: What do you mean by "/coat"? 2. How do we change rule #5? --Don

Re: [asterisk-users] CDR - Freepbx - Safe to add primary key to table ?

2012-12-07 Thread Don Kelly
icates existing. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Leandro Dardini Sent: Thursday, December 06, 2012 12:50 PM To: rwhee...@artifact-software.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:

Re: [asterisk-users] DTMF digits are coming through twice

2012-10-10 Thread Don Kelly
Is this happening for all callers, or just iPhone callers? --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Vik Killa Sent: Wednesday, October 10, 2012 11:29 AM To: Asterisk Users Mailing List - Non

Re: [asterisk-users] VOIP & PBX replacement suggestions?

2012-06-06 Thread Don Kelly
--Don Don Kelly PCF Corp People Come First 651 842-1000 888 Don Kell(y) 651 842-1001 fax -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Daniel Seagraves Sent: Wednesday, June 06, 2012 2:40 PM To: asterisk

Re: [asterisk-users] Common/Reasonable Assumption on DID/Channel over-subscription

2012-05-27 Thread Don Kelly
The users list probably isn't the best place for this discussion. Send me a note directly if you like. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of A E [Gmail] Sent: Sunday, May 27, 2012 1:28 AM To: Asterisk Users Mailing

Re: [asterisk-users] Common/Reasonable Assumption on DID/Channel over-subscription

2012-05-26 Thread Don Kelly
I don't think it's possible to suggest a ratio without knowing what your actual application "similar to calling card services" is. --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax From: asterisk-users-boun...@lists.digium.com [mailto

[asterisk-users] gr-303

2012-05-21 Thread Don Dawson
Does asterisk support gr-303? Seems to be undocumented if so. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http:/

Re: [asterisk-users] Flashphoner

2012-04-27 Thread Don Kelly
What flavor are flashphoner minties? --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Alex Balashov Sent: Friday, April 27, 2012 12:37 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk

Re: [asterisk-users] Rate sheet "normalization"

2012-03-28 Thread Don Kelly
needing your assistance. --Don From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of C. Savinovich Sent: Wednesday, March 28, 2012 12:13 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Rate sheet

Re: [asterisk-users] Rate sheet "normalization"

2012-03-28 Thread Don Kelly
likely be no free replacement to enable you to stay in business. --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of C. Savinovich Sent: Wednesday, March 28, 2012 10

Re: [asterisk-users] Official numbering plan - where to get?

2012-03-22 Thread Don Kelly
Although I do feel that 100+ Euros/month is more than most of us could manage, I don't think a one-time list is of much value. I would be interested in establishing a database if there was interest from enough users for a modest subscription price. --Don Don Kelly PCF Corp People Come Firs

Re: [asterisk-users] Rate sheet "normalization"

2012-03-16 Thread Don Kelly
If we had reports of every call, we could downgrade status of routes that had frequency calls not completed that were outside the norm. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Markus Sent

Re: [asterisk-users] Rate sheet "normalization"

2012-03-15 Thread Don Kelly
How about a central coop that manages the “normalized” rate sheet and distributes it with “unknown” call quality metrics for each route. Coop members report call quality for all calls/routes so the call quality metrics can be updated in the rate sheet and distributed to members. --Don Don

Re: [asterisk-users] Connecting to an Old Phone System

2012-01-08 Thread Don Kelly
calls before or in lieu of passing them along to the legacy system. --Don Don Kelly PCF Corp People Come First 651 842-1000 -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of C F Sent: Sunday, January 08, 2

Re: [asterisk-users] DID from Direct from Telco

2011-11-04 Thread Don Kelly
inbound-only, or will you be making outbound calls? Or will you be redirecting calls to outside agents? What is there about the SIP providers that you find unsatisfactory? --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax -Original Message- From: asterisk-users-boun

Re: [asterisk-users] Fax from FXS to PRI

2011-09-22 Thread Don Kelly
ime. Thanks for the explanation. I think that most of us can be happy with very, very close to 100%. --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introduct

Re: [asterisk-users] Console Stereo - One call per ear

2011-09-21 Thread Don Kelly
want to talk to caller B without risking missing callee A finally picking up after 15 minutes on hold. (OP said "2 separate calls on each ear." That's 4 calls--would really drive Kyle nuts.) --Don -Original Message- From: asterisk-users-boun...@lists.digium.c

Re: [asterisk-users] Fax from FXS to PRI

2011-09-20 Thread Don Kelly
quot;TDM" FXS to PRI does not work? Are you suggesting this is an Asterisk problem or a Digium hardware problem? Is this really everyone's experience? --Don Don Kelly PCF Corp People Come Fir

Re: [asterisk-users] Answering machine answers after pickup a phone.

2011-08-05 Thread Don Kelly
x27;stepping on' a call in progress. This is the approach that Shaun suggests: "...a capability to detect when a parallel device on a line goes off hook." As it has not been implemented in Asterisk, it can be handled by an inexpensive device. This will enable you to do as you planned

Re: [asterisk-users] Answering machine answers after pickup a phone.

2011-08-05 Thread Don Kelly
meone answers on a phone, then the PBX won't answer. If you want to be certain that the Asterisk system won't interfere with an active call, you can install an exclusion device between the PSTN and the FXO card. Google "telephone exclusion device". --Don Don Kelly PCF Corp

Re: [asterisk-users] Connect asterisk to normal telephone PBX

2011-07-28 Thread Don Kelly
nalog phone. If it is a proprietary phone, you need to try a different approach. --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax -- _ -- Bandwidth and Colocation Provided by http://www.api-digita

Re: [asterisk-users] Lightning and thunder (Claude Hayn

2011-07-27 Thread Don Kelly
a power-up sequence that will work. Then you may be able to find a cost-justified solution that would delay power to one of the devices after a power failure. --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax -- ___

Re: [asterisk-users] Redirecting call from one E1 to another?

2011-07-15 Thread Don Kelly
suggest Two B-Channel Transfer (TBCT), transferring to a unique number (received as DNIS by the other server) that would identify the call as transferred from the first server and, perhaps, the reason for the transfer. It looks like TBCT may not have been implemented in Asterisk for EuroISDN. --Don Don Kell

Re: [asterisk-users] Asterisk as a Condo door opener/intercom

2011-04-11 Thread Don Kelly
Continuing top posting... The same argument could be made for any commercial solution. Why use Asterisk when we could throw $4,000 at our problem for a commercial solution? I'd like to have a solution that would have the features you suggest for $400. --Don On Behalf Of C F Sent: M

Re: [asterisk-users] MOH on DAHDI PRI Channels

2011-04-07 Thread Don Kelly
end answers Question #2 Don't think so since you're asking Asterisk to detect "on hold" from outside (this might be do-able in a SIP environment, but DAHDI tends to be copper). Hope this is correct/helps. [Don Kelly] Looks like the call is "to" the DAHDI Channel

[asterisk-users] Missing audio

2011-03-02 Thread Don Kelly
t I've Googled and studied stuff on-line and haven't figured out what I should be doing to fix it. I'd really appreciate some help. --Don Don Kelly PCF Corp People Come First 651 842-1000 651 842-1001 fax --

Re: [asterisk-users] Does Asterisk support NI-1 (DMS 100) and NI-2 forT1s?

2011-01-21 Thread Don Kelly
ied all features). You say you've used National-wouldn't that be NI-1 or NI-2? --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

Re: [asterisk-users] Mailing list question

2011-01-20 Thread Don Kelly
> Is the any kind of 'tag' that I can include at the end of my message > to make the list processing software ignore and dispose of my > disclaimer? It looks like there were underscores on the same line as the -- I think the actual idea is to include '-- ' with not

Re: [asterisk-users] res_fax

2011-01-19 Thread Don Kelly
means that the content of Application_SendeFax is correct and the content of Application_SendFax is old. After the next update, the content of Application_SendFax will be correct and Application_SendeFax will go away --Don -- ___

Re: [asterisk-users] Top Posting

2011-01-19 Thread Don Kelly
> > On 01/19/2011 12:18 AM, randulo wrote: > > Although there's no requisite mention of ${Horrible_Dictator}, can't > > we pretend there was, call a Godwin and kill this subject? > 11:39 Parker said > That would fall under Quirk's Exception: Intentionally invoking Godwin's > Law to attempt to kil

Re: [asterisk-users] Top Posting

2011-01-18 Thread Don Kelly
>> I've been working with computers for over 40 years and don't have the >> foggiest notion how the "Green Day--Wake Me Up When September Ends" video >> applies to Top Posting. >> >It's a reference to the Everlasting September in 1993. AOL added >usenet access to its service, unleashing a horde o

Re: [asterisk-users] Top Posting

2011-01-18 Thread Don Kelly
> On Tuesday 18 Jan 2011, Don Kelly wrote: > > "PLONK" is "retro"--like bottom-posting :) > > > > --Don > boun...@lists.digium.com] On Behalf Of A J Stiles > Retro? For those of us who actually know what PLONK means, it's hilarious. >

Re: [asterisk-users] Sendind e-mail with Hylafax

2011-01-18 Thread Don Kelly
http://lists.hylafax.org/cgi-bin/lsg2.cgi --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asteris

Re: [asterisk-users] Top Posting

2011-01-18 Thread Don Kelly
t and maintain the entire thread. However, as pointed out a couple days ago, this list's rules specify that we'll respond after the text being responded to, so that's what I'll be doing. "PLONK" is "retro"--like bottom-posting :) --Don On Behalf Of Vinc

Re: [asterisk-users] Top Posting

2011-01-18 Thread Don Kelly
"I also agree this is a pointless discussion because, clearly, nobody is willing to budge, and it has nothing to do with Asterisk." Amen :) It may yet have a point - another few hundred (thousand) of these and the board will blacklist items with the words "top post" and "bottom post" :) And mayb

Re: [asterisk-users] Top Posting

2011-01-15 Thread Don Kelly
ses in Outlook or what other approach can I take to make it practical to stop top-posting. Any suggestions? -- --Don -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk?

Re: [asterisk-users] Top Posting

2011-01-14 Thread Don Kelly
, I'd prefer to see the entire history in a single message, allowing me to delete all previous posts without losing any information. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tom Rymes Sent

Re: [asterisk-users] Top Posting

2011-01-14 Thread Don Kelly
n I only had 16KB of memory to work with, but it leaves me wondering whose comment was "Seconded..." We've lost the attribution. What did you mean, Andrew, about "Don's multiple signatures which I think he will review"? --Don -Original Message- From: as

[asterisk-users] Top Posting

2011-01-14 Thread Don Kelly
sensitive to arguments about posting style." When I post (which is rarely, as I have little to offer the list), I top post and explain that it's my preference and I don't know how to do it effectively otherwise. This gives everyone fair warning to delete my posts before reading them.

Re: [asterisk-users] Vacancy - Asterisk MySQL Support Engineer 45K South London

2010-12-22 Thread Don Kelly
45K GBP would probably cover breakfast in South London. It's about 70 USD. --Don Don Kelly PCF Corp People Come First 651 842-1000 888 Don Kell(y) 651 842-1001 fax _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf

[asterisk-users] Astribank Configuration Issues

2010-10-27 Thread Don Kelly
of time Googling, but haven't come up with the right combination of stuff. Thanks for any help you can give, --Don Don Kelly PCF Corp People Come First 651 842-1000 888 Don Kell(y) 651 842-1001 fax -- _ -- Bandwi

Re: [asterisk-users] differential billing

2010-09-25 Thread Don Kelly
t much overhead. --Don Don Kelly PCF Corp People Come First 651 842-1000 888 Don Kell(y) 651 842-1001 fax _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Abdul Basit Sent: Saturday, September 25, 2010 4:43 PM To: Asterisk Use

Re: [asterisk-users] Record() Cmd and My SQL

2010-09-24 Thread Don Kelly
I hadn't considered writing to the db real-time; was actually planning on recording locally and moving it to the db. Thanks for the suggestions. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of

Re: [asterisk-users] Record() Cmd and My SQL

2010-09-24 Thread Don Kelly
get written to disk. None of what you've explained would be a good reason to put your recordings into a database. Don't do that. Don sez: I don't know how to make Outlook indent. I usually top-post, but I don't like getting yelled at. Why do you say "Don't do that"? Is

Re: [asterisk-users] Help me Out!!!!

2010-09-15 Thread Don Kelly
He's fortunate that the hotel insists he stay there until his situation improves. --Don Rough area. Consider yourself lucky you haven't been ripped apart :P Pete wrote: > I hope someone has helped poor Rob, I would as I am just over the bridge > in Bristol, UK but some evil

Re: [asterisk-users] Fw: [asterisk-biz] To compete with Avaya- Whatare their current cost?

2010-09-02 Thread Don Kelly
hat was not the information he was looking for. He did not say that he's not interested in providing open source solutions for his clients. --Don -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Danny Nic

  1   2   3   4   5   6   >