Lync role base number

Hi,
I have a requirement where users can change his business / role temporarily, to say, handle front-desk for 1 hour in case of urgency.
From my lync client (or from web), i should be able to select the business/role and my téléphone number changes automatically to handle incoming calls (and possibly the email too).
Is it possible to obtain this functionallity in Lync (either programatically or some other way). I imagine that the telephone number should be not linked with logged in AD account, rather on the role which i handle acutally.
I welcome all sort of suggestion or idea and thanking you in advance.
Best regards,
GED

The way to accomplish this in Lync, and this is a workaround, would typically be with formal response groups. The number would be assigned the the response group and the user could sign in and out at will from the Lync client or a webpage.
http://technet.microsoft.com/en-us/library/gg398513.aspx
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".
SWC Unified Communications
This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Role-base CLI Problem

    Hello dear
      My problem with Role Base CLI
    I just want to an access to configure router OSPF
    I created view OSPF-TUNE
    parser view OSPF-TUNE
    R1(config-view)#commands exec include configure terminal
    R1(config-view)#commands configure include router ospf
    But when I entered the OSPF-TUNE
    R1#?
    Exec commands:
      configure  Enter configuration mode
      enable     Turn on privileged commands
      exit       Exit from the EXEC
      show       Show running system information
    R1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    R1(config)#?
    Configure commands:
      do      To run exec commands in config mode
      exit    Exit from configure mode
      router  Enable a routing process
    I just want to an access to configure router OSPF But...
    R1(config)#router ?
      bgp       Border Gateway Protocol (BGP)
      isis      ISO IS-IS
      iso-igrp  IGRP for OSI networks
      mobile    Mobile routes
      odr       On Demand stub Routes
      ospf      Open Shortest Path First (OSPF)
      rip       Routing Information Protocol (RIP)
    Please Help Me...

    Hello dear
      My problem with Role Base CLI
    I just want to an access to configure router OSPF
    I created view OSPF-TUNE
    parser view OSPF-TUNE
    R1(config-view)#commands exec include configure terminal
    R1(config-view)#commands configure include router ospf
    But when I entered the OSPF-TUNE
    R1#?
    Exec commands:
      configure  Enter configuration mode
      enable     Turn on privileged commands
      exit       Exit from the EXEC
      show       Show running system information
    R1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    R1(config)#?
    Configure commands:
      do      To run exec commands in config mode
      exit    Exit from configure mode
      router  Enable a routing process
    I just want to an access to configure router OSPF But...
    R1(config)#router ?
      bgp       Border Gateway Protocol (BGP)
      isis      ISO IS-IS
      iso-igrp  IGRP for OSI networks
      mobile    Mobile routes
      odr       On Demand stub Routes
      ospf      Open Shortest Path First (OSPF)
      rip       Routing Information Protocol (RIP)
    Please Help Me...

  • Number to a binary base number

    How can I convert a numeric data to a binary base number?
    Ex.: A into 0001010
    Thank you in advance

    OK, only conversion to a string is needed to solve the problem. (Everything else is just a cosmetic feature of the indicator where you set the formatting. This does not change the underlying data.)
    Just use "format into string" with a format code of "%07b" (=show seven binary digits and pad with zeroes to the left).
    LabVIEW Champion . Do more with less code and in less time .

  • Convert any base number to decimal

    Is there a way to convert any number of base 2-16 into decimal?
    The numbers can be input using scanner
    Anyone has any code for this?

    Hey, guys this is what I got so far for this. But, of course there are issues
    1. I'm not sure how to show "invalid" message if a character or floating point number is entered
    2. I'm not sure about the code that will only allow the relevant numbers to be entered for each base.
    E.g - If base = 2 then number == 1 || 0
    This has to be repeated for all allowed base from 2-16
    Please help!!!
    import java.util.Scanner;
    public class BaseConverter {
    public static void main(String[] args) {
    int base;
    String number;
    Scanner scanner = new Scanner(System.in);
    System.out.print("Enter base value (Integer between 2 to 16): ");
    base = scanner.nextInt();
    if (base < 2 || base > 16) {                     // how to get same invalid message for character or float (e.g. -12.2)
    System.out.println("Invalid base. Please retry");
    return;
    System.out.print("Enter the number in base : ");
    number = scanner.next();
    if (scanner.hasNext()) {           // not sure how to validate in relation to entered base
    } else {
    System.out.println("Invalid number. Please retry");
    return;
    int decimalValue = 0;
    int step = 0;
    for (int i = number.length() - 1; i >= 0; i--) {
    char c = number.charAt(i);
    int cValue = Character.digit(c, base);
    decimalValue = decimalValue + (cValue * (int) Math.pow(base, step));
    step = step + 1;
    System.out.println("Decimal value: " + decimalValue);
    }

  • Ask about role base authentication

    I want create login with role base authentication, but i still confuse with some tutorial that i found in google
    can somebody give me good reference, because i don't understand with how is the step setting in the xml like login-config.xml etc
    thx

    I want create login with role base authentication, but i still confuse with some tutorial that i found in google
    can somebody give me good reference, because i don't understand with how is the step setting in the xml like login-config.xml etc
    thx

  • Hide/Display free Text in Shop page on role basis

    Hi All,
    In SRM 7,  I want to hide/display the shop-free text  on role  basis. Any suggestion welcome.
    Thanks,
    Sruti

    Hi,
    You can implement BBP_SC_MODIFY_UI BADI where you can set whether "Describe Requirement" link should be visible or not. Here you could check if user has a particular role and set the value.
    Rgds,
    Prasanna

  • Can we maintain role specific number ranges?

    Can we maintain role specific number ranges in sapcrm..ex i want to give number range between 0-100 to role sold-to-party. is this possible ?
    Thanks and Regards,
    Ravi

    Hi Ravi,
    You cannot maintain an explicit relationship between the number ranges in CRM and roles.
    To configure number ranges you have to define groupings in CRM.
    While you create your BP, it is this point of time when you have to specified the grouping you want to use (indirectly the number range assigned to it). This will decide the number for the BP.
    Best Regards,
    Pratik Patel
    <b>Reward with POints!</b>

  • BP creation in CRM WebClient - Role and Number Range assignment

    Hello,
    I have the requirement to specify a particular number range and BP role when an Account is created in the CRM WebClient Interface.
    For example as standard, when an employee is created through the CRM WebClient (BSP component BP_EMPL) the default employee role (BUP003) and the default number range are assigned to the BP.
    I would need to specify a different number range and role to the employee
    I've tried to configure the Account Identification profiles (activity "Define Account Identification Profiles" in customizing); with that activity you can specify which role and which number group you want to use for the BP (account) creation. However this customizing is affecting the IC WebClient only and not the CRM WebClient.
    I was wondering if a similar customizing activity exists for the CRM WebClient (in particular for the BP_EMPL application), or if there's a way around this.
    Anybody has an idea about how to solve this?
    Any help would be greatly appreciated, thank you in advance.

    Hi all,
    I have done this by defaulting the bp group in the BADi 
    1.Go to the se18 and select BADI_CRM_BP_UIU_DEFAULTS and select the interface IF_UIU_BP_DEFAULTS
    2. Go to the method IF_UIU_BP_DEFAULTS~GET_DEFAULT_VALUES and you can write your logic here to default the grouping.
    In my case I wanted all accounts created to be defaulted to a particular grouping and my code looks like this
    lv_name1 = lr_current->get_property_as_string( iv_attr_name ='BP_CATEGORY' ).
                        IF lv_name1 IS NOT INITIAL.
                          IF lv_name1 = '2'.
                            lr_current->set_property( iv_attr_name = 'BP_GROUP'
                                       iv_value = '0060' ).
                          ENDIF.
                        ENDIF.
    Thanks & Regards,
    Sanila

  • Lync User Phone Number Changed in AD - Still Showing Old (Normalized) Number Days Later in Lync Client Contact Detail

    Environment:  Lync 2013 backend; Lync 2010 and Lync 2013 clients.  Enterprise Voice not implemented.  November 2013 CU Applied on Server.
    Issue:  Lync user (User A) phone number changed in AD but still showing old number for others days later.
    Believed Cause:  User A has not logged into Lync since change to republish new phone number?
    So after reading this http://masteringlync.com/ I am beginning to think that something I perceived as an issue may actually be by design?
    Action:
    User A work phone number changed in AD.  User A has only one phone entry in AD.  Normalization rule in place to basically leave number unchanged (working)
    Result: 
    New phone number propogated fine to Exchange/Outlook fine.  Old number displaying only in Lync client when viewing User A contact card detail
    Lync 2010 Client displays only old number when looking at Client A contact detail (this client only presents phone numbers if they are actually normalized)
    Lync 2013 Client displays two work numbers. 
             One that we identify as a "display number" just as entered in AD - this shows correctly as the new number.  Another that we identify as the "normalized number" which is still the old
    number (same as 2010 Client)
    Same results whether contact is saved in Lync Client or not and is not related to Outlook contacts - in fact one test was with a Lync account that is not Mail Enabled.
    I did a dbanalyze to view the SQL database detail for User A and see that Category 'userInformation' has the old phone number and the time stamp on it seems to coincide with a Lync Cllient database change (user login or refresh on that end) so this seems
    to futher confirm my findings thus my reaching the point of conceding it might be out of my control.
    My Question I guess is ....
    Have others discovered this?  Is this a bug or do normalized phone numbers actually requre a client login to accept/republish the number correctly to others even though the information is updated in AD?  User detail and how it propogates seems to
    be the biggest mystery and it gets harder and harder to explain to users why changes aren't displaying accuralely.

    Thanks Richard... your blog definitely hit home with what I was seeing but guess I just didn't want to accept that as the end of the road on this.  I'm still in a little misbelief that client interaction is necessary to update a backend change.
    This process really makes phone numbers in Lync an unreliable source given a user will never know if it is it up to date.  And the problem with Lync 2013 client is it shows both numbers in the client ... the address book one with the
    updated AD numbers and the one the normalized AD one that the user has to login to republish.  I now more fully understand the process but trying to explain that to users when they see different work numbers .. ugh. 
    Oh well, guess the important part is to understand the process so thanks again.

  • How to hide or masked my Lync 2013 phone number?

    I need to make outbound calls in France, Belgium and Switzerland, to our customers, but I don't want that they see my Lync phone number and call me back. Is there any chance to hide my number or just to masked it?

    Hi,
    Lync Server provides a way to manipulate the caller ID for outbound calls using
    Configuring Caller ID. An administrator can do that by using Lync Server Control Panel Voice Routing—Voice Routes interface to suppress the caller ID and replace it with a specified alternative caller ID.
    Also, you can configuration calling number translation rules in trunk configuration.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Get the COI date based on I base number and component number

    Hi Experts,
    I have get the COI date based on the Ibase number and component.
    Please suggest me is there any FM available.
    Thnx,
    Sam.

    Hi Sam,
    You mean to say u want to get the associated person to that Partner.
    Which we define as Role type in CRM.
    Say a person ABC is having a team lead XYZ , then you can use the table BUT050 and give the relation ship type key value
    Partner ABC must be associated with Team Lead XYZ with some BP Role.
    Ask it from your fucntional and use a select query to get that Team Lead name.
    Hope this helps

  • Branch office Exchange 2010 Role base administration control for branch site administrator

    Dear sir,
         Customer has a Exchange 2010 Main and Branch office environment:
    - Main office Exchange 2010 CAS x2 +HTS & Mailbox x2  (Server1,2 & Server 3,4)
      (Main office administrator:domain1\administrator) - DAG1
    - Branch office Exchange 2010 CAS+HTS x2 & Mailbox with DAG x2 (Server5,6 & Server7,8
       (Branch Administrator: domain1\badmin) - DAG2
         Customer would like to know what is the role which permission should grant / delegate for ID: badmin in order to manage Exchange server 5,6,7,8 ?  (with manage user account and performance in DAG2 failover & branch exchange server)
    Regards,
    Joe Tam

    Dear Brian,
       I have try in my lab to scale down into 2 x Server in 1 AD Single Domain And Single Forest.  It still have many unexpected behaviour, can you please suggest whether it is a design or bug of Exchagne 2010 SP1?
    Procedure:
    ============================================================================
    Exchange 2010 Role Delegation Problem: (Single AD, Single Site)
    Environment:
    Server: Windows 2008 R2 AD x1 + (CAS+HTS+Mailbox) Server x1
    AD Server: AD1
    Exchange2010 Server : EX2010 (with SP1) – Member Server Joined to testdomain1.net
    Domain Name: testdomain1.net (NETBIOS: TESTDOMAIN1)
    In AD,
    Login as domain administrator: Testdomain1\administrator
    1. Create an Organization Unit OU1.
    2. Create User User1 under OU1
    3. Delegate User1 to allow create user in OU1
    Select all item in “Delegate the following common tasks:
    In Exchange 2010 Server,
    Login as domain administrator: Testdomain1\administrator
    1. Rename existing database name to HKDB1
    2. Create a new database AUDB1 in EX2010 Server:
    AUDB1 Create Done.
    Assign testdomain1\User1 as Exchange 2010 local administrators group.
    Logoff Testdomain1\administrator and Login Testdomain1\User1
    Open Exchange EMC: (Failed, because no user management roles is grant).
    Logoff Testdomain1\User1, Login Testdomain1\Administrator
    Open Exchange 2010 PowerShell:
    Delegate User1 to allow perform recipient management in HKDB1 only:
    ====================================================================
    New-ManagementScope "HKDBSCOPE" -DatabaseRestrictionFilter {Name -Eq 'HKDB*' }
    $RoleGroup = Get-RoleGroup "Recipient Management"
    New-RoleGroup "HKDBRecipientManagement" -Roles $RoleGroup.Roles -CustomConfigWriteScope "HKDBSCOPE"
    Add-RoleGroupMember “HKDBRecipientMANAGEMENT” -Member User1
    ====================================================================
    Result:
    In Exchange 2010 Server, logon as domain user: Testdomain1\User1
    Open Exchange Management Console: (User1 able to open EMC now)
    Perform Create User User2 in OU1 with Mailbox located in HKDB1
    Mailbox Creation Failed because it cannot match the Database name = HKDB*
    Logoff Testdomain1\User1, Login Testdomain1\Administrator
    In Exchange Management Shell, enter:
    Set-ManagementScope "HKDBSCOPE" -DatabaseRestrictionFilter {Name -Like 'HKDB*' }
    Logoff Testdomain1\administrator, Login Testdomain1\User1
    Open Exchange Mangement Shell and Create User2 again.
    Create user successfully.
    Perform create User User3 in OU1 with Mailbox located in AUDB1
    User3 Creation Failed because it is not meet the Database restriction of User1 – Like HKDB*
    Logoff Testdomain1\User1, Login Testdomain1\Administrator
    Open Exchange Management Console, create User3 in AUDB1
    Create User3 in Users Container, by administrator ID.
    Logoff Testdomain1\administrator, Login Testdomain1\User1
    Perform mailbox remove of User2
    User2 mailbox remove successfully.
    Perform deletion of User3
    Mailbox User3 Remove Successfully.
    Why User3 is allowed to deleted mailbox which is located in by using delegated of User1?
    Moreover, it found that User3 properties can also be changed by using User1. Why?
    Does it mean delegation cannot handle delete operation?
    In Active Directory User and Computer: User2 is deleted successfully by using User1 ID.
    In Active Directory User and Computer: User3 is also deleted successfully by using User1 ID.

  • Role base Security

    Hello,
    My question is I want to create a role which should make sure through this role if a user is an authorized user, and logging from authorized server(could be IP verification).  once the condition satisfies through this role, then it should enable the for that particular user can select or update objects from that user.
    say for example,  USER "A"  has access to "TEST" schema in a test database.
    there is 1 role test_a which has select privileges on TEST schema objects, which is granted to User "A".
    Here I want to check first through another role say for example CK_TEST role which should make sure if User "A" is an authorized user, if so is user "A" logging from authorized client or server, if so then enable the TEST_A role to User 'A".
    can someone give me an example how toaccomplish this.
    Thanks a lot....

    I'm assuming that user A is a database user, not an application user.  If that's the case, what does it mean for A to be an "authorized user"?  If the session has been created, then A must be a valid database user and whoever is logging in must have provided the correct password.  If A has been granted the TEST_A role, what more is required for A to be an "authorized user"?
    Having the database verify that a client is "authorized" is a bit problematic simply because the client is providing all the information that you'd be checking in the database.  An attacker could easily spoof or change their IP address, for example.  Validating the IP address can be useful if you want to prevent people from doing things inadvertently (i.e. preventing a DBA from inadvertently logging in to prod from their laptops if that's something that you want to avoid) but isn't particularly good at preventing attackers from getting in.
    You can make TEST_A a password-protected role.  You can create a VPD policy on the objects in TEST that requires a user to call a procedure that you've defined that does whatever validation you want before setting the context to allow access to the data in those tables.  You can create a logon trigger that tries to prevent users from logging in from the "wrong" IP address (with the caveats above that this isn't particularly good at keeping attackers out).  Or you can restrict what machines can access the database at the SQL*Net layer or, preferrably, by putting a firewall in front of the database.
    Justin

  • Role Base Data Access in Report

    Hi ,
    I am looking to acress only that data in my report which is relevent to my role. i.e.  If I am looking for New Opportunity report I need that only those opportunities should referect which are relevent to me .
    Regards,
    Rohit

    Hi Rohit,
    You have to set up the Restricted Read Access with Restriction Rule (choose the one relevant for you) in Business Role Access Restrictions tab then you will see the same restricted data in report as well.
    Regards,
    Shobhit

  • Role-base Policy without wildcard (*) in agentsample app?

    I'm using the Tomcat Policy Agent 2.2 with AM installed on Windows.
    Authentication works fine.
    I'm trying to create a role-based URL policy for an individual servlet based on the agentsample web-app that comes with the PA.
    I created the role (manager), the users, everything in the sample app doc. I'm using a PA filter.mode of URL_POLICY (I don't want J2EE declaritive security).
    When the policy Rule is set to http://*:8080/agentsample/* authorization works as expected. Those users who are in the manager role can see the servlet (urlpolicyservlet). Those who are not in the manager role get access denied.
    BUT - when the Rule is set as the doc specifies http:/*:8080/agentsample/urlpolicyservlet, everybody gets access denied.
    How do I set a Policy/Rule at the individual servlet or web-page level?
    Thx
    Jason

    Turning up the debug level gave me a hint that led to the solution.
    The servlet being access is actually in /agentsample/jsp. I added a Rule for http://<server>:<port>/agentsample/jsp/* and it started working as expected.
    Thx!
    Jason

Maybe you are looking for

  • Itunes wont update, uninstall or reinstall

    so everything was fine, i had my iphone 4s and my sony vaoi laptop and then one day it tells me to update my itunes. so thats what i did, it was running the install and then a error came up saying that 'The feature you are trying to use is on a netwo

  • Record is not inserting into the Table thourgh forms 10g

    Hi All, I have the form built in 10g(10.1.2.0.2). Basically the form has 2 blocks. Block 1 with only one item, where we enter some value and hit enter(this will navigate to block2 and execute the query). Block 2(tabular) will fetch the records. Now t

  • Missing HTTP Server on 11g Installation

    Hi, Just successfully installed 11g Enterprise. Which, as I understand it, comes bundled nowadays with APEX and the Oracle HTTP server. But in my efforts to set up APEX and the HTTP server, I'm noticing a distinct lack of HTTP server! None of the fil

  • How to order Option 3 with Fibre?

    Sorry if this is slightly off topic but I've endured a very slow internet connection for years with Plusnet so I've been planning to change to BT for some time. I've carried out a line check on the BT website and also the BT Wholesale website and it

  • I can't get iCal to push entries and sync between my MacBook Pro, my iPad 2 and iPhone.

    I have iCal on my Macbook Pro, V4.04 and I can't get entries to sync with my iPad or iPhone. I have all the calendars checked. I have gone to system preferences and Me and manually synced and I doesn't sync.