Video/Voice Conference -8 Error Explained for Cisco Routers

I cannot tell you how long I have spent trying to figure out this problem. We have a bunch of macs sitting behind a NATed Cisco 2811 router, and iChat will just never work, throwing the good ole' -8 error.
Having a good understanding of SIP, I decided to get down an dirty with the investigation of why iChat doesn't work behind some routers, while it does on others.
iChat uses SIP, but as I have found, Apple's implementation of it does not completely honor the RFC. This is the root cause of iChat not working behind enterprise grade routers that have SIP ALG activated (details later).
Apple uses its own flavor of NAT traversal: SNATMAP. This is an Apple service that is utilized every time a video/voice conference is created from iChat. For those of you familiar with SIP, SNATMAP essentially performs the same function as a STUN server. This service abstracts the port specifications necessary to get around NATs to a server on the public Internet.
With some routers, this SNATMAP seems to work fine. With others, not so much. I honestly don't have too deep of an understanding of SNATMAP so I cannot get into too much detail as to why it doesn't work with some routers. If anyone knows, please chime in!
I can, however, clearly indicate why it doesn't work behind routers that have a SIP ALG, which essentially has the intelligence to pick apart to SIP packet to make them NAT friendly. Basically, there is a portion of SIP packets called the SDP (Session Description Protocol) that provides all of the information necessary to set up the voice and video stream. The SIP RFC calls for this section to include information like the connection IP address, port, video codec, audio codec, etc. HOWEVER, Apple's implementation of iChat DOES NOT INCLUDE THE PORT IN THE SDP. Therefore, when a SIP ALG tries to intelligently convert the port, it isn't there to change. Even if it does manage to insert a port number into the SDP, the iChat client receiving the SIP packet doesn't respect that port number and just dumbly sends the request back to the default SIP port (5060).
Here is a little flow of the process:
1. A SIP packet is sent out from iChat to the cisco router
2. Cisco intercepts the packet, changes the private IP address of my computer to the public IP address of the interface, and changes the port to one that it assigns on the public interface. So, basically the SIP packet enters the cisco with the SDP info like 192.168.100.137:5060 and leaves the Cisco like <public IP>:1877.
3. On the receiving end, the SIP packet and SDP section is read with our DSL connection's public IP address, so when it tries to make contact back, requests are sent to the DSL public IP address and not an unrouteable private IP. Also, it sends to the port specified in the SDP section.
4. When a packet comes in from the peer, the destination is something like <public IP>:1877. The cisco NAT translation table remembers that things destined to port 1877 should be converted to 192.168.100.137 on port 5060. The SDP section of the SIP packet is modified and things are peachy.
5. This happens back and forth for all SIP messages that traverse the NAT.
iChat is not SIP RFC compliant which is why we are having these natting issues. iChat does not specify a port in the SDP portion of the SIP messages it is sending out: a big no-no. Therefore, when the recipient iChat is sending back its requests to 207.182.233.32, it is sending it to port 5060 instead of assigned port 1877. The public port 5060 is blocked, and is not routed to any specific computer, resulting in a timeout. Here is the Cisco output 'debug ip nat sip'
001892: .Oct 2 22:53:04.108 PCTime: NAT: SIP: [0] processing INVITE message
001893: .Oct 2 22:53:04.108 PCTime: NAT: SIP: [0] register:0 door_created:0
001894: .Oct 2 22:53:04.108 PCTime: NAT: SIP: [0] translated embedded address 192.168.100.138-><public IP>
001895: .Oct 2 22:53:04.108 PCTime: NAT: SIP: [0] No port present. Use new port 5060->1210
As you can see, it is processing the INVITE request and translating the internal IP address to the public one.
However, it reports no port present, meaning that the port specification in the SDP section of the SIP packet is not present. It does a port translation because it feels obligated to, but iChat doesn't respect that on the other end and sends to 5060 anyway which is not mapped to any specific internal IP addess, so, alas, it doesn't work.
Now, that being, said, this explains why iChat doesn't work behind SIP ALGs. However, if you are able to disable the SIP ALG (on cisco: 'no ip nat service sip udp 5060'), it still doesn't work. With the ALG turned off, the SDP translations don't occur, but for some reason SNATMAP still doesn't work either. I am thinking that could be due to a nat issue, but I haven't figured that out yet. Anyone's insight would be appreciated!
Hope this helps anyone out there seeking help / console with iChat Error -8 issues behind an enterprise grade router.
Hopefully we can figure out why iChat's SNATMAP implementation doesn't work with a Cisco NAT next...

Hi
Ok for the Homehub's.
UPnP should be enabled.
Set the Quicktime streaming setting, goto sys prefs/quicktime/streaming/streaming speed, set to 1.5mbps(dont use automatic)
In ichats prefs click on video and change bandwidth limit to NONE.
Goto to sys prefs/sharing/firewall and turn on(dont add any ports for ichat, leave anything that is ticked ticked).
Restart ichat.
And try connecting to me defcom1 .mac account.
Tony

Similar Messages

  • Remote Command Tool for Cisco Routers/Switches

    Is anyone aware of any tools or scripts out there which allow preconfigured commands to be remotely run again Cisco Router/Switches and display the output result?
    I'm looking for a tool which I can give our Service Desk personnel that will allow them to select from a list of commands enter a target IP Address of a router/switch and then the tool will display the vlan table or the running config of a particular switch-port so they can see if its configured on the correct data vlan or its missing its voice vlan etc.
    For example a Service Desk Operator needs to check what vlan a switch-port is on. So they open the tool, enter the switches IP address and the port number and select an option like "display a switch-ports vlan" and the tool will login into the switch in the background run a show command on the switch and then output the result.
    Thanks.

    Check out rConfig. You will be able to run multiple instances of it i.e. one instance for your standard configuration backups and another for more specific configuration downloads info like show vlan bri commands etc for service desk staff to view.
    You could also use the IOS menu function and create menus or role based access on each of your devices for your users.
    Regards
    Stephen
    ==========================
    http://www.rConfig.com 
    A free, open source network device configuration management tool, customizable to your needs!
    - Always vote on an answer if you found it helpful

  • Privilege mode authentication using Tacacs for Cisco Routers

    I am trying to set up a test environment where I need to be able to be asked for both a username and password while entering enable mode from exec mode on a cisco IOS router. I was told the only way to do that is through Tacacs. But I've not seen any such configuration options on Tacacs in order to set it up right. Has someone ever did a setup like this before. I would appreciate any help on this. Thanks. 

    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    service compress-config
    hostname 2621-3
    boot-start-marker
    boot system flash c2600-i-mz.123-26.bin
    boot-end-marker
    logging buffered 5001 debugging
    no logging console
    no logging monitor
    enable password cisco
    memory-size iomem 10
    clock timezone CST -7
    clock summer-time CST recurring
    aaa new-model
    aaa authentication login default local
    aaa authentication enable default group tacacs+
    aaa authorization exec default group tacacs+ local
    aaa session-id common
    ip subnet-zero
    ip cef
    no ip domain lookup
    ip domain name int.voyence.com
    ip name-server 192.168.21.5
    !key chain jetef
    key 10
      key-string c1sco
    modemcap entry ZOOM
    modemcap entry ZOOM
    username jeff password 0 jeff
    tacacs-server host 192.168.21.230 key cisco
    tacacs-server host 10.6.230.32
    tacacs-server directed-request
    tacacs-server key dakey
    line con 0
    exec-timeout 15 0
    logging synchronous
    speed 115200
    line aux 0
    exec-timeout 15 0
    password 7 104D000A0618
    logging synchronous
    modem InOut
    modem autoconfigure discovery
    terminal-type monitor
    transport input all
    stopbits 1
    flowcontrol hardware
    line vty 0 4
    exec-timeout 15 0
    password cisco
    private
    logging synchronous

  • NTP sync for Cisco routers through a VPN tunnel

    I have a 3002 tunnel to a 3015. Behind the 3002 is a Cisco router with NTP setup on it. No NTP traffic appears to be traversing the tunnel, there are no filters on the tunnel prevent NTP (123) traffic.
    Is there something in the 3015 that has to be set to allow NTP traffic to go through?
    NTP working on all other non-tunnelled connections.

    Make sure the 3002 is in NEM mode, and remember that the 3002 will only tunnel the directly-connected subnet's traffic. Unless that router has an interface in the 3002 private interface's subnet, and it is using that as the source address in its NTP requests, it won't work. Can you ping from that router to the NTP server across the tunnel?

  • How increase flash memory for cisco routers in GNS3?

    I have GNS3 simulator and I am trying to increase the flash memory. I've changed the memory in the GNS3 -> R1 -> Configure -> Memories and disks -> PCMCIA disk slot to 124 MiB.
    I created a new topology and set the memory. Still it shows the same 8MiB (default).
    How to fix it?
    Raja

    Hello!!
    Can you use routers like 3725 and try to increase the memory in node configuration.
    You can change the size of PCMCIA Disk0.
    This kind of routers works for me.
    Thanks,

  • Monitoring for Cisco UCS/Cisco Catalyst/EMC VNX/VMware environment

    hi
    I am not sure whether this is the right place for this post, but I am giving it a shot anyway.
    I am looking for a monitoring solution for a Cisco UCS/Cisco Catalyst/EMC VNX/VMware environment and I cannot seem to find 1 product that does it all.
    Do any of you Guys have experience with a such product?
    thanks...

    I have used PRTG for Cisco Routers/Switch, Vmware  and with Cisco UCS. As for the storage part I'm not sure.
    I recommend prtg because its user friendly and web based management.
    Please Rate.

  • Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    That's an error reported from DVD Player I believe...
    kDVDErrorMissingGraphicsDevice = -70017, // A valid graphics device is not available.
    There's some conjecture it has to do with HDCP, or Video Card problems, but the only 2 cures/fixes I found were Software related, one was cured by updating the OS, another by replacing the Video kexts.
    I think this error also shows up if trying to use DVD player in Safe Mode, (too much research isn't good! ).
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware>Graphics/Displays and report like this...
    NVIDIA GeForce 7800GT:
      Chipset Model:          GeForce 7800GT
      Type:          Display
      Bus:          PCI
      Slot:          SLOT-1
      VRAM (Total):          256 MB
      Vendor:          nVIDIA (0x10de)
      Device ID:          0x0092
      Revision ID:          0x00a1
      ROM Revision:          2152.2
      Displays:
    VGA Display:
      Resolution:          1920 x 1080 @ 60 Hz
      Depth:          32-bit Color
      Core Image:          Supported
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Supported
    Display:
      Status:          No display connected
    Can't think of much to try at the moment, but perhaps reapplying the big 10.4.11 combo, Repair Permissions, & reboot would help, not sure.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html

  • My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premier

    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!

    Hi Bryan,
    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!
    Sounds like an activation issue. Quite Premiere Pro. Sign out of Creative Cloud. Restart Premiere Pro. Sign back in: http://bit.ly/CC-sign-out
    Hope that works for you.
    Kevin

  • I can't get dvds to play "There was an initialization error. A valid video device could not be found for playback. [-70017]  Anybody know how to resolve this?

    I can't get dvds to play and, instead, get "There was an initialization error.  A valid video device could not be found for playback. [-70017]"  I went in for a Genius appt Friday and it played for the tech...but now I'm back home (one and a half hours from the store) and I'm getting the error message again when I try to load a dvd.  Any recommendations?

    Hello, try this...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Reboot... any change?

  • Firefox will not show links to flv files. I get the error message for each flv file: "File not found. Firefox can't find the file at (path) .flv." Any mov and swf files in this same path will show. I can see the videos in Safari so the paths are correct.

    Firefox will not show links to flv files. I get the error message for each flv file: "File not found. Firefox can't find the file at http:// (path) .flv." Any mov and swf files in this same path will show. I can see the videos in Safari so the paths are correct.

    Is this a webpage that contains a link to a flv file? Please post a link to the page and tell us which link(s) are the problem flv files or else post a link to the .flv file itself.
    Alternately, click on one of the sample FLV File links on this page and tell us exactly what happens:
    http://www.mediacollege.com/adobe/flash/video/tutorial/example-flv.html
    It might also help if you post the exact error message, including the path to the flv file.
    '''Note:'''
    Depending on how you have Firefox set up, clicking on a FLV File link will either save the FLV file to your computer or Firefox may open it automatically in an external application right after downloading (Firefox may ask you first). Firefox itself can't play FLV files so you need a "helper" application (or a plugin for flv files, if ther is one. You can see if Firefox is already set up to download or open FLV files by going to Firefox Preferences and looking in the Applications list. Find the FLV file type in the list and, if the action is "Open with", it should show the application that can play FLV files (e.g., VLC Media Player or Perian). See [[Managing filetypes]] for more information.

  • Video "Voice Mail" for Face Time?

    Has anyone yet produced an app that will let you leave a video "voice mail" for someone you can't reach on Face Time?

    This Apple article should be able to help ya out -> iOS: FaceTime is 'Unable to verify email because it is in use'

  • Netflix says"Video Playback Error  Your device has a hardware issue, which is preventing Premium Video Playback. Contact Apple Support for more information. Error Code: S7363-1261-FFFFD000" What is wrong?

    My mac is working fine. No noticeable problems. Then went onto netflix everything was working apart from the watching of the film and it popped up
    "Video Playback Error  Your device has a hardware issue, which is preventing Premium Video Playback. Contact Apple Support for more information. Error Code: S7363-1261-FFFFD000".
    Not sure what is wrong but would appreciate any help

    Netflix not working with yosemite
    Re: I think there is a hardware issue with my computer and i am not sure what to do it won't let me play netflix
    Netflix streaming gives Error Code: S7363-1261-FFFFD000

  • LMS 3.2 - unknow SNMP error for Cisco XR12406

    Hi ,
    I got a RME job alert which describes SNMP RW community verification failure in Device Credentials Verification for Cisco XR12406 router, I have double checked on the credential configured in LMS and it is correct.
    The configuration that i tried in XR12406:
    snmp-server community T3lBruRW RW <acl>   ---> not working
    snmp-server community T3lBruRW RW SystemOwner <acl> ---> not working
    Anyone can help!!!

    Hi Nael, here it is:
    #sh ver
    Sun Nov 28 15:43:14.648 BNT
    Cisco IOS XR Software, Version 3.8.2[00]
    Copyright (c) 2009 by Cisco Systems, Inc.
    ROM: System Bootstrap, Version 12.0(20060713:113510) [sunnaik-31s5th 1.16dev(0.1)] DEVELOPMENT SOFTWARE
    Copyright (c) 1994-2006 by cisco Systems,  Inc.
    CRTH uptime is 8 weeks, 2 days, 20 hours, 45 minutes
    System image file is "disk0:c12k-os-mbi-3.8.2/mbiprp-rp.vm"
    cisco 12406/PRP (7457) processor with 2097152K bytes of memory.
    7457 processor at 1266Mhz, Revision 1.2
    3 Cisco 12000 Series SPA Interface Processor-601/501/401
    2 Cisco 12000 Series Performance Route Processors
    6 Management Ethernet
    12 PLIM_QOS
    4 TenGigE
    15 GigabitEthernet/IEEE 802.3 interface(s)
    1018k bytes of non-volatile configuration memory.
    1998M bytes of compact flash card.
    2048800k bytes of disk0: (Sector size 512 bytes).
    65536k bytes of Flash internal SIMM (Sector size 256k).
    Boot device on node 0/0/CPU0 is mem:
    Package active on node 0/0/CPU0:
    c12k-k9sec, V 3.8.2[00], Cisco Systems, at disk0:c12k-k9sec-3.8.2
        Built on Wed Oct 28 19:00:47 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-lc, V 3.8.2[00], Cisco Systems, at disk0:c12k-lc-3.8.2
        Built on Wed Oct 28 16:27:50 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-fwdg, V 3.8.2[00], Cisco Systems, at disk0:c12k-fwdg-3.8.2
        Built on Wed Oct 28 16:26:44 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-admin, V 3.8.2[00], Cisco Systems, at disk0:c12k-admin-3.8.2
        Built on Wed Oct 28 16:25:55 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-base, V 3.8.2[00], Cisco Systems, at disk0:c12k-base-3.8.2
        Built on Wed Oct 28 16:24:15 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-os-mbi, V 3.8.2[00], Cisco Systems, at disk0:c12k-os-mbi-3.8.2
        Built on Wed Oct 28 16:19:12 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    Boot device on node 0/1/CPU0 is mem:
    Package active on node 0/1/CPU0:
    c12k-k9sec, V 3.8.2[00], Cisco Systems, at disk0:c12k-k9sec-3.8.2
        Built on Wed Oct 28 19:00:47 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-lc, V 3.8.2[00], Cisco Systems, at disk0:c12k-lc-3.8.2
        Built on Wed Oct 28 16:27:50 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-fwdg, V 3.8.2[00], Cisco Systems, at disk0:c12k-fwdg-3.8.2
        Built on Wed Oct 28 16:26:44 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-admin, V 3.8.2[00], Cisco Systems, at disk0:c12k-admin-3.8.2
        Built on Wed Oct 28 16:25:55 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-base, V 3.8.2[00], Cisco Systems, at disk0:c12k-base-3.8.2
        Built on Wed Oct 28 16:24:15 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-os-mbi, V 3.8.2[00], Cisco Systems, at disk0:c12k-os-mbi-3.8.2
        Built on Wed Oct 28 16:19:12 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    Boot device on node 0/2/CPU0 is mem:
    Package active on node 0/2/CPU0:
    c12k-k9sec, V 3.8.2[00], Cisco Systems, at disk0:c12k-k9sec-3.8.2
        Built on Wed Oct 28 19:00:47 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-lc, V 3.8.2[00], Cisco Systems, at disk0:c12k-lc-3.8.2
        Built on Wed Oct 28 16:27:50 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-fwdg, V 3.8.2[00], Cisco Systems, at disk0:c12k-fwdg-3.8.2
        Built on Wed Oct 28 16:26:44 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-admin, V 3.8.2[00], Cisco Systems, at disk0:c12k-admin-3.8.2
        Built on Wed Oct 28 16:25:55 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-base, V 3.8.2[00], Cisco Systems, at disk0:c12k-base-3.8.2
        Built on Wed Oct 28 16:24:15 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-os-mbi, V 3.8.2[00], Cisco Systems, at disk0:c12k-os-mbi-3.8.2
        Built on Wed Oct 28 16:19:12 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    Configuration register on node 0/4/CPU0 is 0x2102
    Boot device on node 0/4/CPU0 is disk0:
    Package active on node 0/4/CPU0:
    c12k-k9sec, V 3.8.2[00], Cisco Systems, at disk0:c12k-k9sec-3.8.2
        Built on Wed Oct 28 19:00:47 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-rout-3.8.2.CSCti62211, V 1.0.0[SMU], Cisco Systems, at disk0:c12k-rout-3.8.2.CSCti62211-1.0.0
        Built on Sat Aug 28 15:36:26 BNT 2010
        By edde-bld1 in /vws/afz/builds/smu_r38x_3_8_2/workspace for c4.2.1-p0
    c12k-rout, V 3.8.2[00], Cisco Systems, at disk0:c12k-rout-3.8.2
        Built on Wed Oct 28 16:28:36 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-lc, V 3.8.2[00], Cisco Systems, at disk0:c12k-lc-3.8.2
        Built on Wed Oct 28 16:27:50 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-fwdg, V 3.8.2[00], Cisco Systems, at disk0:c12k-fwdg-3.8.2
        Built on Wed Oct 28 16:26:44 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-admin, V 3.8.2[00], Cisco Systems, at disk0:c12k-admin-3.8.2
        Built on Wed Oct 28 16:25:55 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-base, V 3.8.2[00], Cisco Systems, at disk0:c12k-base-3.8.2
        Built on Wed Oct 28 16:24:15 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-os-mbi, V 3.8.2[00], Cisco Systems, at disk0:c12k-os-mbi-3.8.2
        Built on Wed Oct 28 16:19:12 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    Configuration register on node 0/5/CPU0 is 0x2102
    Boot device on node 0/5/CPU0 is disk0:
    Package active on node 0/5/CPU0:
    c12k-k9sec, V 3.8.2[00], Cisco Systems, at disk0:c12k-k9sec-3.8.2
        Built on Wed Oct 28 19:00:47 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-rout-3.8.2.CSCti62211, V 1.0.0[SMU], Cisco Systems, at disk0:c12k-rout-3.8.2.CSCti62211-1.0.0
        Built on Sat Aug 28 15:36:26 BNT 2010
        By edde-bld1 in /vws/afz/builds/smu_r38x_3_8_2/workspace for c4.2.1-p0
    c12k-rout, V 3.8.2[00], Cisco Systems, at disk0:c12k-rout-3.8.2
        Built on Wed Oct 28 16:28:36 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-lc, V 3.8.2[00], Cisco Systems, at disk0:c12k-lc-3.8.2
        Built on Wed Oct 28 16:27:50 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-fwdg, V 3.8.2[00], Cisco Systems, at disk0:c12k-fwdg-3.8.2
        Built on Wed Oct 28 16:26:44 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-admin, V 3.8.2[00], Cisco Systems, at disk0:c12k-admin-3.8.2
        Built on Wed Oct 28 16:25:55 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-base, V 3.8.2[00], Cisco Systems, at disk0:c12k-base-3.8.2
        Built on Wed Oct 28 16:24:15 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0
    c12k-os-mbi, V 3.8.2[00], Cisco Systems, at disk0:c12k-os-mbi-3.8.2
        Built on Wed Oct 28 16:19:12 BNT 2009
        By edde-bld1 in /auto/srcarchive3/production/3.8.2/c12k/workspace for c4.2.1-p0

  • Meeting Place 7.1 Scheduling recurring voice conference issue

    Hello I am having an issue with Meeting Place 7.1, whenever we try to schedule a recurring voice conference we do not get the whole schedules that we need.
    For example If I try to schedule a conference daily for a month I don´t get schedule all the 30 days I get an error in some days.
    I have found this in the User Guide for Cisco Unified MeetingPlace thecnical documentation:
    • If the system is unable to schedule all meetings in your complete recurring meeting chain, it prompts
    you about the meetings it could not schedule. If this happens, set up individual instances of the
    meetings that could not be scheduled.
    But I am wondering if there is something that could fix this issue, becuase it happens every time we try to use the recurring option.
    Thanks in advance for your help.

    what does the Username for the dedicated email account for Cisco Unified MeetingPlace on the Microsoft Exchange Server indicate?
    Example: [email protected]  
    Does that means that email notifications sent by meeting place will be sent by the email address [email protected]?

  • How to create a video only conference at MCU 5320 .. ?

    How to create a video only conference at MCU 5320 .. ?

    Hi,
    This community is for Cisco Webex Meetings Server and Cisco Unified MeetingPlace products. For questions about Telepresence MCU, I would advise you post this question under Telepresence community to get a TP expert answer it.
    I hope this helps.
    -Dejan

Maybe you are looking for

  • Can't move images in Survey mode

    I click on a folder and pull up a few images in Survey and am not able to move/re-arrange said images, on other folders it works as it should -- Sometimes it works sometimes it doesn't -- yes, I click on the image itself. Is this a bug?

  • Website won't play SoundCloud widgets on Safari.

    My website at www.nishmusic.com contains SoundCloud widgets to play the music that I write.  (Example: http://www.nishmusic.com/published-works/the-magic-flute-in-5-minute-2.html)  For some reason, I can play but not hear the widgets.  I've reset Saf

  • While Loop in Gantt Chart Value

    the problem is in the "createDataset" method whereby i want to do a while loop where i can check the data inside the database that i just inserted. after that i want to pass in all the data that is needed to generate the Gantt Chart. can anyone help

  • How do I get MacU app videos to run?

    After a recent replacement of my hard drive MacU videos will not run. I have tried uninstalling and reinstalling them but with no success. They ran OK before the drive replacement.

  • HT203175 My own group of selected playlists has disappeared from my computer screen

    My own group of selected playlists has disappeared from my computer screen. Therefore I cannot add tunes to them and am scared to synchronise the ipod in case they disappear from there.  Can anyone help a computer illiterate.