Packet marking verification of outgoing packets for Immersive Endpoints TX, CTS Series

Hi,
Is there any way how to verify outgoing packet marking from TX and CTS Immersive systems on the system itself please?
Can I find it somewhere in the logs? In which one please?
I can see packet marking for incoming packets in Call Statistics but not for outgoing packets.
CUCM config is EF for voice and AF41 for Video (verified at Telephony Settings) but I can see both audio and video incoming packets on other site as AF41.
Any answer really appreciated.
Regards,
Josef

As Chris said, use something with port mirroring to be sure.
There is also a capture cpapability on the CTS / TX systems, please see the cli guide
utils network capture
utils network capture [dest ip-address-or-hostname]
[host [ ip | arp | rarp | tcp | udp | all]://ip-address-or-hostname] [page][numeric][hex][file][count number][size number][port number] [src ip-address-or-hostname]
Syntax Description
count number dest
ip-address-or-hostname file
hex
host
protocol://ip-address-o r-hostname
numeric page
port number size number
src
ip-address-or-hostname
Optional. Number count of packets to capture. Maximum count is 1000 for file, 10000 for screen.
Optional. Source address of the packet as a dotted IP or hostname.
Optional. Sends capture output to a file (netCapture).
Optional. Shows output in hex and ascii.
Optional. The all keyword specifies all protocols. ip-address-or-hostname is the host address of the packet and can be a dotted IP or hostname. The :// is required between the protocol and IP address or host name.
Optional. Show hosts as dotted IP addresses.
Optional. Pauses output.
Optional. Port number of the packet (either src or dest).
Optional. Number of bytes of the packet to capture. Maximum size is 1024. Optional. Source address of the packet as a dotted IP or hostname.

Similar Messages

  • Non-Immersive Endpoints Call Statistics Reports - jitter, packet loss

    Hi,
    We are trying to have reports from calls of Non-Immersive Endpoints. We need to have info about jitter and packet loss.
    I know it is saved in the logs in file called call_history.txt and available via Web interface under "Diagnostics - Call History".
    Issue is how to collect/download such data from Non-Immersive Endpoint automatically. I am not talking about download logs, extract the files, go to specific folder and open specific file. 
    We have such reports for Immersive Endpoints because Call Statistics are included in MIB.
    Any idea/experience to collect such data from Non-Immersive Systems?
    Many thanks,
    Josef

    @Raju_raju
    Many thanks for this - its what I expected but its still disappointing to hear. I think Microsoft are missing a trick here, even WebRTC (in Chrome at least) and most other conferencing applications have call statistics built in.
    The lack of true real time monitoring in Lync out of the box worries me somewhat. I know that there might be third party options, including Microsoft's own SCOM (which of course, not everybody uses), but I would like to see some real time monitoring of this
    real time system as part of its native functionality. True stats available at the client would still be a great help - even if it meant a ALT+Click type procedure.
    I need to dig deeper into the normal Lync monitoring options but I'm used to environments where we can analyse each "video hop" as often, there are specific network segments that cause glitches. For instance, in a call where media is routed via
    an edge, I would liek to see the stats on the leg from the client to the edge then from the edge to the FEP or Director etc.
    Thanks for the heads up on the Snooper documentation. I have read this page previously but will re-visit, yet this is somewhat over kill for some basic real time statistical output.
    @Eric - Great table. I must say I have never come across this and it certainly has useful stuff. I can almost understand why Microsoft shows the simplistic feedback by default, but for an advanced user or engineer having to look up the dumbed down feedback
    against such a table is simply a waste of time. The actually stats (including both percentage and raw packet loss data) is eminently more useful and immediate.
    Microsoft - are you listening?
    Chris

  • Completely different AMF request packets for same remote service call from Flex to PHP using ZendAMF

    I was trying to debug why one of the remote-services in our Flex application was failing randomly. What I found was interesting. Completely different AMF request packets were sent for same remote service call from Flex to PHP.
    When the service call succeeds the AMF request packet looks like the following:
    POST /video/flex/bin-debug/gateway.php HTTP/1.1
    Host: localhost
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Cookie: PHPSESSID=j6u30i8uu6c3cvp8f4kipcpf05
    Referer: http://localhost/video/flex/bin-debug/main.swf/[[DYNAMIC]]/5
    Content-type: application/x-amf
    C    ontent-length: 305
    Flex Message (flex.messaging.messages.RemotingMessage)     operation = getMemberFromEvent    clientId = 2F997CD0-7D08-8D09-1A9B-0000422676C8    destination = MembereventService    messageId = B46AB58D-2241-83F0-41E4-9FE745565492    timestamp = 0    timeToLive = 0    body =     [      280    ]    hdr(DSId) = nil
    And when the service fails the AMF request packet looks like this:
    ServiceRequest: getMemberFromEvent; RemoteService; getMemberFromEvent
    (mx.messaging.messages::RemotingMessage)#0
      body = (Array)#1
        [0] 250
      clientId = "1AA4FAAB-AEA5-8109-4B0D-000002B3A9A1"
      destination = "MembereventService"
      headers = (Object)#2
        DSEndpoint = (null)
        DSId = "nil"
      messageId = "2F92E6C0-FE92-A09B-B150-9FE2F28D9738"
      operation = "getMemberFromEvent"
      source = "MembereventService"
      timestamp = 0
      timeToLive = 0
    Also, following is the error message on Flex when the service fails:
    {Fault code=Channel.Call.Failed, Fault string=error, Fault detail=NetConnection.Call.Failed: HTTP: Failed, Destination=MembereventService}
    We are using Swiz as the micro-architecture for Flex development and Zend AMF for remoting between Flex and PHP.
    Any ideas what is wrong here, what is causing Flex to send different request packets for the same service & what I can do to fix it?

    Hi, I know that your post is almost 5 years ago, but have you found the solution to this issue?
    Thanks.

  • Set the max bytes per packet for an input stream

    Hi,
    I got this problem:
    I want to store some images into a DB. Now if the images are huge, the DB told me, that the packet size is too large
    maybe like that : 'Packet for query is too large (1668641 > 1048576)'
    I use an ByteArrayInputStream for the transmission to the DB.
    So if I am not able to set the max. packet size of the DB is it possible to cut the input stream into pieces to send them to the DB ?
    regards,
    Olek

    None of this makes any sense.
    The MySQL driver will be using TCP to talk to the database server. TCP is a stream oriented protocol. You can't control the size of the packets (other than the maximum by frigging with OS settings - don't do that). Neither can the server detect the sizes of incoming packets. It just sees a stream of bytes and has no idea where the write() boundries are or how the TCP protocol split that into IP packets - it's just a stream of bytes arriving in the same order they were sent.
    And... the max TCP segment size is nowhere near 32Mb, so that doesn't make any sense eeither.
    So, I conclude (especially in light of the answer about the config settings) that "packet" is a badly abused term by MySQL that allows it to limit the size of individual requests in order to provide some kind of protection against badly written clients and/or malicious attacks. If you need to send more data than this, just up the limit - especially if this is an intranet application where the client is under your control and attacks are unlikely.

  • Office packet for mobile phone

    I have mistakenly deleted the "Word To Go" application that came with the device. However, every Word application that I tryto install asks for the existence for the "Word To Go" application that I have deleted. I was just trying to install application, but it asked me to first install "office packet for mobile phones" tbefore installing the application. Please help me.

    use a PC, install on it the "BlackBerry Desktop Software". Then plug the 9800 and ask it to update your OS.
    At some point you will be prompted for languages as well as applications. There, you'll see apps like BlackBerry Maps and datviz Docs To Go. Just check Docs To Go again and proceed.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Why does Mail mark all my outgoing messages as "junk?"

    I recently upgraded from OS 10.4.4 to 10.5.5 on both my iMac and PowerBook & now Mail marks all my outgoing messages as "Junk."
    I reset my junk mail preferences--and manually marked all my outgoing messages as "Not Junk Mail"--but nothing changed.
    Is anyone else having the same problem?
    Can anyone offer a solution?
    Does anyone else think it's strange that this is even possible? Shouldn't administrators' messages always be marked "Not Junk Mail" by default?
    Help!!!
    iMac   Mac OS X (10.4.5)  

    I recently upgraded from OS 10.4.4 to 10.5.5
    Mac OS X 10.5.5? Wow! I thought it would be 1 year or so until Mac OS X 10.5 ships and you've already installed its .5 revision! What kind of Developer Program are you a member of?
    Sorry, couldn't resist!
    Now, seriously, you're certainly not alone. I've seen quite a few threads about this very same issue here. Just search for "junk" and "sent" in this forum:
    http://discussions.apple.com/search.jspa?threadID=&q=junkANDsent&objID=f753&dateRange=last90days&userID=&numResults=15

  • I encountered an error in the Payment Wizard screen as I was creating an Outgoing Payment for petty cash expenses. On the "Recommendation Report" screen, I clicked "Non-Included Trans." and saw that one of the vendors (Vendor Code: WILCO) has the followi

    Hello,
    I encountered an error in the Payment Wizard screen as I was creating an Outgoing Payment for petty cash expenses. On the “Recommendation Report” screen, I clicked “Non-Included Trans.” and saw that one of the vendors (Vendor Code: WILCO) has the following error:
    “The document amount is greater than the max. amount allowed in the payment methods linked to the BP”
    Upon checking, the “PCF-W” Payment Method linked to WILCO does not have any restrictions, nor does WILCO have any credit/commitment limit set. I have also appropriately defined the Dummy Business Partner Bank (under Payment Terms) as well as checked the “Included” box for PCF-W on the Payment Run-Payment Methods screen.
    Could anyone please help me on this?
    Salamat,
    Cat

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • How can i show Bcc in my outgoing emails for Mac Lion 10.7.2

    How can i show Bcc in my outgoing email for Mac Lion 10.7.2  Bcc does not highlite in View.
    Noomee

    Reset the SMC: http://support.apple.com/kb/ht3964
    Should fix just this sort of thing.

  • Bank Transfer file: generate two outgoing files for one pmt method?

    Hello Experts,
    Two files (header and item) are expected from the hungarian bank for each payement.
    It's possible to generate two outgoing files for one pmt method using DMEE tree? If yes, can you tell me how?
    If not, there is an other solution? Use a classic program (copy and adaptation) for example?
    Thank you in advance.
    Amal

    Are you sure you need separate files file header and items.
    Usually both header and items are placed in the same file. Please reconfirm or get the formats from the Bank.

  • Payment Wizard :outgoing payments for customers

    Hi,
    it would be very nice if the payment wizard could handle outgoing payments for customers.
    I can pay a credit memo for customers manually but not by payment wizard.
    For example:
    1 invoice +1000u20AC
    1 credit note -1500u20AC
    total = -500u20AC
    --> payment wizard should create outgoing payment about 500u20AC.
    best regards
    Markus

    This Requirement is very important. I can't understand that the payment wizard can't handle this case.

  • Not able to add outgoing payment for vendor

    Hi to all Experts,
    I am facing problem i.e I am not able to add outgoing payment for Vendor. I have tried to multipul time using different users also. I have booked purchase first and then tried to make payment to the vendor.Docdate is 14th Jul 08, and docdue date is 18th Aug. 08.
    I have made two entries for outgoing payment using G/L A/c. option before trying to do this entry successfully.
    Can any body plz help me to resolve this issue.
    Warm Regards,
    Chintesh Soni

    Hello Chintesh,
    The scenario seems to be similar to the one described in Note 1027043.
    Here is the text from the Note:
    "You are trying to add the an Outgoing Payment for an A/P Invoice or A/P Credit Memo using Checks as Payment Means. However, after pressing the 'Add' button, the payment is not added and the system does not send an error message."
    This issue occurs when the Vendor Ref. No. field in the A/P invoice or the A/P credit memo has more than 39 characters.
    It is an application error that is fixed in PL26, 2005B (Note 1073858). Kindly upgrade to the latest patch. If not possible at the moment, you can use the workaround provided in the Note.
    I hope this helps.
    Regards,
    Lorna Real

  • Verification of signature failed for file - when locally publish big file

    Hi, I try to locally publish a package that is made of a 486 MB file. And I get this error message :
    Verification of signature failed for file : ...
    It works if I try with a smaller file (30~40 MB). So the issue is not related to the certificate. It's just like if there was a 'Timeout' that occurs during the process of publishing. But I can't see what to do to fix this.
    Any advices are welcome.
    David COURTEL
    IT Technician
    Wsus Third-Party Softwares Publishing :
    Wsus Package Publisher

    David, there's a natural filesize limit for publishing CABs of 384MB.
    This
    article from myITForum.com has a PowerShell script that can be used to set the value higher.
    Also, SolarWinds has a
    free tool (useful if PowerShell is not an option) to set this value. In addition, the utility can be run remotely. All it needs is a local API connection. It has built in help, but here's the syntax you'll need:
    /action setmaxcabsize /targetwsusname
    WSUSServerName /targeetwsususessl {YES|NO} /targetwsusport portnumber /maxcabfilesize
    sizeInMB
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Outgoing payment for customer ?

    Does anyone know a way to create an outgoing payment for a customer (NOT a vendor) ? I tried using BoObjectTypes.oVendorPayments as business object type and i can't ( rejects because my customer is NOT a vendor) . The only other type of payment Ican see is BoObjectTypes.oIncomingPayments  - and this isn't an incoming payment . I have saw talk of an oOutgoingPayment on this board but I dont have it as an object type (SAP2007A pl15)  ?
    Thanks

    Hi try like this
    Payments oPay;
                    oPay = (Payments)pCmp.GetBusinessObject(BoObjectTypes.oVendorPayments);
                    oPay.DocObjectCode = BoPaymentsObjectType.bopot_OutgoingPayments;
                    oPay.PaymentType = BoORCTPaymentTypeEnum.bopt_Express;
                    oPay.DocTypte = BoRcptTypes.rCustomer;
                    oPay.DocType = BoRcptTypes.rCustomer;
                    oPay.DocDate = DateTime.Now;
                    oPay.DocCurrency = "PLN";
                    oPay.CashAccount = "130";
                    //  oPay.
                    oPay.DocType = BoRcptTypes.rSupplier;
                    // oPay.PayToBankCode = BankCode;
                    oPay.ApplyVAT = BoYesNoEnum.tYES;
                    oPay.CardCode = "B.O.";
                    oPay.CardName = "B.O.";
                    oPay.LocalCurrency = BoYesNoEnum.tYES;
                    oPay.TransferAccount = "130";
                    oPay.TransferSum = 1625.04d;
                    oPay.JournalRemarks = "Moja";
                    oPay.Invoices.DocEntry = 2;
                    oPay.Invoices.AppliedFC = 0;
                    oPay.Invoices.InvoiceType = BoRcptInvTypes.it_PurchaseInvoice;
                    oPay.Invoices.DocLine = 0;
                    //oPay.Invoices.LineNum = 0;
                    oPay.Invoices.Add();oPay.CashSum = 1625.04d;
                    oPay.Add();
    regards
    Edited by: Michal Wieczorek on Mar 17, 2008 10:52 AM

  • Block outgoing payment for a vendor

    Hi,
    How we can Block outgoing payment for a vendor.
    Thanks in advance.
    Regards,
    Goutam

    Hello,
    You have different options:
    1. Keep the payment block in the vendor master.
    2. Keep payment block in the payment terms OBB8 and assign the payment terms in vendor master.
    3. Block the vendor line items at the time of F110. For this you must have created a payment block for proposal.
    4. You can block the invoice line items on the vendor at the time of posting or by using FB02 or through mass change in FBL1N.
    Regards,
    Ravi

  • Add Digital Signature to outgoing messages for all exchange users

    Is it possible to add digital signature to outgoing messages for all exchange users? Currently we have add digital signature individually using Outlook.

    Update to my question:
    Can we use our internal CA to publish certificates.  We only want digital signed emails for internal users.

Maybe you are looking for

  • Why does only the left side of my headphone working after ios6 except in phone calls ?

    After i updated my software to ios6 , i realised that the right side of my headphones doesn't work with music player nor with typing, yet it does work perfectly when i am on a phone call so it's not a hardware problem ....

  • Sales BOM And Free Goods workaround

    we have 1 good with a sale BOM and we want to give the Same good away as a free good, so if the customer buys 10 he gets one free, however there is a problem with the BOM not exploding. Can anyone suggest a workaround this.

  • Cannot create a new monitor profile

    Just got new 27" imac. Everytime I try to calibrate monitor I get, error, could not create new profile. Is this some issue? thanks.

  • Full screen playback won't play from the playhead

    Hi all, I'm using I-Movie 11.  When I try to play in full screen (either by using cmd+G or going through the 'view' menu) it will not play from where the playhead is.  Instead it seems to start from random clips in my event.  If I am already watching

  • Budget Allocation to Maintenance Order

    Dear SAP Gurus, I wanted to enquire about how could the Budget be allocated to Maintenance Order of Order Category 30. No Budget Profile could be assigned to Maintenance Order types. I have worked on the transaction ko22 but still it denies me any bu