How to know a call is hitting our CallManager?

       How to know a call is hitting our CallManager?

Hi,
please provide topology and protocols.
best way is to check debugs and traces using called and calling number.
you need to follow few steps,
check call is coming to your network first on end point like MGCP/H323 gateway or CUBE
then check you have proper config to relay that to CUCM
then check respective debugs on device for same
see what message you get in debugs for call clearance
hear what promt is played if call is not hitting the number as CUCM and Service provider has different promts.
then check CUCM traces for that call
Hope this helps.
Please rate helpful.

Similar Messages

  • ISA5.0 How to know Function called in SAP for ISA.

    Hello everybody,
    I need to know what are the functions called in SAP to get the information or to create the sales document order.
    How could i do to see the functions called?
    Please.
    I'm on Internet Sales 5.0 and i have an ECC6.0 for the backend.
    Thanks

    hi,
    There is no standard process to know the Called Function Module on particualr action.
    The only way most of the developers follow is to see the Log files which displays the Function Module called.
    The other way is you have to debug the class files to know.
    Regards,
    Sateesh Chandra

  • Please help : how to know the caller ?

    Hi,
    suppose servlet 'C' can be called by servlet 'A' and servlet 'B'.
    How can servlet 'C' know by which servlet it has been called ? Is there something foreseen in HttpServletRequest ?
    Thanks,
    Javamad.

    If it needs to know that -- and in a good design it should not need to know that -- you could store something in the session object to indicate it.

  • Applescript: How to know who called this handler?

    Hi - I have a script that is called by an OSX application (EyeTV calls "on recordingDone()" in the file "RecordingDone.scpt" when a TV show is done recording).
    I've heavily modified the called script. I also have an "on run{}" handler in the script so it can be run from the desktop for testing and other purposes.
    Within the "on recordingDone()" handler, how can I tell whether the OSX application (EyeTV) called the routine, or whether I've invoked the routine from my "on run{}" handler? I want to initialize variables differently in each case but can't figure out how to do so.
    Thanks,
    chico

    You can try this code:
    -- get the app name
    set currApp to name of current application
    -- get the app path
    set currAppPath to path to current application
    This should give you the name and path of the application that is executing the script (though frankly I've never experimented with it to see if it does what it's supposed to do).

  • Receiving a call (how to know the call from) city

    Hi, I would like to know if it's possible when you receive a call to be able to know the city of the number calling from like iphone does.
    thank you for you help
    Solved!
    Go to Solution.

    I've noticed that my phone doesn't do that either. I'm coming from a galaxy s2 on boost mobile. My old phone didn't do it for a while until I got an update from 4.0 to 4.1. It was then built into the operating system. So, unless you go with the recommendation of downloading an app, then I'm guessing that it won't be available..
    Unless BlackBerry decides to include it in a future update.. which I'd be a fan of!

  • How to know that sd module in our bw systems is solving the purpose

    hi all,
    I have to make AS-IS document for the current BW implemented SD module.
    How to check redundency in the implemented infoproviders.
    How i can make SD infoproviders make more effective.
    Any document will definetly help us.
    Mail to me at [email protected]
    Pleae Reply ASAP.

    Either thats a typo or you want something likeURL url = new URL("http://www.intenet.com/");
    URLConnection connection = url.openConnection());http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html#openConnection()

  • How to integrate Oracle Right Now with our application Calling Button and Chat Button  Application is on WebCenter  Sites

    How to integrate Oracle Right Now with our application Calling Button and Chat Button. Application is on WebCenter  Sites

    Thanks handar. As per your instructions I have tried OAM authorization policy and its working fine. But we also wants to check the same with OES also. Currently I have configure weblogic SM and created domain. In same domain I have deployed my application also. I have created application, resources and authorization policy to authorize /myfolder/index.jsp if user has some specific role. Now if I try to access my web application using http://host:8001/CONTEXT/myfolder/index.jsp, it doesn't check if user is authorized or not. I guess my application is not related to the resource I have created. Please help me with this. Also, let me know if we can retirive logged in user from session and use for authorization.

  • How I can block or stop people whom I don't know from calling me on my FaceTime

    Is there a way to block people whom I don't know from calling me on my FaceTime, without disabling FaceTime completely ?
    I am also curious to find out how someone I don't know is able to find my FaceTime ID ?

    Sabih-
    Isn't your FaceTime ID the same as your E-Mail address?  There are people who use web search programs to "harvest" E-Mail addresses.  Someone who has your address in their address book may have an infected computer that forwarded all their addresses to a Spam site.
    I do not know of any way to prevent anyone from calling you on FaceTime.  It sounds to me like a problem that should be reported to Apple at <iPad Feedback>.
    I know that Skype has a way to prevent unwanted calls.  It also seems easier to use, and you can use it for video chats with people using other kinds of computers.
    Fred

  • How to know all outgoing calls time?

    how to know all outgoing calls time?
    4S

    It all depends on your carrier whether incoming vs. outgoing times even matter.
    For example, here in the U.S., AT&T doesn't charge any differently whether a call is incoming or outgoing.  The carrier (AT&T) accepts a text code *646# to give you a summary of your call minutes, but they're divided into "Daytime", "Night and Weekend", and "Mobile to Mobile".  Those three types of minutes are billed differently here.

  • My new 4S is set to slide to unlock and I don't know how to answer a call.

    I don't knpw how the configuration changed but it switched from slide to answer to slide to unlock.
    I don't know how to answer a call and want to get the configuration back to skide to answer.
    How do I do that?

    I should have been clearer, if I receive a call from someone who is not in my address book, I cannot answer the call because the phone remains in "Slide to Unlock" and is not in "Slide to Answer."

  • We r use for one Apple ID use for 2 iPhone , so how I know other person ph call to who? Chat to who and send photo to who?

    We r use for one Apple ID use for 2 iPhone , so how I know other person ph call to who? Chat to who and send photo to who?

    n0 tHinG br0
    juS a cLoUd busTuP
    cHiLl
    x
    (or whatever)

  • How to know the progress of the Sync when I call PullAsync()

    Hi,
    I am developing a Windows 8.1 app, In that I am using offline data concept using Azure mobile services with JavaScript Backend.
    My questions is how can I show the status or progress of the Sync When I call PullAsync() method.... I want to show the number of records sync or how much percentage synced like that...
    private async void ButtonPull_Click(object sender, Windows.UI.Xaml.RoutedEventArgs e)
    await todoTable.PullAsync();
    //How to know the progress of sync
    await RefreshTodoItems();

    Hi Narendra,
    I suggest you to check this information for more details.
    PullAsync() call can either pull all items from the remote table, or just pull a subset of the items. Only pulling some items from the table is often advisable, as stuffing everything from the (potentially large) remote database table into the (restricted by
    the device memory) local table may have some bad performance implications. You can pass an OData-formatted query to select which items to pull from the server, or you can also use the (more friendly) Linq expressions to determine the query of items to be pulled.
    var localTable = client.GetSyncTable<TodoItem>();
    var query = localTable.Where(t => !t.Complete);
    await localTable.PullAsync(query);
    var localItems =
    await localTable
        .Select(i => i.Text)
        .ToListAsync();
    AddToDebug("Items from the server (in the local table): {0}",
    string.Join(", ",
    localItems));
    One important thing to notice regarding pull operations – if there are items in the pending synchronization queue, those items are first pushed over to the server, then the pull operation takes place. That prevents a scenario where an update is done to a
    local item, but a pull operation would overwrite the changes locally and potentially leave the data in an inconsistent state. That’s one the first synchronization rule: a pull triggers a push. In the example below, the insert operation for the “Buy milk” item
    will first be pushed to the server, then the items will be pulled into the local table.
    await client.SyncContext.InitializeAsync(store);
    AddToDebug("Initialized the sync context");
    var localTable = client.GetSyncTable<TodoItem>();
    var item =
    newTodoItem { Text =
    "Buy milk", Complete =
    false };
    await localTable.InsertAsync(item);
    var query = localTable.Where(t => !t.Complete);
    await localTable.PullAsync(query);
    var localItems =
    await localTable
        .Select(i => i.Text)
        .ToListAsync();
    AddToDebug("Items from the server (in the local table): {0}",
    string.Join(", ",
    localItems));
    for us to better understand both Push() and pullasync() feature is used while querying from the Database.
    http://blogs.msdn.com/b/azuremobile/archive/2014/04/07/deep-dive-on-the-offline-support-in-the-managed-client-sdk.aspx
    Girish Prajwal

  • How do I answer calls with the KITKAT update?  I hit the flashing button but it's still ringing?  Where are the Answer settings?

    How do I answer calls with the KITKAT update?  I hit the flashing button but it's still ringing?  Where are the Answer settings?

    Aha!  Thank you!!!  That was not obvious. Sometimes I don't get the green and red icons.  So it's slide it to the right for answering and slide to the left for voice mail.

  • TS1702 My appointments on Fantastical calendar app keep disappearing.  I don't know what I am hitting that deletes them, do you?  Also how can I sinc the appointments with the claendar supplied with my iphone 4s.

    My appointments on the Fantistical calendar keep disappearing.  I don't know what I am hitting to delete them, do you?  Also how do I sinc the appointments between Fantastical claendar and the one that is supplied with the iphone 4s. I did it once but I cannot find how I did it before.  Obviously, the iphone/smartphone experience iis still new to me.  Your help would be greatly appreciated!!!!!!

    Since you're using a 3rd party app for calendaring, take a look at their support site.
    http://itunes.apple.com/us/app/fantastical/id575647534?mt=8

  • How to know your incoming call is on call conference

    How to know your incoming call is on call conference

    Hi amit,
    Thanks for the  reply.
    But i already mentioned  that my users cann't search using tables.
    I want to know that  whether any tcode is there to display the all incoming invoices created  including with ALE-idoc also.
    Thanks,
    Vamshi.

Maybe you are looking for

  • In iCal, why I can not drag event from calendar to reminder, and 'paste' in reminder is disabled?

    The added events in iCal could be dragged freely to reminder before I used iCloud, but now it doesn't work. The situation of iCal is: 1) I can not drag any event from calander to reminder, 2) the 'paste' bottom in reminder is disabled, and 3) sortord

  • Office programs not working

    Hi I have Windows 7 on my system with Office home and business 2010. I try to go onto outlook, word or any of them and I get the message (Application was unable to start correctly. 0xc0000043) Please help

  • Song downloaded on iPhone won't play on MacBook on same account...

    I downloaded two songs on my iPhone 4S today, when I opened up my MacBook Pro both songs had been automatically downloaded onto the computer. I played the first one no problem. The second song asked for me to authorize it to play on this computer, I

  • I have a wi-fi issue on my iPod?

    Hi, so if I go to my settings, it says I am connected to my wi-fi network at my home. Then I go to my apps that I need wi-fi for or safari and it says I have no connection. I will turn off my iPod for a few minutes and turn it back on adn it does the

  • Calling sap transaction in webdynpro

    hi friends, can any body provide the solution how to call the standard transaction like va02 or .any . in Web dynpro abap. thanks in advance. sai.