Which are the setting values for the Virtual CTI Driver? (Siebel Communica)

hi everybody,
the application I'm using is Siebel Communications 8.1.
I am learning about integration processes with the Siebel Communications Server Administration Guide. One of the points or topics there is the use of the Virtual CTI to integrate your Siebel Business Applications with Oracle Contact Center Anywhere (as in the bookshelf described).
I've read, with this driver agents can access communications functionality using the communications toolbar.
The Virtual CTI is a driver provided by Oracle. You can't see it listed on the Administration -> Communications ----> Communications Drivers and Profiles. So I guess it is important to add this driver to the list.
I have questions about that:
1. Should I add this driver to the list? or when can I do that?
2. Which are the setting values for the mentioned driver?
- Communications Channel?
- Inbound Yes
- Outbound Yes
- Interactive
- Channel string
- Library name
Could anybody help me? I would appreciate that.
Regards

Thanks for the reply KT.
I am not sure how to set a new custom style, but will look it up. If you have a url that points to the topic I would appreciate it.
Thanks,
Rhek

Similar Messages

  • Set values for the Lock-In Amplifier's Digital Analog Converter Channel?

    If I let my user have the freedom to select whatever values they want to select in order for it to show up as the output value for the Digital Analog Channel then I cannot understand why use ibwrt(...) and ibrd(...). Because ibwrt is going to write a specific voltage at the specified channel since the manual for the Amplifier states you must input the string for writing output voltage as DAC2 3000 (the 2 signifying the channel and 3000 - the millivolts). If this hard coding occurs by using ibwrt then how can I write my code so that the user has the capability to change the voltage value and the channel to the one they want? Thanks in advance.

    Do I need a Fmt and ibwrt for both DOutput and VOutput? Because DOutput is indicative of the channels 1, 2, 3, 4 in the Lock in Amplifier and the VOutput is for the amount of volts the user can set (i.e. write to the instrument). Also I found this on the following NI website regarding filling in the value of the write buffer: Write Buffer Value. This website signifies that one must use \002 and end with 003\ which I am not sure I even need for this instance of initializing the writeBuffer[8]. Also I used [7] for the writeBuffer because I thought arrays went 0, 1, 2, 3...so on therefore writeBuffer[7] will give me space for 8 bytes? Is that an incorrect assumption? Lastly, here is my modified code according to the changes you mentioned and it still is giving me Non-Fatal Run Time Errors and not communicating. Is there anything else I am missing out on which I can't find. Seemed like I may be making this code much harder than it needs to be. Thank you for your time.
    Sincerly,
    Attachments:
    SETDAC.c ‏2 KB
    setdacwin.h ‏2 KB
    setdacwin.uir ‏3 KB

  • What are the possible values for the JOB status?

    What are the possible values for the JOB status in the table TBTCP and significance for each?

    Hi,
    Have a look at include LBTCHDEF.
    The standard include from SAP.
    -> Definitions and Constants for Function group BTCH
    Kind Regards
    Raymond

  • Wich dreamweaver version offers the best value for the money

    Hello,
    I'm the editor of http://www.sjiekdelola.nl  and thinking about redesigning my site with Dreamweaver. Wich dreamweaver version offers the best value for the money?
    Kind regards,
    Sjiek de Lola

    The current one :-)
    DW CS5 uses modern code and supports web standards that didn't exist 2 years ago.
    If you're asking which Adobe Creative Suite to get, that depends on you and your requirements.
    Creative Suite Selector
    http://www.adobe.com/products/creativesuite/suiteselector/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Error Logging In with live Connect Oauth2: invalid_grant The provided value for the 'redirect_uri' is not valid

    Hello,
    I've been working with oauthwebsecurity to add a few identity providers to work with for authorization. But for some reason i can't get the Oauth2 protocol to work with windows live. I constantly get this error:
    {"error":"invalid_grant","error_description":"The provided value for the 'redirect_uri' is not valid. The value must exactly match the redirect URI used to obtain the authorization code."}
    I've checked the redirect_uri i send to the initial login request, and i get an access code back. but when i attempt to request the access token in the callback I get the error above even though the redirect_uri i send in the callback request is the same
    as the initial log in request. any help or ideas would be appreciated.
    Thx,
    Ruud

    Hello Ruud,
    How are you? I just posted a similar problem, however, I vividly understand the process flow.  I believe this is a bad design and your can review my post entitled "Azure
    Graph API oAuth 2.0 - redirect_uri required - bad design."  People are already starting to experience the problem and this wasn't required in the previous version.
    I'd like to know Microsoft's feedback on this, particularly someone who has experience / insight into development.

  • Highlighting TEXT - not the field - and clearing the set value for a new one

    I have a form in which various text fields are set with a message to inform the user as to what kind of information I want typed in. My goals are:
    1. Have the text get highlighted so when the user starts typing, the "old" value gets replaced with the "new"
    2. Or, when the user tabs or clicks in the field all of the "old" value is deleted and they can start typing the "new" value from the beginning of the field.
    I am trying to eliminate having to manually highlight the field in order to type in the needed information. But each field needs to start with a value so the user knows what kind of information I am looking for.
    Does this make sense? By the way, I have no JavaScript experience...uh oh!

    Use the Media Manager (under the File menu bar item).
    Link:
    What Can You Do with the Media Manager?

  • What are the default values for the NetStream.multicast***** properties

    I read the api document about NetStream.multicast**** properties, but found no default values were given. Will the default values be changed when FP10.1 release?? Or, the values are always changing at runtime?
    I have a web-tv application, it broadcast some live videos created by my friends, I think that the latency and lag-time can be bigger in my app, I want to know the recommended default values for the multicast*** properties.
    I think the multicastWindowDuration and liveDelay are the keys. And I am confused between NetStreammulticastWindowDuration and NetStream.bufferTime..they like the same...
    Sorry for my poor english, Thanks.

    the publisher can set the multicast properties you listed to be the defaults for all of the subscribers of the stream.  in addition, the publisher can select whether or not "push" mode is used by changing NetStream.multicastPushNeighborLimit.  setting the limit to 0 disables push, setting it to non-zero enables push in the mesh, but only changes the actual push neighbor limit for the publisher.  if push is enabled for the stream, each peer will use push mode, but will start out with the global default limit (which is currently 4).  this is for safety.  we recommend you always leave push enabled.
    each peer (including the publisher) can change the multicast stream parameters dynamically.  changes are local to that peer.
    for the publisher to set the initial parameters for the stream that all peers will inherit as the default, the parameters must be changed on a new NetStream *before* NetStream.publish() is called.  example:
       var ns:NetStream = new NetStream(netConnection, groupSpecification);
       ns.multicastWindowDuration = 10; // change default for everybody
       ns.publish("mystream");
       ns.multicastWindowDuration = 15; // change window duration just for publisher, everybody else will start with 10 for this stream
    each subscriber can override the multicast stream properties locally, but the overrides must be set on the NetStream *after* receiving a NetStream.MulticastStream.Reset NetStatusEvent.NET_STATUS event in order for the override to stick.  overrides must be reapplied each time the NetStream.MulticastStream.Reset event is received.

  • How to Change the return value for the parameters

    Hi, Can anyone help me with my problem?
    I have a parameter called "P1_Projects" defined in the HTMLDB page, on the report region, there are 2 buttons, one is "Go" button to submit the report on the screen, so user can preview the report, then another button "Export to PDF" can be clicked to generate the report using Oracle Report Services. The "Export to PDF" button will use the same set of parameters submitted for the "Go" button.
    So, the parameter "P1_Projects" is being used by these 2 buttons. and I have to pass a "%" wild card for "All Projects". To make the "Export to PDF" button work, I have to safe encode the return value for "%" to "%25" in order to pass the URL formula, but now my "Go" button doesn't work with "%25", it only recognize the "%" wild card.
    Is there a way to conditionally change the value depends which button is clicked?
    Any hint or help is highly appreciated!
    Hong

    try creating a plsql process which sets the P1_Projects item as required.
    in the plsql you can do:
    if :REQUEST = 'GO' then
    xxx
    else
    xxxx
    end if;
    set the condition to plsql expression:
    :REQUEST in ('GO', 'EXPORT')
    NB. the request value is usually set to the button name when a page is submitted from a button

  • What units are the frequency values for the filter VI's in?

    Yesterday I was messing around w/ the butterworth filter and wanted to filter out low end noise < 30 Hz from my daq inputs.  I put in 30 for the frequency and it didn't work the way I explected.  Are the input units for frequency Hz?  I ended up messing around w/ the value until I put in 0.5 and it worked properly.

    Zorro349,
    Please see the attached example for clarification.
    Pete
    Peter L.
    Applications Engineer
    National Instruments
    www.ni.com/support/
    Attachments:
    Extract the Sine Wave.vi ‏31 KB

  • How to restrict the attribute values for the user in query designer

    Hi All,
    I have a requirment where certain user would see certain vailes in the query desiner of the attribute.
    The requirment is we have planing material which is attribute of material
    When X user want to restrict the  values for planning material ,where he is able to see all the planning material.But who is not authorized for all the value.
    Ex: X user has authorization for see planning material 100,101,102. of material But when he try to restrict the planning material in query designer where is getting all values of planing material.
    Or
    is there way to blank the restriction help.so that he can't able to see values while restricting
    Please some one can advise me on it..

    Hi,
    Let me sum up:
    you have an object ZPLNMAT for the planning material
    you have the object 0MATERIAL for material and this object has ZPLNMAT as attribute.
    If you can restrict in the query designer, I suppose this attribute is then as navigationnal and also added in the multi-provider.
    The object ZPLNMAT is checked as relevant for authorization, and you set up a role with the attached values of ZPLNMAT this user should have access to.
    Are you sure the users are restricting on the ZPLNMAT object and not 0MATERIAL, because you should have everything now
    PY

  • I want to determine the perfect values for the motor ... along with its pid values

    I'm ne to labview and this is my second program.... i designed a motor which maintains constan speed with varying load..... the problem is i dont know the real values of any motor. . .  and as the inertia across the load decreases the speed oscillates a lot . . . and i'm even not happy with the current(I(A)) readings ... they dont follow the motor characteristics i think . . .  can someone please point out the mistakes and clarify them for me ... 
    thanks in advance
    Attachments:
    Motor1_4.vi ‏304 KB
    Control 10.ctl ‏6 KB

    Hi Rahul,
    Please find below the require info:
    4.6 B                                   ECC 6.0
    'POPUP_TO_CONFIRM_STEP'               POPUP_TO_CONFIRM
    'TABLE_COMPRESS'                    Not obsolete
    'TABLE_DECOMPRESS'                    Not obsolete
    'WS_QUERY'
    'WS_UPLOAD'                         GUI_UPLOAD”
    'DISPLAY_BASIC_LIST'                    Not obsolete
    'POPUP_TO_DECIDE'                    POPUP_TO_CONFIRM
    'CLPB_EXPORT'                         Use class CL_GUI_FRONTEND_SERVICES
    'HELP_VALUES_GET_WITH_TABLE'          F4IF_INT_TABLE_VALUE_REQUEST
    'DISPLAY_GRID_LIST'
    'WS_DOWNLOAD'                    GUI_DOWNLOAD
    'POPUP_TO_GET_VALUE'               Not Obsolete
    'POPUP_TO_GET_DATE'     
    'DOWNLOAD'                    “GUI_DOWNLOAD”
    'WS_FILENAME_GET'                    KD_GET_FILENAME_ON_F4
    'READ_EXCHANGE_RATE_N'
    'CONVERT_DATE_INPUT'               Not Obsolete
    'DB_COMMIT'                    Nott Obsolete
    'WS_EXCEL'                         WS_DOWNLOAD and then execute WS_EXECUTE
    'STRING_SPLIT'
    'HELP_VALUES_GET'               F4IF_FIELD_VALUE_REQUEST
    'CHECK_IBAN_ACTIVE'
    'POPUP_TO_CONFIRM_WITH_MESSAGE'          POPUP_TO_CONFIRM.
    'POPUP_TO_CONFIRM_LOSS_OF_DATA'          POPUP_TO_CONFIRM
    'SYSTEM_GET_UNIQUE_ID'                    SYSTEM_UUID_C_CREATE
    'TR_RELEASE_COMM'
    'GRAPH_DIALOG'
    'CONVERT_TO_LOCAL_CURRENCY_N'
    'WS_FILE_DELETE'                              GUI_DELETE_FILE
    'WWW_GET_MIME_OBJECT'
    'GET_FIELDTAB'
    'HELP_VALUES_GET_NO_DD_NAME'          F4IF_INT_TABLE_VALUE_REQUEST
    'FI_DOCUMENT_ARCH_READ_SINGLE'
    Thanks
    Piyush
    Reward point, if helpfull.

  • How to change the variable value for the SCript in debugging

    I have a variable &KNA1-NAME4&
    i want to change the value of this variable in debugging mode
    can any one please tell me how to do in step by steb mode.

    Hi Ravi,
    In script u can't change the value in debigging. Open ur print program(If u don't know check TNAPR table).
    Search for the element name where u r printing this variable. U can see some thing like
    CALL FUNCTIOn 'WRITE_FORM'
    element = ur element name.
    Keep break point here and when u issue output control stops here. Now change the value as we does in normal reports.
    Thanks,
    Vinod.

  • Why it cannot find the setter method for the attribute in my custom tag?

    Hi, i have a custom tag like this:
    <robin:category tModelKey="#{data.tModelKey}" > </robin:category>And in my tld file:
    <tag>
          <name>category</name>
         <tag-class>category.component.HtmlCategoryTag</tag-class>
         <attribute>
             <name>tModelKey</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
         </attribute>
    </tag>
    ........................................and in my HtmlCategoryTag Class
    public class HtmlCategoryTag extends HtmlPanelGridTag
    private String tModelKey;
    public String getTModelKey()
    return tModelKey;
    public void setTModelKey(String modelKey)
    tModelKey = modelKey;
    So,you see,generally speaking,to use a custom tag,we only to write a tag class,declare it in the tld file,nothing more.
    What fints me is that if i change "tModelKey" to "test" and change the according part in the tag class , tld file and jsp file, the "setter not found" problem no longer exists,everything goes right!!!.
    So why this happens? please help:)
    Best Regards:)
    Robin

    Then you also need to create a UI element that extends HtmlPanelGrid
    that has a tModelKey member and getters/setters. That object will hold
    the information so that you can use it in your bean.Whoops... ignore that! Sorry. Attributes are simply stored in the component map component.getAttributes().
    Add to your Tag class:
    public void setProperties(UIComponent component) {
        super.setProperties(component);
        Tags.setString(component, "tModelKey", tModelKey);
    public void release() {
        // see above
    }Where Tags.java is:public class Tags {
        public static void setString(UIComponent component, String attributeName, String attributeValue) {
            if (attributeValue != null) {
                if (UIComponentTag.isValueReference(attributeValue)) {
                    setValueBinding(component, attributeName, attributeValue);
                } else {
                    component.getAttributes().put(attributeName, attributeValue);
        public static void setValueBinding(UIComponent component, String attributeName, String attributeValue) {
            FacesContext context = FacesContext.getCurrentInstance();
            Application app = context.getApplication();
            ValueBinding vb = app.createValueBinding(attributeValue);
            component.setValueBinding(attributeName, vb);
    }

  • How to parse the date value for the string 2003-04-25 11:53:11 IST

    This is my database output for the date value(2003-04-25 11:53:11 IST). How to convet this string to Timestamp date value. Any one pl. help me

    BUT ... there is a public static Timestamp valueOf(String s) method in the Timestamp class that might help.
    http://java.sun.com/j2se/1.4.1/docs/api/java/sql/Timestamp.html#valueOf(java.lang.String)

  • Best way to put the default values for the Form Items

    Hi,
    I am having a form with lot of default values as mentioned below..
      Field                      value 
      created by             :APPL_USER
      creation_date         SYSDATE
      last_updated_by     :APPL_USER
      last_update_date    SYSDATE
      item1                     value1
      item2                     value2Currently I am using Computation -> After Submit.....so whenever we create/update a record...these computaion takes place and the default values get inserted....THIS IS WORKING PERFECTLY FINE.
    I want to know..if this approach is fine OR we may have some better approach to acheive this...????
    Thanks,
    Deepak

    Deepak,
    Sample trigger code:
    CREATE OR REPLACE TRIGGER  "BINS1_APPLICATION_TBL"
       BEFORE INSERT
       ON APPLICATION_TBL    FOR EACH ROW
    BEGIN
       --  Description: Insert creation_dt, creation_id,
       --              lst_updt_dt and lst_updt_id
       --  Maintenance:
       --  Date        Actor           Action
       --  ====        =====           ======
       --  20-Aug-2009 J. Wells         Create.
       :NEW.creation_id := V('APP_USER');
       :NEW.creation_dt := SYSDATE;
       :NEW.lst_updt_dt := :NEW.creation_dt;
       :NEW.lst_updt_id := :NEW.creation_id;
       SELECT APPLICATION_seq.NEXTVAL
         INTO :NEW.APPLICATION_seq
         FROM DUAL;
    END bins1_APPLICATION_tbl;
    ALTER TRIGGER  "BINS1_APPLICATION_TBL" ENABLE
    /Jeff

Maybe you are looking for