Re: [cisco-voip] [External] Re: Question about RISDB queries and ATA devices?

2023-05-25 Thread Hunter Fuller
/axlrows): for phone in get_phones(name="ANA5C5D4C4C8000"): print(phone.description) print(phone.lines[0][0].dirn.pattern) BEV - Lobby ATM 5331 I want to say the registration state is all available via SNMP as well. -- Hunter Fuller (they) Router Jockey VBH M-1C +1 256 824 53

Re: [cisco-voip] [External] Re: Certificate issue and I am rubbish at certificates. (full disclosure)

2023-05-24 Thread Hunter Fuller
rtificates. You need to get a certificate authority to sign your CSR. https://knowledge.digicert.com/generalinformation/2-year_Certificate_Availability.html -- Hunter Fuller (they) Router Jockey VBH M-1C +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsvil

Re: [cisco-voip] [External] Re: FX0 pool exhuastion

2023-04-17 Thread Hunter Fuller
[[inputs.snmp.table.field]] name = "cvCallVolPeerIncomingCalls" oid = "1.3.6.1.4.1.9.9.63.1.3.8.4.1.1" conversion = "int" [[inputs.snmp.table.field]] name = "cvCallVolPeerOutgoingCalls" oid = "1.3.6

Re: [cisco-voip] [External] Re: No Custom Background Images after CUCM 14

2023-03-27 Thread Hunter Fuller
copied 路‍♂️ > > Sent from my iPhone with bery tiny touchscreeb input keys, please excude > my typtos. > > On Mar 27, 2023, at 9:35 AM, Hunter Fuller wrote: > >  > > Cisco’s upgrade procedure indicates that custom tftp files are never > expected to survive an upg

Re: [cisco-voip] [External] Re: No Custom Background Images after CUCM 14

2023-03-27 Thread Hunter Fuller
puck.nether.net > https://puck.nether.net/mailman/listinfo/cisco-voip > > _______ > cisco-voip mailing list > cisco-voip@puck.nether.net > https://puck.nether.net/mailman/listinfo/cisco-voip > -- -- Hun

Re: [cisco-voip] [External] Alternative to Unity Connection

2022-11-11 Thread Hunter Fuller
I am also interested in this question, even if there is technically no support, I still want to hear about the options. -- Hunter Fuller (they) Router Jockey VBH M-1C +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Fri, Nov 11

Re: [cisco-voip] [External] Advice Re. Translation Patterns and Call Re-Routing

2022-04-04 Thread Hunter Fuller via cisco-voip
to cut them over into the new system. Therefore making their DN no longer match a user-to-user dial and hit your catch-all route pattern. But the set would still be able to dial out because the holding partition would have an outbound CSS that allowed that. -- Hunter Fuller (they) Router Jockey VB

Re: [cisco-voip] [External] Re: Just an FYI

2022-03-22 Thread Hunter Fuller via cisco-voip
I would say somebody sees it within a week around here. But... no one around here ignores it... hard to fix that one. I would say the typical response here seems to be closer to immediate panic. Which, I mean, okay, I guess if those are my two options, I prefer panic. -- Hunter Fuller

Re: [cisco-voip] [External] Re: Just an FYI

2022-03-22 Thread Hunter Fuller via cisco-voip
n the case of a hang... I would think it would, since that wouldn't count as a "Successful Backup"... surely... -- Hunter Fuller (they) Router Jockey VBH M-1C +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Tue, Mar 22, 20

Re: [cisco-voip] [External] Copper plant

2022-02-04 Thread Hunter Fuller via cisco-voip
. If that isn't an option, I recommend you pick up some of these. http://janus-rc.com/LTE_POTSwap.html You don't replace the analog device, you just connect it to this and it converts it to VoLTE. -- Hunter Fuller (they) Router Jockey VBH M-1A +1 256 824 5331 Office of Information Technology The University

Re: [cisco-voip] [External] Unity Connection - External Calls cut at 49 seconds

2022-02-03 Thread Hunter Fuller via cisco-voip
Have you considered asking your clients to leave messages more quickly? -- Hunter Fuller (they) Router Jockey VBH M-1A +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Thu, Feb 3, 2022 at 10:20 AM Riley, Sean via cisco-voip wrote

Re: [cisco-voip] [External] Re: ATA 186 question

2022-01-27 Thread Hunter Fuller via cisco-voip
Yes, that's correct. You can also provide 48V using an AC adapter instead of PoE input, if you're into that. But of course, that presumably won't be in play for an ATA 186. -- Hunter Fuller (they) Router Jockey VBH M-1A +1 256 824 5331 Office of Information Technology The University of Alabama

Re: [cisco-voip] [External] Re: ATA 186 question

2022-01-27 Thread Hunter Fuller via cisco-voip
/listinfo/cisco-voip >> <https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpuck.nether.net%2Fmailman%2Flistinfo%2Fcisco-voip=04%7C01%7Clisa.notarianni%40scranton.edu%7C0ba958685f444c7a7c4608d9e1e22682%7Ca8edc49a41f14c699768a7f6d7c3b8c3%7C0%7C0%7C637789184259613443%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC

Re: [cisco-voip] [External] Re: ATA Devices

2022-01-25 Thread Hunter Fuller via cisco-voip
see someone writing a config generator though, and having the devices TFTP those down from a central store. That's probably what we would have done. -- Hunter Fuller (they) Router Jockey VBH M-1A +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network

Re: [cisco-voip] [External] OT: Best Serial Console Device

2021-03-15 Thread Hunter Fuller via cisco-voip
Lately we use Raspberry Pi with those quad serial USB adapters from Amazon. This gets you 16 ports with no additional hardware. If your team has rudimentary Linux CLI understanding it's good. If not, not so much, although maybe there is software out there to bridge the gap. -- Hunter Fuller

Re: [cisco-voip] [External] Re: CUCM 12.5 issue with restore

2021-02-23 Thread Hunter Fuller via cisco-voip
Surely "try again with an empty directory" defeats the purpose if the goal is to restore a backup, no? If the directory has to be empty, it isn't much of a backup - right? -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The

Re: [cisco-voip] [External] Re: Is it possible to bulk export phones from CLI or API?

2021-02-18 Thread Hunter Fuller via cisco-voip
get_suds_client().service.getLine(uuid=dirn_uuid)[0][0] #hack print(phone.name + "," + phone.description + "," + dirn.pattern + "," + dirn.shareLineAppearanceCssName[0]) SEP700B4F9C44B8,Hunter Fuller (Cisco 8851 SIP) - Home,5331,COS-Unlimited-CSS -- Hunter Fuller (the

Re: [cisco-voip] [External] Is it possible to bulk export phones from CLI or API?

2021-02-18 Thread Hunter Fuller via cisco-voip
; for phone in phones: print(phone.name, ":", phone.description) SEP700B4F9C44B8 : Hunter Fuller (Cisco 8851 SIP) - Home It looks like to match "every" phone, you could write get_phones(protocol="SIP") You can get the tool here, though it is admittedly poorly documented, so

Re: [cisco-voip] [External] Re: [External] Non-jabber based Cisco softphones for iPhone and Android

2021-02-01 Thread Hunter Fuller via cisco-voip
We also run Jabber without IM In this configuration, Jabber does not even provide any indication to the user that it could ever conceivably support IM, which is good, because we do not intend to support it. -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information

Re: [cisco-voip] [External] [External] Re: CUCM call set up issue after migration

2021-01-12 Thread Hunter Fuller via cisco-voip
Well you’re no fun. On Wed, Jan 13, 2021 at 00:17 Kent Roberts wrote: > Ah, except I edge was rebooted 4 hours before cause it went stupid. > > > On Jan 12, 2021, at 11:10 PM, Hunter Fuller wrote: > > Easy peasy. Reboot half of the E nodes after x/2 days. Now the reboo

Re: [cisco-voip] [External] Re: CUCM call set up issue after migration

2021-01-12 Thread Hunter Fuller via cisco-voip
ng this behavior. Database replication checks out OK and I >> can ping from/to each node. >> >> >> >> Anyone able to point me in the right direction to figure this out? >> >> >> >> Thanks. >> >> __

Re: [cisco-voip] [External] Re: List still active?

2020-12-25 Thread Hunter Fuller via cisco-voip
Wow. I struggle enough keeping up with the real-time chats from my colleagues and customers. I definitely can't handle a chat for every list I'm subscribed to. Not sure how those people do it. Merry VoIPmas! -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office

Re: [cisco-voip] [External] Re: [EXTERNAL] Jabber client issue

2020-10-22 Thread Hunter Fuller
to the iPhone to wake it. Jabber wakes up and registers with callmanager, then begins ringing. So now if CM stops signaling ringing, that is done over IP now - right? Am I missing something? -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology

Re: [cisco-voip] [External] That's some nice quality control...

2020-08-26 Thread Hunter Fuller
It is absolutely embarrassing how long it took me to figure out what the problem was. -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Wed, Aug 26, 2020 at 10:07 AM Balk, David

Re: [cisco-voip] [External] Re: Remote Phone Control

2020-08-21 Thread Hunter Fuller
Im pretty sure this just completely changed the way we provide remote help in the COVID era. Since I can just add a customer's phone to my controlled devices, help them fix/show me some problem remotely, and then remove it. -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331

Re: [cisco-voip] [External] Re: how to disable backup warning message on cucm

2020-07-29 Thread Hunter Fuller
If Veeam works the same way as NetBackUp, aka, takes a snapshot, then you are going to start hearing stutter or maybe even dropped calls during the snapshot. Worst case your pub/sub sync could become broken. Don't do it! -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office

Re: [cisco-voip] [External] Re: Cellphone with pararell calls

2020-06-16 Thread Hunter Fuller
be > ended or put on hold, but as those are two different apps with two > unrelated audio streams, I don´t know if there is a proper way to handle > them > > > > Does anyone have any suggestions? > > > > Thanks, > > > > Ariel. > > > __

Re: [cisco-voip] [External] Re: CUBE Config Dial Peers

2020-06-16 Thread Hunter Fuller
spaghetti held together by duct tape and dreams. Maybe I will catch everyone on the next thread. I know I'm going to be referencing this when we revamp our configs. -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama

Re: [cisco-voip] [External] Re: Resolving Sectigo root expiration affecting MRA

2020-06-03 Thread Hunter Fuller
it's their damn root that's expiring. They were shockingly silent on that, and when they did say something, it was basically "this won't affect anything!" Wow, thanks. -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of

Re: [cisco-voip] [External] Re: Resolving Sectigo root expiration affecting MRA

2020-06-03 Thread Hunter Fuller
know what one of my colleagues may have configured that relies on the TLS verify working. :) -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Wed, Jun 3, 2020 at 8:28 AM Anthony

Re: [cisco-voip] [External] Re: Resolving Sectigo root expiration affecting MRA

2020-05-31 Thread Hunter Fuller
/ST=Greater Manchester/L=Salford/O=Comodo CA Limited/CN=AAA Certificate Services -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1

Re: [cisco-voip] [External] Re: Resolving Sectigo root expiration affecting MRA

2020-05-30 Thread Hunter Fuller
; > On Sat, May 30, 2020 at 7:02 PM Hunter Fuller wrote: > >> All, >> >> If you use certs whose trust is derived from the Sectigo root that >> expired today, and your MRA isn’t working, I’ll try to save you a call to >> TAC. >> >> Do all of these thi

[cisco-voip] Resolving Sectigo root expiration affecting MRA

2020-05-30 Thread Hunter Fuller
, and callmanager on those boxes - load the new intermediates and root into the CA trust store on all expressways - reboot the Expressway-Es If you need more detail or help, let me know, we just got off the phone with TAC. Hope it helps. -- -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1

Re: [cisco-voip] [External] Re: Which phone is this?

2020-04-14 Thread Hunter Fuller
Yes, it looks like an 8800 with an orange sticker to me, and also another sticker to make the Cisco logo larger, which is kinda funny. -- Hunter Fuller (they) Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering

Re: [cisco-voip] [External] Re: [EXTERNAL] Cost-Effective Public Certificate Authority for CUCM certificates

2020-04-05 Thread Hunter Fuller
4e999cb37affbf511f45%7C1=31dWW3cRzojiu8GNDZSHJbkachrakSZSm9SIDE2cljo%3D=0> >>> >>> ___ >>> cisco-voip mailing list >>> cisco-voip@puck.nether.net >>> https://puck.nether.net/mailman/listinfo/cisco-voip >&g

Re: [cisco-voip] [External] Re: CCX phone agent over MRA?

2020-03-30 Thread Hunter Fuller
Contact Center > Express (Unified CCX) features for contact center agents or other users who > connect over MRA. Jabber for Mac and Jabber for Windows cannot provide > deskphone control over MRA, because the Expressway pair does not traverse > the CTI-QBE protocol. However, if these Jabber applica

Re: [cisco-voip] [External] Re: CCX phone agent over MRA?

2020-03-23 Thread Hunter Fuller
, and we would have to reload that CUCM node. Adding CPU helped, but did not completely alleviate the issue, just made it take longer to get wedged like this. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network

Re: [cisco-voip] [External] Re: CCX phone agent over MRA?

2020-03-23 Thread Hunter Fuller
was documented somewhere, I didn't know where. So that was great. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Mon, Mar 23, 2020 at 8:45 PM Hunter Fuller wrote: > We just got off of a TAC c

Re: [cisco-voip] [External] Re: CCX phone agent over MRA?

2020-03-23 Thread Hunter Fuller
on the header option and reset the phone to fix it. Hope that level of detail helps someone. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Mon, Mar 23, 2020 at 8:41 PM Lelio Fulgenzi

Re: [cisco-voip] [External] Re: Jabber client missing Advanced Settings

2020-03-23 Thread Hunter Fuller
Well I guess you could try uninstalling and then prepopulating this data: msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1 PRODUCT_MODE=Phone_Mode AUTHENTICATOR=CUCM TFTP=ucpub.rdcsrvcs.ads CTI=ucpub.rdcsrvcs.ads -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office

Re: [cisco-voip] [External] Jabber client missing Advanced Settings

2020-03-23 Thread Hunter Fuller
Try uninstalling, then install it like this, from Admin PowerShell: msiexec.exe /i CiscoJabberSetup.msi CLEAR=1 -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Mon, Mar 23, 2020 at 3

Re: [cisco-voip] [External] Jabber client missing Advanced Settings

2020-03-23 Thread Hunter Fuller
Can you post a screenshot of it not appearing? Have you Reset Jabber? Are you passing CLI arguments to the installer? Is this on Windows or something else? -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville

Re: [cisco-voip] [External] Re: gathering and offloading realtime stats (from RTMT)

2020-03-16 Thread Hunter Fuller
I would also love that info! We use Grafana already internally. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Mon, Mar 16, 2020 at 7:22 PM Kent Roberts wrote: > > Yes there is

Re: [cisco-voip] [External] Re: certificate renewals - 1 year only - due to Apple changes

2020-03-04 Thread Hunter Fuller
Is it possible to install a cert via API? If that works, we can do this from an admin machine, whether or not the Cisco service (for instance CUCM) supports it. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville

Re: [cisco-voip] [External] Re: 8800 w/ USB External Sound Card

2020-02-24 Thread Hunter Fuller
wat? There's a hidden line output somewhere here? http://hf0002.uah.edu/uploads/8851back.jpg I'd love to use it if so. even if it's not supported... -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network

Re: [cisco-voip] [External] Re: Help with Test Calls

2020-02-24 Thread Hunter Fuller
, and I'm already currently trying to shame their support into fixing another issue I'm having. But hopefully the data helps. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Mon, Feb 24, 2020

Re: [cisco-voip] [External] Re: Field Notice from Cisco making Secure LDAP mandatory

2020-02-17 Thread Hunter Fuller
They still do it if you are cool enough. https://1.1.1.1/ -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering On Fri, Feb 14, 2020 at 10:57 AM Lelio Fulgenzi wrote: > > Oh yes. I re

Re: [cisco-voip] OT: Nameservers domain registration (IP Address or name)

2020-02-11 Thread Hunter Fuller
It's not the case. Check out uah.edu. for an example. $ dig uah.edu. NS +short uahis1.uah.edu. uahoffsitens1.uah.edu. The thing you need is a glue record, on file with your registrar. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University

Re: [cisco-voip] 7841 missed calls session button

2020-02-05 Thread Hunter Fuller
Huh. I never realized this, but yeah, the missed call indication is right next to a line key, and if you press that line key, nothing happens. You have to press the "Recents" softkey, which is nowhere near the indication. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 53

Re: [cisco-voip] CUCM requirements for AD account import - anything else other than SN=* (non-empty) ?

2020-01-31 Thread Hunter Fuller
Lelio, We worked around this by never assigning DNs in UCM. We only assign ipPhone in AD. Then, our UCM filter only matches users with ipPhone. So the typical process for a new user is to modify the user's ipPhone, then run UCM sync, then self provision. Not too bad. -- Hunter Fuller Router

Re: [cisco-voip] CUCM requirements for AD account import - anything else other than SN=* (non-empty) ?

2020-01-30 Thread Hunter Fuller
On Thu, Jan 30, 2020 at 4:51 PM Lelio Fulgenzi wrote: > We can’t filter on anything telephone number based. Sounds silly, but the > information in the directory doesn’t always jive with what someone wants, > extension wise. > This was true for us. Our solution was to populate the ipPhone field

Re: [cisco-voip] Webex room devices with 3rd party meetings

2019-11-14 Thread Hunter Fuller
they do, it absolutely has to work. It's a big ask for them to switch from something they already like using, to an unknown (to them) product, one they don't have in their office or on their laptop. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Hunter Fuller
Yes, in my case because it's debian, I would use 'wsl sudo apt install ...' to install stuff. Actually this is probably the easiest way to run Python on Windows now, in my opinion, especially if the rest of your environment is Linux (like mine). The scripts Just Work(tm). -- Hunter Fuller Router

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Hunter Fuller
You basically just get a Linux system (mine is Debian) that you can install whatever you want into. Then from Windows, you would run 'wsl ' and it runs it inside the Linux environment. Example: PS C:\Users\hf0002> wsl grep --version grep (GNU grep) 2.27 -- Hunter Fuller Router Jockey VBH Anne

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Hunter Fuller
If you're just trying to run your script on Windows, try the Windows Subsystem for Linux. You could even make it output a spreadsheet or something with some Python-fu. WSL is very low-touch in my experience, not a bear to support or anything. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256

Re: [cisco-voip] Softkey Template

2019-09-23 Thread Hunter Fuller
I think this has something to do with the "Actionable Alert" not being a place where softkeys can appear. Technically it is some sort of "pop-over" on this unit. On the 7800 it is softkeys, but not on the 8800. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 O

Re: [cisco-voip] what's the NC model of phones?

2019-09-17 Thread Hunter Fuller
But isn't an 8845 without a camera basically an 8841? ... The use case for such a device would have to be unbelievably slim, surely... -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Network Engineering

Re: [cisco-voip] Best Practice or Way to bulk update Caller ID

2018-11-27 Thread Hunter Fuller
it that way, but I certainly can't do it. :D -- Hunter Fuller Network Engineer VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Systems and Infrastructure On Tue, Nov 27, 2018 at 10:24 AM Lelio Fulgenzi wrote: > Are you saying that (as

Re: [cisco-voip] Best Practice or Way to bulk update Caller ID

2018-11-27 Thread Hunter Fuller
pdate devicenumplanmap set display = '" + name.replace("'", "''") + "' where pkid = '"+ line_pkid + "'") -- Hunter Fuller Network Engineer VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Systems and Infra

Re: [cisco-voip] PowerShell Provider for CUCM

2018-10-25 Thread Hunter Fuller
If the password is encrypted, where do you securely store the encryption key? If that encryption key needs to be stored securely, do you encrypt it? Where do you store *that* encryption key? etc etc. -- Hunter Fuller Network Engineer VBH Annex B-5 +1 256 824 5331 Office of Information

Re: [cisco-voip] better debug ccsip messages invites?

2018-09-21 Thread Hunter Fuller
ject to the following disclaimer: > "http://www.dimensiondata.com/emaildisclaimer; > <http://www.dimensiondata.com/Global/Policies/Pages/Email-Disclaimer.aspx> > ___ > cisco-voip mailing list > cisco-voip@puck.nether.net > htt

Re: [cisco-voip] Cisco ATA Devices need reset

2018-09-19 Thread Hunter Fuller
he “retry” parameter. > > > > Adam Pawlowski > > SUNAB > ___ > cisco-voip mailing list > cisco-voip@puck.nether.net > https://puck.nether.net/mailman/listinfo/cisco-voip > -- -- Hunter Fuller Network Engineer VBH Annex B-5 +1 256 824

Re: [cisco-voip] IM & Presence Upgrade image

2018-09-04 Thread Hunter Fuller
5.1.12900-25 > > New file - Bootable_UCSInstall_CUP_12.0.1.1-12.sgn.iso > > New CUCM version - 12.0.1.21900-7 > > > > I have these versions running in my production system fine. I just can’t > recall what the problem is. > > > > Cheers > > Dana > >

Re: [cisco-voip] \*\ makes the SIP provider put a person on hold, or something like that

2018-08-10 Thread Hunter Fuller
er would be doing this? >>> >>> Thanks, >>> >>> James >>> >>> ___ >>> cisco-voip mailing list >>> cisco-voip@puck.nether.net >>> https://puck.nether.net/mailman/listinfo/cisco-

Re: [cisco-voip] are we still using custom jabber xml files in CUCM v11.5 and JAbber v12?

2018-06-15 Thread Hunter Fuller
(cisco-voip@puck.nether.net) > *Subject:* [cisco-voip] are we still using custom jabber xml files in > CUCM v11.5 and JAbber v12? > > > > > > I realized that in CUCM v9 and Jabber v11, we needed to use custom jabber > xml files if we wanted to turn on a feature for some peo

Re: [cisco-voip] CUCM 11.5

2018-05-29 Thread Hunter Fuller
ist > cisco-voip@puck.nether.net > https://puck.nether.net/mailman/listinfo/cisco-voip > -- -- Hunter Fuller Network Engineer VBH Annex B-5 +1 256 824 5331 Office of Information Technology The University of Alabama in Huntsville Systems and Infrastructure

Re: [cisco-voip] on boarding new employees

2018-04-25 Thread Hunter Fuller
gt; > > ___ > cisco-voip mailing list > cisco-voip@puck.nether.net > https://puck.nether.net/mailman/listinfo/cisco-voip > -- -- Hunter Fuller Network Engineer VBH Annex B-5 +1 256 824 5331