NAM 2304 expansion modules

Hi Everybody,
     Does NAM 2304 appliance has any expansion modules? I am out of interfaces and need new interfaces to be able to analyze different traffic.

Hi,
did you check if the Expansion Module 7916 is defined in Cisco Unified Communications Manager.
Also check if the Expansion Module 7916 is configured as a 24-line module instead of a 12-line module.
Refer the below link for more detail.
http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cuipph/7916/english/16enug.pdf
Regards,
Venkatesh.

Similar Messages

  • Expansion module inventory report

    How can I generate a report of all phones with Expansion module attached in CUCM 9.1?

    Here you go then:
    run sql select d.name, D.description,TM.name,TC.name,DP.name from  deviceaddonmodulemap as DAM, device as D, devicepool as DP, typemodel as TM,  typeclass as TC where DAM.fkdevice=D.pkid and DAM.tkmodel=TM.enum and  D.fkdevicepool=DP.pkid and TM.tkclass=TC.enum
    If you wanted to see which ones actually have a module working you'd need to get that directly from each phone, which is more difficult...
    Aaron

  • How to read Sender Interface name in adapter Module in PI 7.31

    Hello All,
    I am working on Adapter module .it accomplish to generate file with message id,message key ,sent time,received time,FromService(Business system names),toServiece(Business system name),sender interface name,receiver interface name .
    i got all details in my file by calling module data by method get principal data,but i am fail to get sender interface in that file .
    can you please guide me how to get sender interface name in adapter module.
    I am getting some information from this following blogs
    https://scn.sap.com/thread/1583665
    How to read Sender Interface name in Adapter module
    but i am facing same error what they faced.
    Please guide me to how to get sender interface name in adapter module.
    Thanks
    Ganesh

    Hi Ganesh
    Write a module in the sender adapter and use this piece of code
    Message mes = null;
    mes = (Message) inputModuleData.getPrincipalData();
    String SI = mes.getAction().getName();
    Also you can read the same by creating a UDF in message mapping
    Following is the code
    InputHeader inputHeader = container.getInputHeader();
    String SI = inputHeader.getInterface() ;

  • Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     11.0.1.12   Application Timestamp:     50c8fc7e   Fault Module Name:     StackHash_0a9e   Fault Module Version:     0.0.0.0   Fault Module Times

    ITunes app crashed after startup with following errors.
    Problem signature:
      Problem Event Name:                        BEX
      Application Name:                             iTunes.exe
      Application Version:                           11.0.1.12
      Application Timestamp:                     50c8fc7e
      Fault Module Name:                          StackHash_0a9e
      Fault Module Version:                        0.0.0.0
      Fault Module Timestamp:                  00000000
      Exception Offset:                                00000000
      Exception Code:                                  c0000005
      Exception Data:                                   00000008
      OS Version:                                          6.1.7601.2.1.0.256.4
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    Any ideas, tried reinstalling ITunes, no change.

    I am encountering the same thing as I am trying to restore my iPhone. How to fix this? I tried repairing iTunes. Still having the issue.

  • Table Name or Function Module to find out all the Screens & Subscreens for

    Hello Experts,
          Table Name or Function Module to find out all the Screens & Subscreens for all T-Codes
    Helpful Answer will b rewarded
    Arif Shaik

    Hi Balaji,
       But TSTC only Gives the Program Name , T-Code and Screen but not all the Subscreen details
    Any other which U know

  • Reg : Table name of Functional Module

    Can some one sent me the table name where functional module details get stored

    HI,
    Check for Function Module.
    Tables
    TFDIR----
    > Table contains Function Modules.
    TFTIT----
    >Table contains Function Module Short Text.
    ENLFDIR-----> Additional Attributes for Function Modules.
    rewards if useful,
    regards,
    nazeer

  • Getting the swf file name of the module

    i have a parent application and it loads a module xyz.swf.
    however, i don't know the name of the module the parent application is loading.
    is there a way i can get the module's swf file name in the module code without knowing it beforehand?
    thanks

    Hi All,
    Iam able to do this by checking the Option ASMA in only sender adapter itself
    Regards
    Bopanna

  • Expansion Module screen too dark?

    Hi,
    Has anyone used expansion module? I have tried this product recently, everything works fine except the screen. I think the screen is too dark to see the speed dial on it. I have tried both 7914 and 7915, but got same result. How can tune it more easy to see? Thank you!

    You can use the Contrast setting in the phone's settings button. The 7914 and 7915 are monochrome without backlighting so be sure you are not expecting something it does not provide.

  • How to find the names of Function Module used in the program

    Hi all,
    can you people help me with this issue.I want to the names of all the Function Module used in the program  along with their parameters into an internal table.It will be helpful for your suggestions.
    Kind Regards,
    Edited by: Prasenjit Sengupta on Nov 20, 2008 7:39 AM

    Take structure of internal table as
    TYPES : BEGIN OF TY_FM,
            FUNCNAME TYPE RS38L_FNAM,  "Name of Function Module
            PARAMETER TYPE RS38L_PAR_, "Parameter name
            PARAMTYPE TYPE RS38L_KIND, " Parameter type
            R3STATE TYPE R3STATE,      "ABAP: Program Status (Active, Saved, Transported...)
            STRUCTURE TYPE RS38L_TYP,  "Associated Type of an Interface Parameter
            DEFAULTVAL TYPE RS38L_DEFO,"Default value for import parameter
            REFERENCE TYPE RS38L_REFE, "Call by reference
            OPTIONAL TYPE RS38L_OPTI,  "Optional parameters
            TYPE TYPE RS38L_TYPE,      "Reference Structure is an ABAP/4 Type
            END OF TY_FM.
    DATA : IT_FM TYPE TABLE OF TY_FM WITH HEADER LINE.

  • Names of function module names which are useful in credit card payment

    can anybody tell me names of function modules present in SAP which are useful in credit card payment processing.......pls its urgent

    Hi Ashutosh,
    Please check these Function Modules :
    CREDIT_CARD_CHECK_CUSTOMERCARD
    CREDIT_CARD_COMPLETE_DOCUMENT 
    CREDIT_CARD_DOCUMENT_SHLP_EXIT
    CREDIT_CARD_FIND_DATA         
    CREDIT_CARD_GET_INSTITUTE     
    CREDIT_CARD_GET_RCODE_TEXTS   
    CREDIT_CARD_POST_REFUSAL      
    CREDIT_CARD_REFUSAL  
    CREDIT_CARD_CONVERT_FOR_SETTLE
    CREDIT_CARD_SETTLEMENT       
    CREDIT_CARD_SETTLEMENT_RSP   
    FITP_CHARGE_CREDIT_CARD 
    FITP_VERIFY_CREDIT_CARD 
    FITP_READ_PERSONAL_CREDIT_CARD 
    Hope it helps.
    Reward with Points if Helpful.
    Regards
    Hemant Khemani

  • Error starting "app name": Error loading module "appname" Verify error

    I've downloaded 3 application on my device 9800.
    at last i've download one app from Blackberry App World.
    When i open that application, Its throws error.
    "Error starting "app name": Error loading module "appname" Verify error."
    I'm unble to open it. I've deleted and re install the app. Nothing has been help. I've tried to download others app. Its downloaded. But not open. the same problem has thrown.
    What is the problem. how to open it. Now, if i download new apps, its throws the same error, " *"Error starting "app name": Error loading module "appname" Verify error.""*
    Pls give a solution.

    Hi sgm_friends
                                  Have you tried a Battery Pull Restart  ?  As you are constantly getting that error and unable to open any Apps that you download then to rule out any Software issue please reload your device Software ,but do a complete Backup of your device before that :
    KB11320 : How to perform a clean reload of the BlackBerry Device software using BlackBerry desktop software for windows.
    I hope it will help.
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Name of web module?

    Hello, when I install aa application in BEA- Where is defined the name of the module?
    Thanks in advance!

    julio,
    Hey I'm having the exact same problem when I add
    <wls:container-descriptor>
    <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
    </wls:container-descriptor>
    to my weblogic.xml??? Did you ever get a resolution for this problem if so can you help me out.
    Thanks,
    Greg

  • Cisco Expansion Module 7916

    I have an issue with the 7916 expansion module on a Cisco 7965 phone.  The sidecar loads properly (wilt all the configured extensions) and the page 1 & 2 buttons on the bottom luminate correctly.  However, the side LED buttons do not light when a line is in use.  I can press an extension and it calls correctly but only briefly flickers green then does not light.  I have switched sidecar, power supply and phone as well as looked at the configuration setting in CM.  Any config/solution someone has come across that they may be able to help with?  Thanks in advance for any information.

    Hi Ronald.
    Did you try to configure one of 7965 button as BLF speed dial?
    Did it work?
    Which version of CUCM are you running?
    Which firmware 7965 is running?
    Let me know
    Regards
    Carlo

  • 7914 Expansion module - all lights are solid red

    Hi,
    I am trying to get an expasion module 7914 to work with my 7960.
    These are some extracts from my config:
    CONFIG (Version=4.0(1))
    =====================
    Version 4.0(1)
    Cisco CallManager Express
    load 7914 S00104000100
    load 7960-7940 P0030702T023
    At the moment when I go into the ephone with the expansion module, I can NOT enter the "add-on 1 7914" command. It is simply not available and not listed when I do a "show a?" command under the ephone
    It seems to me that I am using the correct firmware but I can't get the expansion module to do anything. It simply sits there with a blank screen and all the buttons lighted in solid red.
    The 7960 attached to it is working properly.
    Any ideas why this is happening?
    Thank you

    I am responding because we also had difficulty getting our two 7914 expansion modules to work with our 7960.
    I'm not sure I understand your problem with configuring the ephone. Are you using a telnet into the CME gateway and the CLI (Command Line Interface). I would do it that way, not through any kind of browser or GUI.
    You will need to log in in enable mode and then
    CME# config t
    CME# ephone
    CME# type 7960 addon 1 7914
    Hope this helps some... Try TAC if all else fails.

  • 7914 Expansion Module

    Hello, I installed an expansion module on a 7971 desk phone but all the lights are a steady amber. I have configured 22 of these thus far with no issues. The 7914 works on other phones. I have replaced the phone and the connecting cables but have the same result. The issue must be in the configuration but i have checked it several times. The phone is configured to allow the module on the system and the config also shows the button assignment. The phone system has also been rebooted. Any ideas?

    It turns out that my issue was being caused by a faulty switch port. Once I connected to a known good port, everything was fine. Have you tried a factory reset on the phone?

Maybe you are looking for

  • IChat vs. Skype

    I have been using Skype for one year almost pretty much daily to audio and video chat with friends in Nigeria and Guatemala. I use Skype because the quality of iChat over the exact same connections is unusable. I am extremely disappointed with it.

  • Non-Warranty Software Upgrade

    Is anyone else suprised about linksys charging for out-of-warranty firmware upgrades that offers a fix for user logins to change router settings?

  • Missing the Apps Icon

    I recently bought an Apple TV and have been using both at my home and in my classroom.  Since I first hooked it up, the icons for some apps have been missing.  The apps work, their name shows up, but the icon itself does not appear.  Doesn't change f

  • Problem with website dispplaying images

    Hi, I made a website using iWeb. I click on the index.html file in the folder everything is and my website is perfect. Then I used ftp and uploaded all the contents of the folder to a public_html folder. Now the problem is that although the image fil

  • Installed Mountain Lion--Pages won't launch

    I get an error message that says Pages failed to launch because of DIVX Decoder.component  (library/quicktime/divxdecoder.component) Pages was working fine before installing Mountain Lion. This is on my 2009 Mac mini. I just bought a new Macbook Pro