Calling name presentation cucm

Hi
I have a problem with calling name presentation when a call is transfered from one of my secretaries to another internal user, the original Called Party details are shown on the recieving phone.
This is the secretaries query :- "If I picked up an external call that has bounced from my Manager cathy's phone and the caller requests to speak to someone else (i.e. Jim) as Cathy is unavailable, when I call Jim's extension (without ending my external call) it tells Jim that it is Cathy calling him and not me calling".
So the wrong calling party name is shown (the original called party, rather than the transferor) ?
Thanks
Paul

Hi Paul,
Can you give a try for below settings:
When a call routes through a translation or route pattern, routes to a Call Forward All or Call Forward Busy destination, or gets redirected through a call transfer or CTI application, the connected number display updates to show the modified number or redirected number.
To turn off phone display updates so that the phone displays only the dialed digits, set the Cisco CallManager service parameter "Always Display Original Dialed Number" to true. When this service parameter specifies true, the originating phone displays only the dialed digits for the duration of the call.
You can choose if the name for the original dialed number or the number after translation is displayed using the Cisco CallManager service parameter called "Name Display for Original Dialed Number When Translated". The default setting displays the name for the original dialed number before translation. This parameter is not applicable if the "Always Display Original Dialed Number" service parameter is set to false.
Regards,
Nishant Savalia

Similar Messages

  • Disable calling name presentation on SPA-3102

    Hi,
    If I send a SIP INVITE to my SPA-3102, where the From header is like this -- (spaces inserted to stop the forum software treating it as an email address -- they're not there in the real invite)
    From: Caller Name <01234567890 @ my.sip.server.net>;tag=as4b617ab1
    -- the SPA-3102 generates a Caller ID spill on its FXS port with 'Caller Name' as the calling name, and '01234567890' as the calling number. That's all well and good.
    If the From: header doesn't have a caller name, but is like this instead --
    From: <01234567890 @ my.sip.server.net>;tag=as4b617ab1
    -- the box sets the calling name to be 01234567890 as well.
    Is there any way to turn that off, and have the SPA just not present a calling name at all?
    If not, no bother! I'm just trying to get my box to behave a little more like BT with regards to caller ID presentation -- they don't ever send a reason for no calling *name*, but if the calling number is withheld or unavailable they will set the calling name to Withheld or Unavailable -- and set a reason for no calling number.
    Many thanks!
    Martin
    Message was edited by: Martin Thorpe -- hopefully removed the auto-'email address' tagging! (Argh, no, it didn't. Bodged a different way.)

    Hi Lindsey,
    Thanks for the quick response. Here's a complete SIP invite -- I've changed the telephone number and put spaces around @ signs again, but everything else is unmodified.
    INVITE sip:spa-line1 @ 81.2.113.115:5060 SIP/2.0
    Via: SIP/2.0/UDP 81.187.239.177:5060;branch=z9hG4bK4062e0e9;rport
    Max-Forwards: 70
    From: ;tag=as75e22314
    To:
    Contact:
    Call-ID: 445f75c33908fff74829a514159e9946 @ sentry.met24.net
    CSeq: 102 INVITE
    User-Agent: Asterisk
    Date: Mon, 29 Oct 2012 19:51:07 GMT
    Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
    Supported: replaces, timer
    Content-Type: application/sdp
    Content-Length: 286
    So there is a contact field in there as well.
    That's from a slightly patched Asterisk server, which doesn't put a calling name in if it's blank -- by default if you didn't set a calling name, Asterisk will also set the calling name from the calling number and you'd get this instead:
    From: "01234567890" ;tag=as54c7bb08
    I've done product management myself so I know one customer asking for it to work a little differently (as opposed to it doing something wrong!) isn't going to make a change -- that's no problem at all. If it were to be changed, I'd rather the ATA didn't generate a calling name field in the CLID spill at all, rather than 'Unknown'. But hey, that's just my opinion!
    For the avoidance of doubt, the ATA is always generating the calling *number* field in the CLID spill correctly.
    Thanks again!
    All the best,
    Martin

  • Bringing in Called name from CUCM into UCCX to present to agent

    i am using cucm 8.6 and uccx 8.5. I have a call center that will be accepting calls from many of our different sites. The agents would like to no where the call was originally headed for. Is there a way for the script to collect the name of the trigger instead of just the number?
    Thank you,                  

    Hi Duane,
    I am guessing that you mean that you have multiple triggers for an Application and the agent wants to know which trigger the call came from (the name of the trigger rather than number)?
    I created this script for you, you can try. You can use the "Get Call Contact Info" to get the called number (trigger number) and then use some IF statements. However, I have used the "Get Trigger Info" Step, which lets us obtain the DN of the trigger. I have used this so that the called number is not changed in a complex call flow and so that we can get the exact DN of the trigger.
    Once this is done, use an IF statement (if name==4000, set name==Site 1). Then use the "Set Enterprise Call Info" to set this name as an Enterprise Data. Ensure that you add the Enterprise Variable to the Layout List on the CDA.
    I have attached the script, and you can see the screenshot of CAD. If the trigger dialled into is 4000, then i display: "Site 1"
    Do let me know in case you have any queries.
    Cheers!
    Regards,
    Abhiram Kramadhati

  • UCCX Script CUCM XML Directory lookup for Calling name

    Hi there!
    I'm trying to fetch "calling name" by the below uccx script params but get "no protocol" java exception according to the attached screenshoot.
    It seems to happen when i reach the line: xml = Create XML Document(URL[dir_url + calling_number])
    My version of the UCCX is 8.02 and CUCM 7.1.5
    These are the params:
    Variables:
    This is part of the code:
    Script:
    calling_number = Get Call Contact Info(--Triggering Contact--, Calling Number)
    if (calling_number != null && calling_number.trim() != "")
         True          xml = Create XML Document(URL[dir_url + calling_number])
              calling_name = Get XML Document Data (xml, "//Name")
              if (calling_name != null && calling_name.trim() != "")
                   True
                        Set Enterprise Call Info (--Triggering Contact--)
                   False
                        /* Name Not Found */
         False
              /* ANI Not Found */
    String dir_url = "http://ip_address_cucm:8080/ccmcip/xmldirectorylist.jsp?n="
    String calling_number = ""
    String calling_name = ""
    Document xml = null
    rgds, Mikael

    Hi-
    Did you configure the 'Call Variable Layout' or did you only configure the steps in the script?
    Take a look at the 'Manage Call Variables Layout' section in the CCX Administration guide.
    Cisco Unified CCX Administration Guide, Release 10.0(1)
    Cisco Unified CCX Administration Guide, Release 10.5  
    Cisco Unified CCX Administration Guide, Release 10.6
    I have not worked much with Finesse, so I cannot provide an example.
    Thanks,
    DJ

  • Will Cisco Unity inbox show the calling name from non-subscribers

    Unity CX 7.1.3 -- I need to know if the calling name is present will CUCM pass this to Unity CX and show the name in the messages "from" field on the Cisco Unity Inbox (personal communications assistant) I currently have a PIMG integration and there is no name field in the SMDI traces.
    thanks

    Hi -
    Sorry, I misunderstood your original posting.  Here is a link to Unity Connection for customizing the subject line of voice messages - http://www.cisco.com/en/US/docs/voice_ip_comm/connection/7x/administration/guide/7xcucsagpdf.pdf
    The subject line is viewable using the Cisco Unity Inbox.  Note however, this is not ciscopca, which is used to configure user voicemail settings.  As you can see from the link, "When the %NAME% parameter is used in the subject line format of an outside caller message, it is automatically replaced with the ANI Caller Name of the sender of the message. If the ANI Caller Name is not available, Cisco Unity Connection inserts the value specified in the %NAME% (When Unknown) field."  If the message comes from a non-subscriber, you may see "Voice Message from Unknown Caller" or Unidentified Caller in the subject.  I recommend also using field %CALLERID%, which I believe is used by default, because at least the voicemail user will get the caller's phone number.
    Ginger

  • Caller NAME on Transfer OUT

    CUCM 7.1.3
    We have users that forward their extsnions to their mobile telephones.  The caller number transfers to the mobile but not the CALLER NAME.  Is there some configuration to accomplish this?.

    The caller ID name that you see is actually determined by the terminating carrier. It cannot be sent as the caller ID number can. In this case, the mobile carrier, does a database lookup based on the caller ID number to determine the name to display.
    Hope this helps.
    Brandon

  • Not Send Calling Name

    Hi.
    I have PBX--Router GW --- AS5400XM --- Central Nokia (PGW in mode signaling and with SS7).
    The problem is when a call is originate of the PBX the Customer, the message that apreciate in the phone movil is "Private",
    We have reviewed the debugs the AS5400, noting that the number is sent ANI, but not send the calling name.
    The debug in AS5400XM
    //-1/5F1BFB14A0B7/CCAPI/cc_api_call_setup_ind_common:
    Interface=0x66A0A8C4, Call Info(
    Calling Number=16909002,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
    Called Number=200201999669432(TON=Unknown, NPI=Unknown),
    Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
    Incoming Dial-peer=0, Progress Indication=ORIGINATING SIDE IS NON ISDN(3), Calling IE Present=TRUE,
    Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=135175
    *Aug 20 22:59:16.726: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Any suggestions?
    Thanks!
    Rgds

    Can you take debug isdn q931 in "router GW" ?

  • Caller Name ID alert does not clear

    LG G2
    Caller Name ID app is showing an alert in the upper left corner of screen.  "1 Caller Name ID Result.  Select to see all results." is displayed in alert list.  When you select this, nothing happens.  I did not sign up for this service and I cannot find an option to uninstall this app.
    Caller Name ID App version (2.0.9 2013-06-13)
    Does anyone know a way to disable/uninstall this app?
    Thanks

    Settings > applications or Apps > scroll over to the All tab > scroll down to the Caller ID app > select it > Uninstall updates if present > disable.
    This steps might need adjusting based on your specific device.

  • I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    Has your carrier been having issues with Call Display? Do the telephone numbers come up when people call, or does it just show 'Unknown Number' or 'Blocked' ?

  • E52 BT caller name order

    I'm having a problem with caller name and phonebook display when using E52 with Audi Bluetooth MMI - the order of first and last name is reversed, so the car display shows LAST, FIRST instead of FIRST LAST. The interesting thing is the good old 6300 works fine. Is there anything I can do (besides editing all contact entries)?
    Thanks!
    Message Edited by jure on 16-Nov-2009 10:06 PM

    Check for duplicates in the contact list.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Lumia 920 say caller name

    say caller name when you get call on wp8 lumia 920 and rest
    One of most missed feature from Symbian in my nokia Lumia 920 is saying caller name along with ringtone when I get call...have been using Symbian for so long I use to know who is calling me even if phone is far on table... If this feature dont need hardware plz bring it on wp8 or wp8.1 of same specially on Lumia 920 ...#nokia setting custome ringtone is not solution even my nokia 6600 had it.... Besides v cannot think of setting custome tone for 200-300 people in oye contact list
    vote for it here plz
    http://windowsphone.uservoice.com/forums/101801-feature-suggestions/suggestions/5738612-say-caller-n...

    This feature is already available...but only in some regions as mentioned HERE

  • Not showing Caller Name on E51

    I have upgrade software but after that my phone not showing caller name on the screen.Before upgrading my phone was shwoing caller name when I received call. my all phone numbers are on SIM , can some body let me know how this will work or its setting.

    The problem may be, that you have all your contacts on the SIM card and on the phone as well. Is that possible?
    Duplicate matches for a specific phone number lead to not showing a phone number at all...
    By clicking the "Kudos!" or the "Solution?" button on the right you can say "Thank You" and you´ll show the author and others that the post is useful.
    The day we stop improving is the day we stop being good.

  • Finder not working properly, randomly creates a folder called "Name"

    Hello,
    Finder has all of a sudden started to cause some really odd and sporadic file/folder navigation issues. Whenever I try to access a directory, Finder creates a folder called Name, makes random folders within the directory disappear, or both. It's odd because as soon as I either log out or restart, the problem subsides, but then it comes back -- for no apparent reason. I've taken a look at all of the logs, repaired permissions, verified disks, and dumped the Finder .plist files, but still no remedy. FWIW, this all started happening after updating to 10.7.4.
    Someone else posted a very similar thread on this matter, so I know I'm not losing my mind. Is anyone else has the same problem?

    Demo 92,
    I know it has been awhile but did you get any help or find a solution for this? Also, please link the threads you wrote about. I am having this issue as well.
    Message was edited by: LearnFromLee

  • Where can we get details about "Caller Name ID"??

    I just got an alert on my phone that I had been automatically signed up for a ten day free trial of something called "Caller Name ID", which would automatically continue unless I cancel it.  Aside from the general shadiness of auto-enrolling me in something that will (soon) cost extra money, there are some big problems with this: the message didn't give any real information about the service, including---crucially---how much it was going to cost!  I can't find any information about the service online either (there are references to "Share Name ID", but that appears to be a different thing and says it's free).
    So, to start with: how much will this service cost?
    What-all does the service actually do that my phone doesn't already do?
    When is any of this information going to be available on the main Verizon website?

        We have some amazing features that help enhance your wireless experience blahedo. I'm sorry about the auto enrollment into Caller Name ID but once your free trial is completed, you will not be auto enrolled to the paid feature. The cost of this awesome feature is $2.99 per month. This feature allow you to receive more details about your incoming calls. It also allows you to see the following information:
      • Name
      • Number
      • City*
      • State*
      • Picture**
    City, state and picture are only for phones with a display of three lines and the picture is only for customers who have a picture uploaded to their profile.Once the trial is completed, you will have the option to click ok and stop trial or ok and continue to have the feature added to your phone with the cost. Please let us know if you have any questions or concerns.
    Kinquana_VZW
    Please follow us on twitter @VZWSupport

  • Called Name Doesn't Appear Until the Call Connects

    We have an issue with the Lync client and some of the Lync IP phones that if User A calls User B using his lineURI (extension number), the name of User B doesn't appear on User A's client until the call gets connected, in the meantime the extension only
    appears until the call gets connected.
    Any idea how to let the called name appear for the calling party?

    Yes that is what is address book normalization when the call comes into Lync It will normalize and then perform Reverse number look to display User information
    http://lyncuc.blogspot.in/2013/12/dialplan-normalization-with-extension.html
    http://blog.schertz.name/2010/09/lync-2010-address-book-normalization/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer" Regards Edwin Anthony Joseph

Maybe you are looking for

  • How to refresh the panel's display in listener?

    I have a Jcombobox and a panel(square,background color:white). I want user to choose the panel's size from the combobox and thus change the panel's display. However, when I choose a value from combobox, the panel's size DOES change, but the display c

  • Keynote as a screensaver on a PC?

    I am a dentisst. I have done a series of before and after photos of teeth as a "Keynote" presentation that I would like to run on a loop in the computers in my office treatment rooms. I would like to set it up as a screensaver to come on when we are

  • NEGATIVE RECEIPT IN ACCOUNT RECEIVABLE

    HI ALL, We are using oracle E Business suite 11.5.9(Indian Localisation Server).We are not able to make cash receipts with negative amount in account receivable. Can anybody have solution for this,please convey Thanks Shekhar

  • Object required: == Script sap/bw/Mime/BEx/JavaScript/JSBW_C_Std.js

    While my BW developer tries to save the settings for a query, receiving the following error: Message: Object required Line: 1 Char: 96075 Code: 0 URI: http://FQDN-host:8000/sap/bw/Mime/BEx/JavaScript/JSBW_C_Std.js I see that someone else had the same

  • Missing classes from servicegen client jar

    If you generate the WSDL, stubs, etc from an EJB jar, not all the required classes are copied to the service_client.jar. If your EJB method takes a class (say HomeAddressDTO) and that class inherits from a base-class, AddressDTO, then the AddressDTO