Avaya One X Communicator Mac

Avaya VoIP Phone Software (softphone)

  1. We are having issues config the mac one-x communicator we have the session mgr ip address and it will not connect. We have Avaya CM and we have installed ASC2.0.2.3-3.
  2. In the Applications folder, click on the icon 2. One-X Communicator window will open Log In To logout: 1. Click on one-X Communicator on Menu bar and Click on Quit Avaya one-X Communicator.
ToolBox -

Avaya One X Communicator 6.2 Download

Avaya one-X® Communicator for Mac OS X March 2012 5 Overview Avaya one-X® Communicator for Mac OS X is a communication tool using which you can manage your telephony tasks. Avaya one-X® Communicator for Mac OS X provides you with simple, intuitive access to all of your contacts and features of a desk telephone in a simple soft.

November 4th, 2019

The Avaya VoIP phone app (currently called “Avaya IX Workplace”, formerly called “Avaya Equinox” and “Avaya one-X Communicator”) is the recommended and supported softphone app for your Avaya VoIP telephone.

Address

Here are the UW-IT instructions for installing the Avaya app:

Be sure to install the app while you are on campus and connected to a UW wired or wireless network.

Here are some instructional videos provided by UW-IT:

If you are using a Mac, follow these additional steps once you have finished following the above instructions.

If you have any questions after reading this article or if you need any help, please don't hesitate to contact the iSchool IT Help Desk.

https://ischool.uw.edu/help
(206) 616-3086

It was such a pain to pack Avaya One-X Communicator SCCM Application Package! It is using InstallShield, but it is not a typical installation package. When I was reading the admin manual, I can use “install.exe -silent” to install silently successful on a local machine. But when I push it via SCCM, it just failed every time.

I tried using batchfile to invoke this silent parameter but failed as well.

So here is the solution, when you open the install.exe, do not click next, just let it sit there:

Now we go to your local user folder : UsersusernameAppDataLocalDownloaded Installations:

Now you can see 3 folder, click on each of them, you will find the main avaya one-x communicator installer, which is onexc_6_2_3_setup.msi, you can using SCCM to auto popular application information. However this is not done yet.

Go to the other two folders, and find Avaya.UCA.TypeLIbrary.msi, this is another file needed for the application.

Avaya One-x Communicator Mac H.323

We upload these two msi files to SCCM server, and use a batch file to run it :

Avaya One-x Communicator User Guide

@echo off
cls
echo ——————————————————–
echo Installing Avaya One-X Communicator
echo Rui Qiu
echo 07132015
echo ——————————————————–
REM Install Avaya One-X Communicator Library Plugin
msiexec.exe /qb /norestart /i “%~dp0Avaya.UCA.TypeLibrary.msi”

Avaya One X Communicator For Mac

REM Installing Avaya One-X Communicator
msiexec.exe /qb /norestart /i “%~dp0onex.msi”
REM Return exit code to SCCM
exit /B %EXIT_CODE%

Avaya One X Communicator App

Woolah! We are done with Avaya One-X Communicator SCCM Application!

Comments are closed.