Re: [asterisk-users] Asterisk 13 on old VMware ESXI 4

2017-08-02 Thread Nathan Anderson
Richard Kenner wrote: > But the question here > was *Asterisk*, not kernels. User-level code has *way* fewer > dependencies. *Precisely*. Unless we're talking DAHDI here (which we're not), Linux & ESXi are red herrings. Carlos Chavez wrote: > I am having a very tough time trying to rep

[asterisk-users] Commit dialplan & other config. in memory to disk?

2017-04-06 Thread Nathan Anderson
'lo, So yesterday, one of our clients had the misfortune of having the disk that their Asterisk config (*.conf) was stored on take a dirt nap. Of course, Asterisk was still running at the time, and everything continued to work (except for voicemail, which was stored on the same disk) right up

Re: [asterisk-users] ATA Adapter YGW30 - manual

2017-02-13 Thread Nathan Anderson
Behold: The Wayback Machine. Link to manual: http://web.archive.org/web/20070224144946/http://www.yntx.com/files/YGW30en.rar Manual says user/pass is root/test. -- Nathan -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com]

Re: [asterisk-users] how to decrypt encrypted SIP user's secret

2016-06-28 Thread Nathan Anderson
You must mean that engineer before you used "md5secret" instead of "secret" for each user in sip.conf? If so, why can't you just copy the md5secret line from the old server to the new server for each user? -- Nathan From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@

Re: [asterisk-users] Calling multiple phones at ones

2015-06-15 Thread Nathan Anderson
ly, or dial all contacts on an AoR using the > PJSIP_DIAL_CONTACTS function. Very interesting and good to know; thanks. I'll have to check it out when I've got some spare time. -- Nathan Anderson First Step I

Re: [asterisk-users] Calling multiple phones at ones

2015-06-15 Thread Nathan Anderson
On Monday, June 15, 2015 at 9:21 AM, Nilesh Govindrajan wrote: > How about ringall strategy with a queue? Not sure how that would help. Every SIP phone in the queue would still have to have a unique SIP identifier/username. -- Nathan Anderson First Step Internet, LLC nath...@fsr.

Re: [asterisk-users] Calling multiple phones at ones

2015-06-14 Thread Nathan Anderson
pt and track multiple registrations for the same SIP user, and then exposing each of these registrations as separate entries in the peers table that can be individually addressed within the dialplan. Or something. -- Nathan Anderson First Step Internet, LLC nath...@fsr.com -Orig

Re: [asterisk-users] Polycom DND + Intercom/Paging Override?

2014-09-18 Thread Nathan Anderson
s exists and is an option. Thanks for the heads-up! -- Nathan Anderson First Step Internet, LLC nath...@fsr.com -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introdu

Re: [asterisk-users] Polycom DND + Intercom/Paging Override?

2014-09-17 Thread Nathan Anderson
document is here: http://support.polycom.com/global/documents/support/technical/products/voice/Audio_Packet_Format.pdf -- Nathan Anderson First Step Internet, LLC nath...@fsr.com On Wednesday, September 17, 2014 6:03 PM, David Wessell <> wrote: > Tim, > > I THINK but I'm not sure

Re: [asterisk-users] how to provision asterisk's phonebook to Polycom vVX310's

2014-01-21 Thread Nathan Anderson
and it works great. > Polycom used to charge for LDAP directory access, Pretty sure you're correct, and that this hasn't changed (AFAIK). -- Nathan Anderson First Step Internet, LLC nath...@fsr.com -- _ -- Bandwidth a

Re: [asterisk-users] qualify=yes: OPTIONS: How to Change?: `From: "asterisk"`

2013-05-09 Thread Nathan Anderson
ou have a good (!) reason not to upgrade, the OP might give that a shot. -- Nathan Anderson First Step Internet, LLC nath...@fsr.com -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asteri

Re: [asterisk-users] Radius Based Accounting for Asterisk

2013-04-28 Thread Nathan Anderson
priate option to each SIP (or IAX2) peer that would in turn cause chan_sip to consult the RADIUS server for that peer's password, instead of cacheing the password/secret locally. And that just seems real kludgey to me (although it might be better than nothing!). -- Nathan Anderson First S

Re: [asterisk-users] Can't register to Asterisk 1.6 with old Aastra phones

2013-04-28 Thread Nathan Anderson
On Apr 28, 2013, at 13:56, "Carlos Alvarez" wrote: > If the SIP peer exists, they simply fail silently, with no error in the CLI > or the messages log. Nothing works, but no errors. Maybe 'sip set debug peer xxx' where 'xxx' is the peer name, and then try to see if you can spot what it's doin

Re: [asterisk-users] E911 Voip Trunking

2013-04-19 Thread Nathan Anderson
to accurately geocode a physical address and then map it to a given PSAP. That's what these services are for: they deal with all of that, and all you have to do is send 911 calls to their SIP proxy, and they route it appropriately. -- Nathan Anderson First Step Internet, LLC nath...@fsr.com

Re: [asterisk-users] Dynamic realtime + queues.conf Unresolved

2013-04-19 Thread Nathan Anderson
t to in res_odbc.conf? Maybe try setting it to the opposite of whatever it's configured for now. -- Nathan Anderson First Step Internet, LLC nath...@fsr.com -- _ -- Bandwidth and Colocation Provided by http://www.api-digit

Re: [asterisk-users] Transfer only, no outbound calling

2013-04-16 Thread Nathan Anderson
ks over to a vacant phone in another cubicle, calls their own phone/extension, rushes back to answer it, and then initiates an attended transfer that they never end up completing (they just talk to the person they initiated the transfer to the whole time). Hope this

Re: [asterisk-users] [OpenSIPS-Users] 404 When BYE initiated by external callee

2013-04-09 Thread Nathan Anderson
onable. I suspect that the "leads" you are chasing in this investigation will turn out to be a red herring. -- Nathan Anderson First Step Internet, LLC nath...@fsr.com -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Pattern matching repeating digits

2013-03-29 Thread Nathan Anderson
sterisk-users-boun...@lists.digium.com] On Behalf Of Nathan Anderson Sent: Wednesday, March 27, 2013 2:18 AM To: 'asterisk-users@lists.digium.com' Subject: [asterisk-users] Pattern matching repeating digits 'lo, all, Is there some (possibly undocumented?) way that I can pattern-match on a spe

[asterisk-users] Pattern matching repeating digits

2013-03-26 Thread Nathan Anderson
AndMoreStuff() exten => _2[35]R,n,Dial(something) You could even do crazy things like chain them together (this would match 2 and 2 and nothing else); exten => _2[35]RRR,1,DoStuff() exten => _2[35]RRR,n,AndMoreStuff() exten => _2[35]RRR,n,Dial(something) Am I missing something