Identifying the source number

Using commands in our router I'd like to identify who is originating the call, but I can see only the destination number. The following command is an example:
sh call history voice last #
GENERIC:
SetupTime=932828628 ms
Index=94959
PeerAddress=05107721089
I see the destination number: 7721089 but i'd like to identify who orinated this call.
How could I identify this information using router's commands?
#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3640-DS-M), Version 12.2(12), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Tue 20-Aug-02 23:38 by pwade
Image text-base: 0x60008930, data-base: 0x6121C000
Thanks in advance,
Marcelle.

I used the command sh call history voice brief , but I cannot see who originated the call either. In the following example someone is calling the number 2609257(destination number), but I cannot see from which number this person is calling from(source number).
1E74 : 939924394hs.95806 +481 +1815 pid:0 Answer
dur 00:00:13 tx:428/8560 rx:369/14760 10 (normal call clearing.)
IP 13.136.249.17:18882 rtt:172ms pl:10480/0ms lost:0/1/0 delay:69/69/70ms g729r
8
1E74 : 939924395hs.95807 +480 +1826 pid:2 Originate 2609257
dur 00:00:13 tx:365/14600 rx:428/8560 10 (normal call clearing.)
Telephony 1/0:1 (95819): tx:14840/856/0ms g729r8 noise:-84dBm acom:-120dBm

Similar Messages

  • How to Identify the Source System in a Transformation Rule?

    Hi,
       In a 3.x system if I needed to identify the source system, the interface had a parameter SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS. I do not see the same in a Transformation Rule. Can anyone tell me how can I make a decision in my transformation rule depending on the Source System?
        Say for instance I want to change the following Update Rule from a 3.x System to a Transformation in BI7:
    IF SOURCE_SYSTEM = 'ABC'.
       RESULT = 1.
    ELSEIF SOURCE_SYSTEM = 'A11'.
       RESULT = 2.
    ELSEIF SOURCE_SYSTEM = 'AZ1'.
       RESULT = 3.
    ELSE.
       RESULT = 0.
    ENDIF.
      Can anyone help? Points will be rewarded.
    Regards,
    Kazmi.

    Hi Siggi,
       But how would I know the Request ID within a transformation ? REQUID is the key of the table rsbkrequest ? The interface of the transformation method has the following parameters:
      IMPORTING
        request     type rsrequest
        datapackid  type rsdatapid
        SOURCE_FIELDS
       EXPORTING
         RESULT
    So all I can be aware of is the Request Name and the Data Packet Number. For instance when I took your approach, I got the Request Name as "DTPR_8E3VKVN0RJPDNXAKMP0PZJ99B" now I cannot look up with this against the key of the table because REQUID is a number field. Now, if I look up against the field "Data Transfer Process ID (DTP)" I do not find any entry in this table.
       Any more info?
    Regards,
    Thanks.

  • How to identify the source column and source table for a measure

    Does anyone have a query that I can use to positively identify the source column and source table for a cube measure in an SSAS cube?  Visual Studio shows ID, Name, and Source, but it is nearly worthless in a large cube and database.
    Also - the same for a dimension would be great.
    If no query exists for this, can someone please explain how to find the source column/table for a measure and for a dimension?
    Thanks.

    DMVs don’t expose the DataSourceView content. AMO is much better suited for object model operations like
    this than the DMVs. PowerShell is also sometimes an option, but in this case C# code would be much easier because analyzing the contents of the DataSourceView is much easier using the .Net DataSet class.
    Hope this helps.
    Reeves
    Denver, CO

  • HT1391 Can a purchase identify the serial number of a device?

    Can a purchase identify the serial number of a device?

    See this previous discussion.
    https://discussions.apple.com/message/16006738#16006738

  • How to identify the source of matched songs?

    This happens quite often. When I click the arrow next to one of the songs in my library to show in iTunes store, frequently I will be taken straight to the homepage of iTunes or iTunes will prompt the message this song is not available in your country. I understand why this happens; however, is there a way to identify what country the song is currently available in iTunes? I could Google the song and find it manually but a way in iTunes would be nice. Secondly, I have iTunes Match and I’d like to be able to identify where my matched songs were matched from. For example, I have lots of matched songs in my library where the track and artist names are completely blank. This was an issue I had when my laptop was stolen a few years ago and I stupidly hadn’t backed up my music library and the only source I had left was my iPod. When I transferred the music files from my iPod to my current laptop, all of the song file names were encoded which resulted in my library to lose all of its song names, artist names, album names etc... Ideally I would like to be able to click the arrow next to my matched songs and have the option to select matched song in iTunes store and have it take me through to the album is was matched from. This would encourage me to potentially purchase more songs from the album but more importantly in my case, identify the song and artists names to my blank library! Any help will be much appreciated

    At this time it is not possible to do what you want. If you are not taken to a song or album in the iTunes Store then most likely the particular item is not publicly available. This is simply how it works at this time. Nor is there a feature to apply ID 3 tags from the iTS. You'll need a third party app for that.

  • Identify the Source System in CRM BADI

    Hi,
    I need to write the code in ORDER_SAVE BADI in CRM based on the source system. For example, When i create the quotation in PCUI i need to validate few fields. Suppose i have created quotaton in R/3 and it gets transfer to CRM and i need validate few more fields.
    How do i findout in BADI whether the source system is PCUI or R/3? I have checked the SYST table but no difference in both the case. Anyother way to findout this.
    Thanks in advance.
    Regards,
    Bala.c

    Hello Bala,
    In the ORDERADM_H structure of the CRM_ORDER_READ or in the CRMD_ORDERADM_H table you find a field called LOGICAL_SYSTEM. In that field the RFC destination of the source system (source system = where the order/transaction was created) will be stored.
    For PCUI this field will have the RFC destination of the CRM server itself.
    For R/3 it will have the RFC destination of the R/3 system.
    Hope this helps,
    Reward points if useful!
    Regards,
    Joost

  • How to identify the source field you jumped off in rri-exit

    Hello Forum,
    I need your expertise regarding the following problem:
    We want to fill target fields in the RRI-Exit depending on the source field you called a report.
    When we jump from report 1 to report 2 in BEx Analyzer, we'll get the mdflag in the i_thx_sender table.
    Is there any way to get the same information by calling rri in web? Or is there any workaround to get the information from which field the rri started?
    Many thanks in advance for any idea.
    Kind regards,
    Tobias

    Hi,
    One simple way is goto CMOD and give project names with Z* or Y*. First findout the naming convensions following in  your project and see.
    Then gibe projects one by one and select COMPONENTS option and click on Display, if you find the following Function Exits means it is our DataSource project
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    Thanks
    Reddy

  • Identifying the port number where Tomcat is running.

    I want to mail the URL of the my application dynamically with the system generated mails. With the help of java.net package I am able to get the IP address of the system, but I have hard coded the port no in the URL. I want to make the port no. also dynamic (E.g. IP address is not hard coded).
    The servlet is deployed to the Tomcat server. What code I write to know the port on which the tomcat is running ?
    thanks in advance,
    Mukesh.

    You could use ServletRequest.getServerPort() to find out the port number on which the request is being sent by the client but I don't know if this will help you.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    (Yes I know it's on JavaRanch but I think it applies everywhere)
    EDIT: ServletRequest.getLocaPort() gives the port at which the request is received; I'm not quite sure what the difference is ( I can guess but I'm not certain ) and I don't know which, if either, will be of use to you.
    Edited by: nogoodatcoding on Oct 9, 2007 7:26 PM

  • How do I identify the mobile number in Messages?

    Hello,
    This isn't really an issue, more of a usage question.
    When I start a new message from the Messages app, and start typing a contact name, I am presented with a list of numbers/email address for that particular contact. The issue is that the list doesn't identify which number is that person's mobile number, they all show up as available to send a Text Message to.
    I have a feeling this is just "how it is", but I wanted to pose the question to see if anyone has come up with a clever way to work around this. Here are a couple of pictures to show what I am talking about:

    Hi,
    In this area Messages is a disaster.
    The FaceTime does have a way you can move people to an Favourites List even though the initial listing is from the Contacts App.
    Messages does not have this.
    Once you have connected to someone the valid iMessages contact in the drop down gets a blue speech bubble indicator.
    I have noticed now though that other (non iMessages ones) are being listed as potential "text" ones even though they have not been used and do not have the green indicator for SMS chats.  This does mean my Land Line is lists as a Text potential item at the moment where it used to be an iMessages Potential one in the past.
    Whilst I did set up Contacts with a Group called "Regulars" I have found no way to have that show first in the Blue + icon selection method (far right after starting a New Messages) It can then be selected. It cannot be used as an option in the "To" spot drop down though.
    The "Buddies" option just list those from the Buddy List accounts you have without distinguishing between Off Line and Available Buddies very well (they are marked in Green, red and Amber and then nothing.  They are also doubled up if a person is in two or more Buddy lists if they have AIM and Jabber IDs for example.)
    The group in the Contacts App is the closet to the FaceTime Favourites I have achieved.
    However the cards added here may still show multiple telephone numbers such as Mobile the works and home Land Lines  (only a partial move to what your want).
    Of course it could be worse...
    10 Logged in Accounts in addition to iMessages listed on at least three Contacts Cards (for three Computers) with some not linked to Address Card/Computers but basically listing all the workable connections between them.
    I have not found a good work around for listing just the numbers you want.
    8:42 pm      Wednesday; January 14, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Identify the source of Creating a Draft Document

    Hi Everybody,
                        Anybody know how to identify a Draft generated by the wizard than other generated by the user (creating a document as a Draft) in the ODRF table, property DATASOURCE???
    Thanks!!

    Datasource field only identifies whether an  entry made through user interface or by some add on etc, since you are using the user interface, i dont' think any field exactly identifies, if the record was created by user or through some wizard.
    Though in some particular transactions, it does stores that the record was created by a wizard. For example, in production order, it does identifies that the record was created by MRP wizard.
    If you can be more elaborate regarding which documents you're trying to check, perhaps some exact way could be find out.
    Rahul

  • Can I identify a Cisco switch if I only have the serial number?

    I have a list of serial numbers for Cisco switches. I now have to try and identify the Cisco part number for each serial number? Will this be possible?

    Perhaps there is some aspect of your question that is not clear to me yet. But I would say that while it is likely to be labor intensive and tedious that it should be possible to identify the Cisco part number if you start with a list of serial numbers. The syntax of what you would need to do may differ depending on which platform you are using but on each Cisco switch there should be a command that will identify the serial number of that switch and the part number. On many switches you would find that information with show inventory and on some with show version, and on some the syntax may be something different. So you would need to login to each switch, execute the appropriate command and find the part number and the serial number.
    The other option would be to perform visual inspection of each switch. Each switch should have a tag on it with the serial number so you could physically go to each switch and get its serial number and part number.
    HTH
    Rick

  • How to identify the number of unique active users/connections on PIX/ASA

    Hi,
    Is it at all possible with SNMP or other tools to identify the unique number of connections on PIX or ASA. I’m not referring to the number of session or the results of “show conn count” but rather something similar to what “show local host” command will provide.
    Thanks in advance

    Hi,
    If  you are looking for SNMP OIDs to get 'show local-host' output from ASA, please try the following OIDs and check if you are getting the relevant outputs :
    1.3.6.1.4.1.9.9.147.1.1.1.2.1.5.        cfwBasicConnectionEventType
    1.3.6.1.4.1.9.9.147.1.2.2.2.1.3.        cfwConnectionStatDescription
    1.3.6.1.4.1.9.9.147.1.2.2.2.1.4.        cfwConnectionStatCount
    1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.        cfwConnectionStatValue
    Thanks

  • How to determine the source of Events triggered in a process chain

    Hi ,
      We have almost a 100 process chains, and of these approx 20-30 local process chains are triggered by events raised within other process chains.  These events are raised via BP_EVENT_RAISE using the ABAP process type.
    However, our problem is to identify the source of these event trigger - i.e. which process chain triggered this event ?
    Looking at SM64, the event history does not display the source for these events.
    Is there any table or program that we can use to determine the source of these events which are triggered.
    Any help is much appreciated and points awarded.
    thanks
    BK

    Hi,
    do check in the program /SSA/BWT . or TCODE - ST13 -- enter BW-TOOLS and execute. -- Choose Process chains and execute --- Select the date and time for which you want to see the process chains and execute again.
    This will give you the entire list of process chains triggered, status, timings(start, end, overall runtime). Once clicked on the process chains it will show you the steps in theprocess chains, data loaded in the data targets, source system, etc...
    hope it helps.

  • VBA API: How to get the monitor number?

    Hello,
    I have written
    an Excel application which
    controls an external application
    (making inputs,
    reads out the window,
    etc.).
    I use a lot of API functions, e.g. as in the code from thisarticle:
    https://support.microsoft.com/en-us/kb/194578?wa=wsignin1.0
    A basic
    function of my application is
    to distinguish between windows
    that have the same title
    but are on different monitors.
    In my windows (and NVIDIA) settings the left monitor is 1 and the right monitor is 2.
    In the past I have this routine to "identify" the monitor number from a window handle:
    Function GetWindowMonitor(ByVal hWnd As Long) As Integer
    Dim hMonitor As Long, MI As MONITORINFO, hM
    hMonitor = MonitorFromWindow(hWnd, MONITOR_DEFAULTTONEAREST)
    MI.cbSize = Len(MI)
    GetMonitorInfo hMonitor, MI
    Set mMonitor = New Collection
    EnumDisplayMonitors ByVal 0&, ByVal 0&, AddressOf MonitorEnumProc, ByVal 0&
    For Each hM In mMonitor
    GetWindowMonitor = GetWindowMonitor + 1
    If hM = hMonitor Then Exit Function
    Next
    GetWindowMonitor = 0
    End Function
    But last week I got a new graphic card and now this obvious stupid function fails, because EnumDisplayMonitors delivers the 2nd monitor first and then the 1st
    monitor.
    Long talk, short question: Is there any way to get the real monitor numbers as they are shown inside the windows settings?
    Andreas.

    When you need to identify monitors, call CreateDC with "DISPLAY" as the driver name and pass monitor name as the device name. Then you can draw a number on the result HDC.
    I can not draw that number and I can not set an identifier. As I said in my last post:
    I share this tool with my colleagues at work.
    Okay... CreateDC is an idea... as I've read at MSDN I can call EnumDisplayMonitors with a DC to get informations about the monitor, so I tried the code below, but it doesn't work.
    EnumDisplayMonitors does not call my MonitorEnumProc when I call it with a DC.
    Do I something wrong? Do I misunderstood the MSDN article? Is that not possible? Can you confirm that?
    Andreas.
    Option Explicit
    Private Declare Function GetForegroundWindow Lib "user32" () As Long
    Private Type DISPLAY_DEVICE
    cb As Long
    DeviceName As String * 32
    DeviceString As String * 128
    StateFlags As Long
    DeviceID As String * 128
    DeviceKey As String * 128
    End Type
    Private Const DISPLAY_DEVICE_MIRRORING_DRIVER = &H8
    Private Declare Function EnumDisplayDevicesS Lib "user32" Alias "EnumDisplayDevicesA" ( _
    ByVal DeviceName As String, ByVal iDevNum As Long, lpDisplayDevice As _
    DISPLAY_DEVICE, ByVal dwFlags As Long) As Long
    Private Declare Function CreateDC Lib "gdi32" Alias "CreateDCA" ( _
    ByVal lpszDriver As String, ByVal lpszDevice As String, ByVal lpszOutput As Long, _
    lpInitData As Any) As Long
    Private Declare Function DeleteDC Lib "gdi32" (ByVal hDC As Long) As Long
    Private Type RECT
    Left As Long
    Top As Long
    Right As Long
    Bottom As Long
    End Type
    Private Declare Function GetWindowRect Lib "user32" ( _
    ByVal hWnd As Long, lpRect As RECT) As Long
    Private Declare Function EnumDisplayMonitors Lib "user32.dll" ( _
    ByVal hDC As Long, ByRef lprcClip As Any, ByVal lpfnEnum As Long, _
    ByVal dwData As Long) As Long
    Private Type MONITORINFO
    cbSize As Long
    rcMonitor As RECT
    rcWork As RECT
    dwFlags As Long
    End Type
    Private Declare Function GetMonitorInfo Lib "user32.dll" Alias "GetMonitorInfoA" ( _
    ByVal hMonitor As Long, ByRef lpmi As MONITORINFO) As Long
    Private Function MonitorEnumProc(ByVal hMonitor As Long, ByVal hdcMonitor As Long, _
    lprcMonitor As RECT, ByVal dwData As Long) As Long
    Dim MI As MONITORINFO
    Debug.Print "Monitor " & hMonitor
    GetMonitorInfo hMonitor, MI
    With MI.rcMonitor
    Debug.Print "Left", "Top", "Right", "Bottom"
    Debug.Print .Left, .Top, .Right, .Bottom
    End With
    'Continue enumeration
    MonitorEnumProc = 1
    End Function
    Function JustNumbers(ByVal What As String) As String
    'Return only numbers from What (by Rick Rothstein)
    Dim i As Long, j As Long, Digit As String
    For i = 1 To Len(What)
    Digit = Mid$(What, i, 1)
    If Digit Like "#" Then
    j = j + 1
    Mid$(What, j, 1) = Digit
    End If
    Next
    JustNumbers = Left$(What, j)
    End Function
    Sub Main()
    Dim DD As DISPLAY_DEVICE
    Dim DDevice
    Dim DDevices As New Collection
    Dim DMonitor
    Dim DMonitors As New Collection
    Dim i As Long, k As Long
    Dim hDC As Long
    Dim DrvName As String, DevName As String
    Dim hWnd As Long, hRECT As RECT
    'Get our window handle
    hWnd = GetForegroundWindow
    'Now I want to know if this window is located on monitor 1 or 2 (or both)
    'Get the coordinates of the window
    GetWindowRect hWnd, hRECT
    With hRECT
    Debug.Print "Window:"
    Debug.Print "Left", "Top", "Right", "Bottom"
    Debug.Print .Left, .Top, .Right, .Bottom
    End With
    'Get the device drivers
    DD.cb = Len(DD)
    i = 0
    Do While EnumDisplayDevicesS(vbNullString, i, DD, 0&) <> 0
    If (DD.StateFlags And DISPLAY_DEVICE_MIRRORING_DRIVER) = 0 Then
    k = InStr(DD.DeviceName, vbNullChar)
    DDevices.Add Left(DD.DeviceName, k - 1)
    End If
    i = i + 1
    Loop
    '2. Get the monitors on each driver
    For Each DDevice In DDevices
    i = 0
    Do While EnumDisplayDevicesS(DDevice & vbNullChar, i, DD, 0&) <> 0
    k = InStr(DD.DeviceName, vbNullChar)
    DMonitors.Add Left(DD.DeviceName, k - 1)
    i = i + 1
    Loop
    Next
    'Create a DC for each monitor and get the coordinates
    For Each DMonitor In DMonitors
    i = InStrRev(DMonitor, "\")
    '"\\.\DISPLAY1"
    DrvName = Left(DMonitor, i - 1) & vbNullChar
    '"Monitor0"
    DevName = Mid(DMonitor, i + 1) & vbNullChar
    hDC = CreateDC(DrvName, DevName, 0, ByVal 0&)
    Debug.Print DrvName, DevName, hDC
    'The driver name is the monitor number!?
    EnumDisplayMonitors hDC, ByVal 0&, AddressOf MonitorEnumProc, Val(JustNumbers(DrvName))
    DeleteDC hDC
    Next
    End Sub

  • Identify wakeup source?

    Is there any way to identify the source of wakeup event?
    I would like to know what device caused powering on (or resuming from suspend) my machine (such as power button, Wake On Lan, keyboard, usb, lid etc...). Reportedly it is possible under Windows with powercfg /lastwake command, I'm curious if this is also possible under Linux, anyone know? I've looked and googled it but couldn't find clear answer.

    Or powertop-git from AUR.

Maybe you are looking for