VoIP between Norstar and Nortel option 11

Hi, i have some problems in the calls between a Norstar and a Nortel option 11, both are connected to a 2811 via E1 with the IOS is c2800nm-spservicesk9-mz.124-15.T3.bin both routers are using h323. We also have a Callmanager 5.1.2.3000-2 that interact with both PBX.
The problem is that when i make a call from the Norstar to the Nortell or CCM the call listens choppy and sometime the voice goes only one side.
Do you know of some debug that i can apply to see ISDN errors, h323 errors, or QoS errors.
Thanks in advanced
Jose

Well the IAD is configured for E&M immidiate which is completely different from R2 even though they are both a way to do CAS.
http://cisco.com/en/US/tech/tk652/tk653/tk755/tech_protocol_home.html
E&M:
http://cisco.com/en/US/products/sw/iosswrel/ps5207/products_configuration_guide_chapter09186a008020ecf6.html#wp1021994
R2:
http://cisco.com/en/US/tech/tk652/tk653/technologies_configuration_example09186a00800ad389.shtml
http://cisco.com/en/US/tech/tk652/tk653/technologies_tech_note09186a00800942f2.shtml

Similar Messages

  • Difference between catalog and nocatalog option

    Hi all,
    What is the difference between catalog and nocatalog option in the Rman.
    And when we have to use these options
    Thanks
    Awanish

    catalog means that you have a recovery catalog database, nocatalog means that you are using the controlfile as rman repository. Of course catalog option can only be used when recovery catalog is present (which is not mandatory).
    From functional point of view no difference.
    Message was edited by:
    Paul M.
    Sorry Aron, I didn't see your post :-)

  • Problem with old VoIP between modem and Time Capsule

    Hi, I hope someone can help me with this..
    For a job I used to have, I had a D-Link DVG-5102S VoIP adapter/router that I had to have between my Motorola DSL modem and my Time Capsule WiFi.
    The service that the D-Link was used for has been shut off for a long time, but I don't seem to be able to get rid of it.  When I remove it, and try to re-configure things on the Time Capsule so that it has the DSL login info, my internet access stops working.
    Currently, the D-Link has the DSL login info, and distributes 192.168.15.x addresses to the Time Capsule.
    The Time Capsule has the following info:
    Base Station tab:
    Base station name, password, Back to my Mac account/password
    Internet tab:
    Connect using: DHCP, IP Address 192.168.15.160, subnet mask 255.255.255.0, Router address 192.168.15.1, Primary DNS Server 192.168.15.1
    Wireless tab:
    Create a Wireless network, Wireless network name <my WiFi network>, Wireless SEcurity WPA2 Personal, Wireless Password/Verify Password
    Network tab:
    Router Mode: Off (Bridge Mode)
    Everything else is greyed out
    Disks:
    My time capsule backup disk.
    Does anyone have any ideas for how I should go about getting rid of that stupid VOIP thing?
    Thanks!

    Your DSL modem has probably locked on to the D-Link box's MAC address.  Since the TIme Capsule has a different MAC address than the D-link, the DSL modem doesn't know what to do with it.
    (MAC address btw has nothing to do with Mac computers - it is an alphanumeric address that is assigned to each and every networking device that's made - yes, including Mac computers.)
    Usually turning the DSL modem off and back on should reset it, and the next device that it talks to (hopefully the Time Capsule) will become its new best friend (i.e. it will "remember" the Time Capsule's MAC address). Some DSL modems have a setup page (or setup software) that you must run, to give it a new MAC address. And sometimes only your DSL provider can do this for you (they reset something on their end or something like that).  If turning the DSL modem off then on again doesn't do the trick, and your modem either doesn't have a setup application (or you don't see a setting for MAC address), then you'll have to call your provider. Tell them that you switched the device that the modem is plugged into, and they should be able to help you out (theoretically anyway, your actual customer service drone experience may vary).

  • Voip between cisco and avaya

    We have to implement Voice over IP on our IPLC circuit between foreign office and India office.
    Topology is such that our foreign office is having 1700 series router with wan card
    (Wic-1T) and one two port FXO card connected to PBX for PSTN and local connectivity.
    India end we have a cisco 1700 router with wan card (Wic-1T) and on lan we have Avaya S8300 media server with multiple phones connected to it. Avaya server is acting as a voice gateway at India end. Avaya server is connected to LAN on Ethernet.
    We have configured IPSEC site-to-site VPN between both the locations.
    Requirement:-
    Over the VPN tunnel we want to enable voice communication between both the locations.
    i.e between cisco at foreign end and avaya server at India end.
    1) India office users via IPLC should communicate over voice and data with the foreign office (Avaya extensions to FXO in Foreign office).
    2) Foreign office should communicate with the india office users connected to IPLC link (FXO to Avaya server extensions)
    Any suggestions/config will be appreciated
    Attaching the india end router config.
    Thanks

    Hi
    Before getting onto the requirements,from now on i would suggest you to mask the ip (public) address part included in the configs while posting in any general forum.
    These are the links which you can use up here for the ref..
    You need to check out for the possible codes and other compatible points which you need to configure on both the sidees..
    http://www.cisco.com/en/US/tech/tk1077/technologies_configuration_example09186a008009431b.shtml
    http://www.cisco.com/en/US/products/hw/routers/ps259/products_configuration_guide_chapter09186a008007e606.html
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a0080080afd.html
    i m not sure though about the configuration of Avaya box but you can mention the remote end routers ethernet ip as the destination ip or the target for the call termination.
    And in the remote router while configuring the dial-peer pots and dial-peer voip binded on the FXO itnerface make sure that you are mentioning the Avaya box ip as the session target.
    regds

  • Difference between -xO0 and no option at all

    Hi,
    I was under the impression that -XO0 will not do any optimization, but my previous post about the inability to compile glib 2.8 with cc seems to show that it is not the case. I had to remove the -XO0 altogether to get it compile.
    So the question is when you do not specify any option, which level of optimization does it correspond to?
    Thanks,
    Manu

    The option -xO0 is not a supported option for programmer use. We use it internally for debugging the compiler.
    When you use no optimizer option, you get the non-optimizing code generator built into the compiler front end (acomp for the C compiler).
    When you use one of the supported -xOn options, where n is in the range 1-5, the compiler driver invokes an intermediate-language optimizer (iropt) and the optimizing code generator (cg or ube).
    The -xO0 option invokes only the optimizing code generator, and not iropt. The code generator at -xO0 performs no optimizations.
    The "non-optimizing" code generator built into the front end actually generates better code than you get with -xO0 or -xO1. The only -xOn options that make sense to use are -xO2 through -xO5.

  • Diff. between table and template in smartforms

    hi there,
    please tell me what the diff. between table and template options available in smartforms

    HI
    GOOD
    TABLES=>
    In forms of business procedures you usually want to list details such as open items of an invoice. You can use a Smart Form to display this data in a table. You can design the layout of the table independent of the number of lines it will contain. The size of the table depends on how much data the application program passes to the form at runtime (unlike with templates, where you specify the number of columns and lines explicitly). The table can cover one or more pages, depending on the number of lines. This is why you display tables in the main window.
    TEMPLATES=>
    Use node type Template to display a table whose layout and size (number of lines and columns) is determined before the runtime of the application program. For this reason, a template is also called a static table.
    To create a template, define a table layout to determine the cell structure for each line. The cells are used to display the contents of the inferior nodes of the template node. This allows you to position text and a graphic side by side (see Displaying Graphics in Templates).
    The template node is also suited for label printing.
    GO THROUGH THIS LINK
    http://help.sap.com/saphelp_nw04/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/content.htm
    THANKS
    MRUTYUN

  • Controlling the space between label and Input field in SELECT-OPTION

    Hi ,
    I am using WDR_SELECT_OPTIONS as a used component in order to dynamically generate the Select option in my WD Component.
    Can any one tell me if there is a way to control the spacing between Label and Input field?  This is because rest of the UI elements are in one particular order but for this dynamically generated UI.
    Please help me.
    Thanks,
    Kavitha

    Hi Kavitha,
    The label is required for accessibility reasons. It's not possible to remove it and to use your own label from outside the component to point to it. Labels cannot point to targets across views (and hence acress component) boundaries.
    Best regards,
    Thomas

  • Difference between Multiple single values and Selection option variables

    Hi !
    Can any one tell me the difference between variable types:
    Multiple single values and Selection option?
    I used each one of them for selecting values for a characteristic but could not notice a difference in choosing values.
    Is there some difference in functionality or can they be used interchageably?
    Regards,
    Sri Harsha

    Harsha,
    When you go for slection option, in the variable input screen you will be having a button in the last where you can give your slections. There you can maintain either multiple single values and Multiple intervals or else not equal to also..
    Just check out there... you will be having tabs for each..
    Assign Points if it helps
    Gattu

  • Broken Link between Base and Target document in 'Copy To' option

    Hi Folks,
    One of our client has been facing a peculiar issue. When the 'Copy To'  function is used to Copy document from Sales Order to Delivery and recently one instance of 'Copy To' from Delivery to A/R Invoice ,the base document got copied to the target document in each case but there was no trace of any Base Ref. left in the Target document( either in row level or Remarks), thereby the link between the Base and Target document got broken.The Base document remains with status as open.The same base document when tried again to 'Copy To', it creates the link between Base and new Target document.
    This instance had occurred recently 3- 4 times in a span of 3 months or so. In normal circumstance this never happens. The client is pretty sure they have used 'Copy To' option to copy the document from Base to Target.
    Any hints or possible reasons if one can highlight would be appreciable.
    The current version used is SAP B1 8.82 PL11 and it was upgraded more than a year back.
    Regards,
    Bharath

    Hi,
    All the data in Sales Order and Delivery are matching one to one in terms of row details,
    and Document header level.
    The missing data was Base Ref. data and Del.Date didn't get copied from base to target as shown in screen shot.
    Also i have checked it earlier regarding change of target document row details like changing item, but this will only remove the link of that particular row and remaining row link remains intact, but in this case there are many items and it doesn't seem user will have changed in all the rows.
    Regards,
    Bharath

  • HTTP type connectivity between XI and R3 - load balancing options ?

    Hi
       We have a http type connectivity setup between XI and R3 in order enable XI to communicate with R3 using ABAP proxies. We did this by creating a RFC destination on the ABAP stack of XI of type 'H' ( http connection between R3 systems ). Now, while setting up this rfc destination, there is no option to specify a message server on R3 - we just see a target server field that can be filled in.
    In an rfc destination of type 3 - on the XI box ( which is used for a XI --> R3 idoc adapter ) , I  can see an option for specifying message server.
    Does this mean that using type 'H' connectivity between XI and R3 does not give us an option of hitting the load balancing - message server on R3 and thus cannot use the load balancing setup on R3 ? Is this is a limitation of type 'H' connectivity between XI and R3 ?

    for HTTP load balancing the options seems to be somewhat different....check if these threads provide you any help:
    http://help.sap.com/saphelp_nw04s/helpdata/en/ae/9bfc3f9ec4e669e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/79/a1ce9569444647956b0ec1cf443c4d/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/43/39c7b227b91bcbe10000000a1553f7/content.htm
    Regards,
    Abhishek.

  • I have the kindle app on my I pad.   How do I eliminate books I've already read?  On a regular kindle, you can switch between cloud and device but I am not getting that option.  Thanks

    I have the Kindle app on my I pad
    I want to eliminate the books I've already read (I have a LOT).
    On the regular kindle you can switch between cloud and device but that is not working on my I pad.
    HELP.
    Thanks

    The Kindle app has a menu on the very bottom center of the screen that allows you to switch from a device and cloud view. To remove a title from the device, tap and hold on it. a pop menu will apear that allows to add the title to a collection, remove it from the device, or download it from the cloud (depending on its current status).

  • Installing the new update for OSX has stopped my trackpad from swiping between pages in Safari. Whenever I try it Safari freezes and I have to quit. I have checked system preferences and the option is checked.

    ave to quit. I have checked system preferences and the option is still checked. Is anyone having the same problem?

    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Preferences/com.apple.driver.AppleBluetoothMultitouch.trackpad.plist.
    Move the .plist to your desktop.
    Log out/in and test. If it works okay, delete the plist from the desktop.
    If the same, return the .plist to where you got it from, overwriting the newer ones.
    Thanks to leonie for some information contained in this.
    You might need to redo the View settings after an update.

  • CUCM 8.6 QSIG to Nortel Option 81 No Caller ID

    Working on an H.323 QSIG trunk to Nortel Option 81. Everything is working except caller ID on local calls. Cisco phones making local (7digit) calls only display the lead trunk (BTN) number for caller ID. Long distance calls display the correct caller ID. The Nortel has a separate local and LD trunks. Nortel phones have correct caller id displayed for both local and LD calls.
    Topology/Call Flow
    Cisco Phone -> CUCM -> 2911GW -> Nortel ->PSTN
    Gateway is a 2911 running 15.0(1)M5
    It looks like we are sedning the same information to the Nortel on both callS AND the Q931 information on both calls looks to be correct.
    Local Call (Not Working)
    *Sep 19 20:24:26.865: ISDN Se0/0/0:23 Q931: Sending SETUP  callref = 0x5429 callID = 0xD3B2 switch = primary-qsig interface = Network
    *Sep 19 20:24:26.865: ISDN Se0/0/0:23 Q931: TX -> SETUP pd = 8  callref = 0x5429
            Sending Complete
            Bearer Capability i = 0x8090A2
                    Standard = CCITT
                    Transfer Capability = Speech
                    Transfer Mode = Circuit
                    Transfer Rate = 64 kbit/s
            Channel ID i = 0xA98384
                    Exclusive, Channel 4
            Calling Party Number i = 0x0081, '4065565382'
                    Plan:Unknown, Type:Unknown
            Called Party Number i = 0x80, '95998310'
                    Plan:Unknown, Type:Unknown
    *Sep 19 20:24:26.941: ISDN Se0/0/0:23 Q931: RX <- CALL_PROC pd = 8  callref = 0xD429
            Channel ID i = 0xA98384
                    Exclusive, Channel 4
    *Sep 19 20:24:28.077: ISDN Se0/0/0:23 Q931: RX <- ALERTING pd = 8  callref = 0xD429
    Long Distance Call (Working)
    *Sep 19 20:26:31.213: ISDN Se0/0/0:23 Q931: Sending SETUP  callref = 0x542A callID = 0xD3B3 switch = primary-qsig interface = Network
    *Sep 19 20:26:31.213: ISDN Se0/0/0:23 Q931: TX -> SETUP pd = 8  callref = 0x542A
            Sending Complete
            Bearer Capability i = 0x8090A2
                    Standard = CCITT
                    Transfer Capability = Speech
                    Transfer Mode = Circuit
                    Transfer Rate = 64 kbit/s
            Channel ID i = 0xA98383
                    Exclusive, Channel 3
            Calling Party Number i = 0x0081, '4065565382'
                    Plan:Unknown, Type:Unknown
            Called Party Number i = 0x80, '912088306374'
                    Plan:Unknown, Type:Unknown
    *Sep 19 20:26:31.293: ISDN Se0/0/0:23 Q931: RX <- CALL_PROC pd = 8  callref = 0xD42A
            Channel ID i = 0xA98383
                    Exclusive, Channel 3
    *Sep 19 20:26:31.449: ISDN Se0/0/0:23 Q931: RX <- PROGRESS pd = 8  callref = 0xD42A
            Cause i = 0x81E4 - Invalid information element contents
            Progress Ind i = 0x8188 - In-band info or appropriate now available
    *Sep 19 20:26:35.313: ISDN Se0/0/0:23 Q931: RX <- ALERTING pd = 8  callref = 0xD42A
    So it apprears to be something on the Nortel side??? What can I check on the Nortel to see how these two calls are recieved and routed to the locan and LD trunks.

    Have you had any luck solving this issue?  
    I am having the exact same problem.  What I have found is that the local provider is saying that the number is not coming across in E.164 format which then appears to them as an unknown number so they just append either the main phone number to the caller ID or sometimes the phone number associated with billing contact.  The nortel works just fine in both senarios, but there seems to be something lost in translation between the Cisco and Nortel.   So far I haven't been able to find a setting to fix this.

  • Delivering Caller ID via 28XX to Nortel Option 61

    We would like to introduce caller ID into a phone system that is currently running a Nortel Option 61. Two PRIs will be terminated into two 28XX routers that will be frontending the Opt61. We are doing this to position ourselves to eventually migrate to IPT. The connection between the 28XX and the Opt 61 I am assuming will be PRIs running QSiG? Any gotchas out there or things I need to be aware of that people may have seen? No CUCMs yet so these gateways will be standalone caller id gateways for the OPtion 61. Any advice would be appreciated.

    Hi Johnny,
    You will probably want to use the 2-PRI (VWIC2-2MFT-T1/E1) to maximize the 2800 series potential here;
    VWIC2-2MFT-T1/E1 Support;
    Any native HWIC slot on Cisco 2801, 2811,
    2821, 2851, 3825 and 3845 and any VIC slot
    on NM-HDV, NM-HDV2, NM-HD-2VE,
    NM-2W, NM-1FE1R2W, NM-1FE2W-V2,
    NM-2FE2W-V2
    Cards, Ports, and Slots
    Cisco 2801: 2 HWIC slots, 2 VWIC slots, 2 PVDM slots, 2 AIM slots
    Cisco 2811: 4 HWIC slots, 1 expansion network module slot, 2 PVDM slots, 2 AIM slots
    Cisco 2821: 4 HWIC slots, 1 expansion network module slot, 1 extension voice/fax module slot, 3 PVDM slots,
    Cisco 3825: 4 HWIC slots, 2 expansion network module slot, 4 PVDM slots, 2 AIM slots
    Cisco 3845: 4 HWIC slots, 4 expansion network module slot, 4 PVDM slots, 2 AIM slots
    http://www.cisco.com/en/US/prod/collateral/routers/ps5854/product_data_sheet0900aecd80169812.pdf
    Hope this helps!
    Rob
    PS: We found the 2821's to be an excellent choice.

  • QoS - Nortel Option 11c thru 2811s

    Looking for config assistance on a couple of 2811s, connected via a T1 that will carry voice traffic between 2 Nortel Option 11c's.
    Will 'auto qos voip trust' on the serial interfaces suffice?
    Does a 'map' function need to be defined?

    Hi, that is the minimal config to protect voice traffic:
    class-map voice
    match ip dscp ef
    policy-map test
    class voice
    priority percent 50 <--- you are allocating no more than 768 Kbps to voice
    interface serial X/Y
    service policy output test
    Hope this helps, please rate post if it does!

Maybe you are looking for

  • Installation Problems on Windows XP

    I am trying to install Adobe Flex Builder 3 on a Windows XP machine with service pack 2. I have downloaded it from the Adobe Website. When I run the installer file it initializes till 100% then it asks me to choose another location. I have tried inst

  • Oracle 8.0.6 on Windows 2000 Server

    Can Anybody tell me that Oracle 8.0.6 Enterprise version can run on Windows 2000 Advance server

  • Torch 9860 wont turn off completely

    I bought a new Bb torch 9860 the day before. It was working perfectly fine untill this evening. It has now stopped turning off completely which it was doing very well before. Now it goes into a standby - like mode and quickly turns on when the red bu

  • How archiving jobs (WRI) on specific server

    I have one database and two application servers. Whenever I start archiving jobs (WRI) are created on database server. I would like to push archiving on one other application server(but do not know how to do that). If i shedule job(..SUB..) and force

  • "automatic" transcode settings is not filling my DVD capacity

    I've put together four AVI files in Encore and every time I go through the "build" process 20 GB worth of material is reduced down to 720 MB (approx).  I always thought that a great advantage in using Encore was that it filled your material to fit th