Re: [asterisk-users] Disable fax detect on specific incoming DID

2015-01-16 Thread Noah Engelberth
The easiest way is to just run the Dial() command to forward the call to the hard fax without ever Answer()-ing the call. Without an Answer() on the call, Asterisk can't listen for fax detection (because the call hasn't been set up and there is no audio leg yet). Thank you, Noah Engelberth

Re: [asterisk-users] Asterisk 11.9.0 PRI no ring indications

2014-09-18 Thread Noah Engelberth
the currently loaded default indication zone is, though there should be a line in the indications.conf file at a minimum. Thank you, Noah Engelberth System Administration MetaLINK Technologies nengelbe...@team-meta.net 419-990-0342 -Original Message- From: asterisk-users-boun

[asterisk-users] Bria softphone registration problems on DNS SRV cluster

2014-07-24 Thread Noah Engelberth
at on the Asterisk side that would fix this problem? Does anyone know if there have been changes in authorization handling since 11.5.1 that would fix the issue? Thank you, Noah Engelberth MetaLINK Technologies

Re: [asterisk-users] SPA112 provisioning file questions

2014-03-27 Thread Noah Engelberth
an XML file with all the normal headers tags). Also, have you verified with logging on the provisioning server that the configuration file is actually being pulled? Thank you, Noah Engelberth MetaLINK Technologies From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun

Re: [asterisk-users] cisco spa phones and sal

2014-03-02 Thread Noah Engelberth
an attendant console). This tab is only accessible within the /admin/advanced web interface, or you can use the Server_Type configuration option within the pseudo-XML config files, if you’re doing auto provisioning. Noah Engelberth MetaLINK Technologies From: asterisk-users-boun

Re: [asterisk-users] parking - why doesn't this work?

2013-10-14 Thread Noah Engelberth
lost the race. Practically speaking, it's not a huge problem, but the best practice would be to prevent the auto-hunting and avoid the race condition altogether). Thank you, Noah Engelberth MetaLINK Technologies From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun

Re: [asterisk-users] Dedicated hangup extension h

2013-08-28 Thread Noah Engelberth
they went on in (your removal choices are either the last one added or all of them), but for what you're describing as what you need, hangup handlers should work fairly well. Thank you, Noah Engelberth MetaLINK Technologies From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun

Re: [asterisk-users] Asterisk 11.5 not honoring RTP port change in RE-INVITE

2013-08-27 Thread Noah Engelberth
on to NetVanta support. I appreciate you taking the time to provide me that information. Thank you, Noah Engelberth System Administration MetaLINK Technologies nengelbe...@team-meta.net 419-990-0342 -- _ -- Bandwidth and Colocation

[asterisk-users] Asterisk 11.5 not honoring RTP port change in RE-INVITE

2013-08-26 Thread Noah Engelberth
number changes. Given that I don't have ignoresdpversion=yes either globally or for this peer, does this mean that Asterisk will only honor new SDP packets if the version is higher, or will it honor any change? Or should I be looking somewhere else? Thank you, Noah Engelberth MetaLINK Technologies

Re: [asterisk-users] GotoIf($[${CALLERID(number)}

2013-06-14 Thread Noah Engelberth
with the call you want to. Thank you, Noah Engelberth MetaLINK Technologies -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs

[asterisk-users] Calls getting stuck open

2013-03-12 Thread Noah Engelberth
)}) same = n,ExecIf($[${GROUP_COUNT(${ARG1}@activecalls)} 1]?Set(DEVICE_STATE(Custom:${ARG1})=INUSE):Set(DEVICE_STATE(Custom:${ARG1})=NOT_INUSE)) same = n,Return() Thank you, Noah Engelberth -- _ -- Bandwidth and Colocation

Re: [asterisk-users] call extension play sound file then connect caller

2012-10-03 Thread Noah Engelberth
a choice of whether or not to accept the call. A very high level overview is here: http://answers.oreilly.com/topic/2705-asterisk-how-to-use-followme-to-call-a-series-of-phone-numbers/ (though that gave me enough to get started) Thank you, Noah Engelberth MetaLINK Technologies

[asterisk-users] XMPP sendtodialplan

2012-09-20 Thread Noah Engelberth
), and then lets the call fall through 6) Asterisk fires the sendtodialplan incoming logic for the message that was sent in step 3 Thank you, Noah Engelberth MetaLINK Technologies -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-users] XMPP sendtodialplan

2012-09-20 Thread Noah Engelberth
On 20/09/2012, at 3:59 PM, Noah Engelberth n...@directlinkcomputers.commailto:n...@directlinkcomputers.com wrote: I've been working on an interactive XMPP interface so users at my office can interact with the timeclock and queues by XMPP (in addition to IVR menu, which has been running just

Re: [asterisk-users] Receiving and processing unsolicited XMPP messages with Asterisk 11

2012-09-04 Thread Noah Engelberth
On Friday, August 31, 2012 06:48:46 PM Noah Engelberth wrote: I’m trying to set up a way that our users can send an XMPP message to Asterisk (unsolicited) to request information, such as voicemail status or the like. No matter what I set for the dialplan, I’m only seeing Asterisk

[asterisk-users] Receiving and processing unsolicited XMPP messages with Asterisk 11

2012-08-31 Thread Noah Engelberth
64-bit. Asterisk is able to send using JabberSend via other processing in my dialplan. Thank you, Noah Engelberth MetaLINK Technologies -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk

Re: [asterisk-users] Basic GotoIf question

2012-08-25 Thread Noah Engelberth
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Markus Sent: Saturday, August 25, 2012 3:08 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Basic GotoIf question Hi

Re: [asterisk-users] Basic GotoIf question

2012-08-25 Thread Noah Engelberth
Am 25.08.2012 09:21, schrieb Noah Engelberth: Hi all, on Asterisk 1.4.21 I'm trying to block, that means directly hang up on, several inbound caller ID's like this: exten = ,1,GotoIf($[${CALLERID(num)} != ]?pass) exten = ,n,GotoIf($[${CALLERID(num)} != ]?pass) exten =

[asterisk-users] GotoIf redirection to label not working correctly

2012-08-23 Thread Noah Engelberth
]. With the DUNDi switch active, I get the warning message above and the call hangs up. Is there something I'm doing wrong in my config? Is this basically expected behavior that I need to adjust around? Thank you, Noah Engelberth MetaLINK Technologies

Re: [asterisk-users] GotoIf redirection to label not working correctly

2012-08-23 Thread Noah Engelberth
extensions it's announcing from the other side. Thank you, Noah Engelberth MetaLINK Technologies -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar

Re: [asterisk-users] Asterisk 11 queue calls - emulate Dial(b) functionality

2012-08-21 Thread Noah Engelberth
. Then you can use Dial(b) when the call goes out to the actual extension. Richard -- Heh, didn't really think of that. It looks like that should do what I need it to. Thanks. Thank you, Noah Engelberth MetaLINK Technologies

Re: [asterisk-users] Asterisk 11 - BLF on Custom devices

2012-08-21 Thread Noah Engelberth
/q51XUeHe The short of the output is - there is no console output showing == Extension Changed 302[hints] new state on the Ringing or InUseRinging events - only on InUse or Idle events (which matches what I'm seeing on the phones). Thank you, Noah Engelberth MetaLINK Technologies

Re: [asterisk-users] Asterisk 11 - BLF on Custom devices

2012-08-21 Thread Noah Engelberth
the correct state for 301@hints when I make the manual change to RINGINUSE (or RINGING). sip show subscriptions does show 2 subscriptions (1 each from 302 and 303) for 301@hints. Thank you, Noah Engelberth MetaLINK Technologies

[asterisk-users] Asterisk 11 - XMPP and JabberSend()

2012-08-21 Thread Noah Engelberth
output occurs when I try to place my test call to send the XMPP message. Kinda going cross-eyed from looking at this - is there anything else I should try or anything wrong in my configuration? Thank you, Noah Engelberth MetaLINK Technologies

[asterisk-users] Asterisk 11 queue calls - emulate Dial(b) functionality

2012-08-20 Thread Noah Engelberth
to INUSE after they pick up the call (like Dial() U), but is there anything that I can use to manipulate the channel that is calling the agent while/before it is ringing? Thank you, Noah Engelberth MetaLINK Technologies

[asterisk-users] Asterisk 11 - BLF on Custom devices

2012-08-20 Thread Noah Engelberth
and InUseRinging statuses if they subscribe directly to a SIP device's state with the hint - the issue only seems to be effecting Custom devices. Can anyone think of anything else I should check? Thank you, Noah Engelberth MetaLINK Technologies

[asterisk-users] DTMF transmission problem

2012-08-02 Thread Noah Engelberth
are ATCOM AG198 ATA gateways, either behind the ONTs (but on the same voice VLAN the ONTs use to talk to Asterisk) or on my Asterisk server's local network. The voice VLAN is a different subnet than Asterisk is on, but no NAT exists between the subnets. Thank you, Noah Engelberth System

Re: [asterisk-users] DTMF transmission problem

2012-08-02 Thread Noah Engelberth
transmission problem On Thu, Aug 02, 2012 at 12:45:28PM +, Noah Engelberth wrote: I am having difficulties with customer-bound DTMF being very short clipped off (and basically unusable, as systems on the customer side aren't recognizing the DTMF digits, and I can barely tell that DTMF

Re: [asterisk-users] DTMF transmission problem

2012-08-02 Thread Noah Engelberth
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Noah Engelberth Sent: Thursday, August 02, 2012 12:27 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DTMF

Re: [asterisk-users] DTMF transmission problem

2012-08-02 Thread Noah Engelberth
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Noah Engelberth Sent: Thursday, August 02, 2012 1:10 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DTMF

[asterisk-users] res_odbc crashing asterisk after freetds dsn reconnects

2012-07-25 Thread Noah Engelberth
in my /tmp directory (I assume that's a core dump from the crash?) Thank you, Noah Engelberth System Administration MetaLINK Technologies -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk

[asterisk-users] IAX trunking stopped working

2012-07-03 Thread Noah Engelberth
the backed-up working config files to a brand new clean-load server, upgrading Asterisk, and recreating the configurations by hand), and nothing seems to be helping. Thank you, Noah Engelberth MetaLINK Technologies

Re: [asterisk-users] IAX trunking stopped working

2012-07-03 Thread Noah Engelberth
stopped working - Original Message - From: Noah Engelberth n...@directlinkcomputers.com To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Tuesday, July 3, 2012 10:56:10 AM Subject: [asterisk-users] IAX trunking stopped working

Re: [asterisk-users] Asterisk 10.4.0 GotoIf to label problem when DUNDi active

2012-06-01 Thread Noah Engelberth
: [asterisk-users] Asterisk 10.4.0 GotoIf to label problem when DUNDi active On Wed, 30 May 2012 18:02:00 + Noah Engelberth n...@directlinkcomputers.com wrote: I have a hotdesking environment at my main office, and up until today, the GotoIf that jumps straight to voicemail if a user isn't

Re: [asterisk-users] Asterisk 10.4.0 GotoIf to label problem when DUNDi active

2012-05-31 Thread Noah Engelberth
-Commercial Discussion Subject: Re: [asterisk-users] Asterisk 10.4.0 GotoIf to label problem when DUNDi active Hi, You might have already tried but can you try reducing the label name and exclude the underscore in it ! Regards, Sammy On Wed, May 30, 2012 at 11:02 PM, Noah Engelberth n

[asterisk-users] Asterisk 10.4.0 GotoIf to label problem when DUNDi active

2012-05-30 Thread Noah Engelberth
I should file? Thank you, Noah Engelberth MetaLINK Technologies -- _ -- 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] IAX2 passing back and forth variables

2012-05-19 Thread Noah Engelberth
Uhm, if the dialplan is exactly as you pasted, you're not setting TESTVAR2 to anything. You would need some sort of Set(IAXVAR(TESTVAR2)=...) Noah From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: Saturday, May 19,

Re: [asterisk-users] MYSQL INSERT QUESTION IN DIALPLAN

2012-04-09 Thread Noah Engelberth
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of list...@gmail.com Sent: Monday, April 09, 2012 8:34 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] MYSQL INSERT QUESTION IN DIALPLAN I am not a

Re: [asterisk-users] Park Bug?

2012-03-18 Thread Noah Engelberth
The timeout value is milliseconds, not seconds. I know that wasn't properly documented in older versions of Asterisk, but it is at least in 10.1 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bryant Zimmerman Sent: Sunday, March

Re: [asterisk-users] Same provider - IAX sounds bad, SIP sounds great

2012-02-28 Thread Noah Engelberth
I'd try turning off the jitterbuffer and see if that makes things better. I just traced a similar call quality issue transferring calls incoming DAHDI on one * box to another * box, and turning off the jitterbuffer on the side that couldn't hear (in my case, the * box with the DAHDI lines, as

[asterisk-users] CDR Analyzer/Queue stats reporting

2012-02-27 Thread Noah Engelberth
/ Asterisk 10 vanilla server? Not opposed to something commercial, provided it actually works and isn't a disaster to set up. Thank you, Noah Engelberth MetaLINK Technologies System Administration nengelbe...@team-meta.netmailto:nengelbe...@team-meta.net 419-636-0999 ext 100 The message does

Re: [asterisk-users] Possible bug (or feature?) in extension matching and parking feature

2012-02-26 Thread Noah Engelberth
My understanding regarding the pattern match order is that Asterisk will not search include= contexts unless there is no matching extension in the original context. So, since _X. matches anything, the include=parkedcalls context will never be searched. A better way to accomplish what you want

Re: [asterisk-users] Hot desking and presence

2012-02-23 Thread Noah Engelberth
breaking my ability to see that the person placing the intra-office call was on another line if a second call rang their phone or what have you. Noah Engelberth MetaLINK Technologies System Administration The message does not contain any threats AVG for MS Exchange Server (2012.0.1913 - 2114/4827

[asterisk-users] format_mp3.so in 1.6.1

2009-06-26 Thread Noah Engelberth
.so is reporting that it has been used 0 times since asterisk was started. Noah Engelberth Direct Link Computer Systems ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update