ENVELOPE: CALL CONTROL BY SIM

Hi,
looks like on Nokia (tested with 6230 and one more model) phones after baring the call, it's impossible to execute a SELECT ITEM PAC. The following code will not work as expected:
private static byte[] title = {'C', 'h', 'o', 'o', 's', 'e', ' ', 'i', 't', 'e', 'm', ':'};
switch (event) {
case EVENT_CALL_CONTROL_BY_SIM:
myEnvRespHdlr = EnvelopeResponseHandler.getTheHandler();
myEnvRespHdlr.postAsBERTLV((byte)0x9F, (byte)0x01);
myProHdlr.init(PRO_CMD_SELECT_ITEM, (byte)0, DEV_ID_ME);
myProHdlr.appe ndTLV((byte)(TAG_ALPHA_IDENTIFIER | TAG_SET_CR), title, (short)0, (short)title.length);
myProHdlr.appe ndTLV((byte)(TAG_ITEM | TAG_SET_CR), (byte)1, title, (short)0, (short)title.length);
status = myProHdlr.send();
break;
Could someone test the similar code on other Nokia phones and commit that it doesn't work? I only get "Call not allowed" (since the alpha identifier was not provided), but items list is not displayed.
Thanks,
Dziugas

I think Elena Solved this problem thats why no replay for this very old post. :-)
For for rest I am posting this solution:-
switch (event) {
case EVENT_CALL_CONTROL_BY_SIM:
myEnvRespHdlr = EnvelopeResponseHandler.getTheHandler();
myEnvRespHdlr.postAsBERTLV((byte)0x9F, (byte)0x01);
myProHdlr.init(PRO_CMD_SELECT_ITEM, (byte)0, DEV_ID_ME);
myProHdlr.appe ndTLV((byte)(TAG_ALPHA_IDENTIFIER | TAG_SET_CR), title, (short)0, (short)title.length);
myProHdlr.appe ndTLV((byte)(TAG_ITEM | TAG_SET_CR), (byte)1, title, (short)0, (short)title.length);
status = myProHdlr.send();
if(result==(byte)0x20)
  reg.setEvent(EVENT_EVENT_DOWNLOAD_IDLE_SCREEN_AVAILABLE);
break;
case EVENT_EVENT_DOWNLOAD_IDLE_SCREEN_AVAILABLE:
myProHdlr.init(PRO_CMD_SELECT_ITEM, (byte)0, DEV_ID_ME);
myProHdlr.appe ndTLV((byte)(TAG_ALPHA_IDENTIFIER | TAG_SET_CR), title, (short)0, (short)title.length);
myProHdlr.appe ndTLV((byte)(TAG_ITEM | TAG_SET_CR), (byte)1, title, (short)0, (short)title.length);
status = myProHdlr.send();
reg.clearEvent(EVENT_EVENT_DOWNLOAD_IDLE_SCREEN_AVAILABLE);
break;

Similar Messages

  • Call Control not in option Jabber for Win 9.2.6

    the call controll in the options menu is not available so we are unable to change UCM clusters

    the call controll in the options menu is not available so we are unable to change UCM clusters

  • CUxAC 8.6 Call Control Icons not displayed

    Anyone came across a new install of CUxAC 8.6, were the call control icons are not showing at all. If so, how can you get them to show? The icons im speaking about are the few icons between the F7 and F8 area.

    It has been resolved for me. When looking around I noticed that I did not have the option to select toolbars under the view section. So I just did a uninstall/reinstall of the CUxAC software and it came back online properly with the toolbar>Call Control toolbar options available now.
    Maybe a bad install or the senstivity of the software, not exactly sure.

  • Thanks this was very useful.. I have a brand new iphone 4s unlocked version from singapore and I am having the same problem constant network fluctuations, no service, call failed, invalid sim, sim failure, bars fluctuating from 5 - 3 - 2 - 1, no signal/ba

    I have a brand new iphone 4s unlocked version from singapore and I am experiencing constant network fluctuations on my iphone , no service, call failed, invalid sim, sim failure, bars fluctuating from 5 - 3 - 2 - 1, no signal/bars searching etc... Ifeel miserable after trying out all the options changed multiple sims, tried multiple carriers, restored the phone back and have set-up as new device but the problem does not get solved... its is so frustrating that after investing on a world's most expensive phone you cannot enjoy the calling features which the phone offers which is the main thing you own the phone for.. Rest of the things are working.. The funniest part I am not able to make calls or receive calls but can access the internet..  I have tried every possible thing and really very frustrated with this iphone of mine...I hope the problem gets solved.. would anyone have any solutions to this problem.. Does it mean one should never update software as I hear that after updating to IOS.5.1 the problem has started coming and same has been with there.... Apple says its a hardware failure which is very difficult to digest as sometimes I get 5 bars and able to make and receive calls but 95% of the time I am unable to. If anyone has any solution I will be very happy if he or share can share the same. Many thanks. its so disgusting to experience this on top of this apple does not support global warranty for the phone as you need to go to the country from where you bought the phone for replacement.. Truly sad state of affairs.. very very very dissappointing.

    Have a look at this it might help
    http://support.apple.com/kb/TS4148

  • Presence status not changed when using Lync 2010 Remote Call Control

    Hello,
    I'm currently testing the Remote Call Control functionality of Lync 2010. Call management works fine but I'm surprised that my presence status does not change to "In a Call" when the call is established.
    OriginatedEvent, DeliveredEvent and EstablishedEvent are forwarded correctly to Lync Client 2010. All responses are "200 OK".
    Is there something more to send to Lync Server 2010 so the status of the Lync Client gets correctly updated to "In a Call" ? Or is a plugin for the Lync Client necessary to achieve this ?
    Thank you in advance,
    Martin

    I think there's something missing from your scenario and I don't believe you would need a plugin for this.  It's been forever since I've set up RCC with Lync 2010 however.  I know this isn't what you're looking for, but I've used this product in
    the past to configure Lync and RCC with third party PBXs that don't support Lync/RCC but do have a TAPI interface.
    http://www.estos.com/products/drivers-middleware/callcontrolgateway400.html I've been able to get a free trial before and it worked like a charm for an old 3COM phone system.  If you can get a trial it might help you compare apples to apples provided
    you have a TAPI driver for your PBX.
    For more details on what happens behind the scenes, you might have some better luck in the MSDN dev forums:
    http://social.msdn.microsoft.com/Forums/en-US/home?category=uc
    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.

  • Programatically calling control flows from java code

    Hi all,
    I have a bounded taskFlow that uses pageFragments. This flow is a region in a page(.jspx).
    In my page fragment, I have a inputComboboxListOfValues with a ValueChangeListener code in a java bean.
    I want when a value is changed, to programatically call "controll flow" (this one has: "From Activity Id" -the page fragment with that inputComboboxListOfValues, and "To Activity Id" - the default Activity on this task Flow).
    So when the value change, practically I want to restart the flow programatically and pass the selected value as input parameter.
    Since the inputComboboxListOfValues is not like a button where in the "Action" property you can set the Control Flow and navigate somewhere, the only option I have is to programatically cause navigation from java code (example: the value change listener code).
    Can this be achieved?
    Any advice is helpfull.

    Hi,
    Absolutely, you can do it using the NavigationHandler. Try the following in you value change listener:
    FacesContext context = FacesContext.getcurrentInstance();
    NavigationHandler handler = context.getApplication().getNavigationHandler();
    handler.handleNavigation(context, null, outcome);
    // Render the response after that phase, the button actions should not be called
    context.renderResponse();
    // Add the following line if you want to prevent further value change listeners to be called
    // throw new AbortProcessingException();Regards,
    ~ Simon

  • Call control protocols over which technology ?

    Hello, I am a little confused over which call control protocols are used over which layer 2 technologies.
    My understanding is as follows:
    - internet ADSL connection to PSTN = VOIP, therefore can use MGCP, H323 or SIP as call control protocols to your ITSP.
    - ISDN PRI digital connection to PSTN = ? (which control protocol(s)) ?
    - FXO analog port connection to PSTN = ?(which control protocol(s)) ?
    Can someone please tell me what control protocols are used for ISDN PRI digital and FXO analog connections.
    Thanks kindly for any help.

    Hi
    FXO : is a voice card Foreign Exchange Office (FXO) interface is an RJ-11 connector that allows an analog connection to be directed at the public switched telephone network's (PSTN's) central office or to a station interface on a private branch exchange (PBX).
    H323:Is a protocol used to communicate between CUCM and gateways to allow incoming and outgoing calls.
    MGCP: is a protocol used to communicate between CUCM and gateways to allow incoming and outgoing calls. For more information , please find the below link:-
    http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00806fedbe.shtml
    Thank you
    please rate all useful information

  • Script help - caller's ANI and workflow call control actions

    Greetings!
    Apologies in advance for the wall of text.
    What does work: We have a main script where we do a database lookup on the caller's ANI - specifically, their area code. If there is a match in the DB we queue the call to a regional queue. If there is no match (some block their caller ID, or the ANI is less than 10 digits) we queue the call to a general queue. This works. Every time.
    Except ..
    So the call comes in, we do a successful lookup and route to the regional queue. The agent handles the call and transfers the caller to another queue. The agent in the second queue discovers the caller needs to go back to the regional queue and we have a call control action configured to handle this. And this is where I'm looking for some help.
    And so, the call control action setup does a blind conference back to the main script which does the lookup again based on the original caller's ANI and routes the call to the regional queue. However, everyone can hear everyone and the business unit would prefer the customer not be aware of the agents talking until the agents want to bring the customer into the conversation.
    So, if I change the call control action to another option (supervised conference) I lose the ability to route the call based on the original callers ANI. The main script queues the call to the general queue. I've done the reactive debugs and the caller ANI does not populate, the extension of the agent initiating the call control action populates the ANI field. What's more confusing is the caller ANI does populate in the enterprise data on the agent desktop. So the data must be "there" somewhere, I'm not sure how to get it so I can do the DB lookup.
    What am I missing?
    Thanks in advance for your time and attention!
    Keith

    Hello again.
    That's an nice way to do this. But I found another way around simple enough for the end customer too. It gives the ability to change things themselves.
    a) Under System Parameters > Media Parameters enable the 'User Prompts override System Prompts' parameter
    b) Create a subfolder (named el_GR in my case) under Applications > Prompts .../gen/phone
    c) Upload your number prompts recorded in the language you want
    d) Modify the 'Create Generated Prompt' as shown to the screenshot
    e) Now you can hear the string numbers in your language
    Took the info from the following posts:
    https://supportforums.cisco.com/thread/2080962
    https://supportforums.cisco.com/docs/DOC-13933

  • UCCX8 Is There a Sesion Variable that contains the Call Control Group ID

    Hello,
         Is there a session variable that contains the Call Control Group ID of the trigger that called the script?
    -Lauren

    Hi Lauren,
    sorry, after two hours of analysing call hierarchies and running debugs, I gave up. I can't see any way of getting that value programmatically, in other words, I don't see any public field or method that would yield the desired value.
    However, if you want to use this only for debugging purposes, then getting the contact using the Get Trigger Info step, assigning it to a variable named contact (of type Contact) then calling the following method on it:
    contact.getTask().getTrigger() (which automatically calls the toString() method) would return a String similar to this - and it contains the ID of the Call Control Group apparently:
    "ContactApplicationTrigger[time=1356102368509,locale=en_US,cfg=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-09-14 18:28:25.0,recordId=414,desc=Cisco JTAPI Trigger,name=82152,type=Cisco JTAPI Trigger,appName=TRAPPA,enabled=true,sessions=5000,idleTimeout=5000,locale=en_US,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=1,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=82152,redirectCSS=redirecting.party,cmDeviceName=TRAPPA_82152,cmDeviceInvalid=false,cmDescription=TransRouting IVRA,cmDevicePoolUUID={978D6B59-356E-FC92-81A9-3AAE9F843120},cmDevicePoolName=DP_Main_C,cmCallingSearchSpaceUUID={87083019-FEBF-9B48-742B-7658396D1D5C},cmCallingSearchSpaceName=CSS_mobily_normal_HelpDesk_IS,cmLocationUUID={29C5C1C4-8871-4D1E-8394-0B9181E8C54D},cmLocationName=Hub_None,cmPartitionUUID={10003B1B-F235-16A7-927D-01EB3DCCB57C},cmPartitionName=P_operatori,cmVoiceMailProfileUUID=,cmVoiceMailProfileName=None,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group],contact=JTAPICallContact[id=16548,implId=3206772/2,state=STATE_ANSWERED_IDX,inbound=true,App name=TRAPPA,task=38000443987,session=17000062888,seq num=0,cn=82152,dn=82152,cgn=0725099603,ani=0725099603,dnis=null,clid=null,atype=REDIRECT,lrd=78866,ocn=78866,route=RP[num=82152],OrigProtocolCallRef=000000000030EE740228F81300000000,DestProtocolCallRef=null,TP=81122]]"
    Looks like the cfg field cannot be accessed, but the automatic toString() method is kind enough to dump all this information.
    Hope this helps.
    G.

  • On iPhone 4s with IOS 7 - call controls seem to get locked

    On iPhone 4s with IOS 7 my call controls seem to get locked when on a call - due to which I will have to unlock my phone everytime I have to disconnect a call or to place on mute / speaker etc.
    Has anyone run into this issue?

    ciao
    io ho RISOLTO!
    allora ecco come ho fatto:
    ho collegato il cell al pc e ho fatto un backup completo su itunes, poi ho scollegato il cell e ho fatto un "cancella contenuto e impostazioni" successivamente ho seguito le istruzioni di inizializzazione come fosse un nuovo iphone, inifine ho collegato il cell al pc e ho eseguito il ripristino delle app.
    e finalmente tutto si è normalizzato, speriamo definitavamente.
    auguri di buon anno
    flavio
    ah se vuoi mi trovi su twitter @yales70 o facebook flavio da ros
    ciao

  • IPhone 5s can't make or receive calls and replaced SIM card

    need help can't make or receive calls and got SIM card replaced twice

    If the carrier cannot help you, then I would make an appointment at the Genius Bar of the nearest Apple Store to have the hardware checked. I really do not believe it is the hardware.
    You could try a restore before going to the Apple Store. Make sure you have a backup of the phone and restore the device as new. After activation is complete, see if you can make a call. If it is possible, then restore your backup to recover your content and test again. If it fails, then it is a problem with your backup. If neither works, and the carrier cannot help, then make the appointment.

  • Cisco 8841 support for 3rd party call control

    Hi Cisco Team,
    What is required to get Cisco 8841 IP phone configured as a SIP phone for 3rd party call control?

    Hi,
    This information would be dependent on which third party you are integrating with, they should provide details of settings needed for the same. For supporting third party SIP endpoints with Cisco there are numerous docs / posts , but in your case the scenario is  reverse.
    HTH
    Manish

  • Planning delivery schedule - Call control Parameter

    Hi,
    In the scheduling Agreements at the Item level there is a tab Call Control Parameter and if we maintain Planning delivery Instruction there will be a extra tab appearing in the item level Planning Delivery schedule. If we give the Planning instructions the Schedules in the Forecase delivery we can she the split quantities in the Planning delivery Schedules.
    My questions:
    1.Whether from this Planning delivery we can create delivery
    2.Whether we have to Maintain any thing in JIT delivery.
    3.Whether Planning delivery is only to pass the requirement so that we can see that in MD04.
    4.Whether the Schedule line in the Planning delivery is also copied to the JIT delivery(if so were can we maintain that setting)
    5.While the delivery is created from the scheduling agreement only the forcast as a whole is appearing   in the delivery and we cannot see the delivery happening according to the Planning delivery schedules.
    Thanks & Regards,
    Kannan M

    Tocde: VOZP
    Path: SD->sales->sales doc->sch.agr.with del.sch.-> maintain PDS instruction
    chidambaram

  • CUP MOC call control OCS change

                We have cup 7.08 , cucm 7.x .
    CUP is integrated to custers OCS servers to provide call control. Customer is changing their OCS servers to OCS R2 (new servers) , they are also changing domain the OCS servers sit in.
    Would I be correct to assume that all we have to do is update the existing incoming access control lists for the new servers and also update our dns server's to resolve to the new domain - please advise, any other changes.?? 
    The proxy domain is currently not set anyway so hopefully won't need to touch that. Customer will require both OCS servers to be working in tandem for migration , i.e OCS 2007 and OCS 2007 R2 ..... Regards  Jaginder       

    RCC or Remote call control needs a bit more configuration on OCS side and CUPS side. Please follow the doc here -
    http://docwiki.cisco.com/wiki/Cisco_Unified_Presence,_Release_7.x_--_Configuring_Cisco_Unified_Presence_Release_7.x_with_Microsoft_OCS_for_Remote_Call_Control
    Please skip the security part if TLS is not desired.
    Following three sections are necessary -
    How to Configure Cisco Unified Communications Manager for Integration with Microsoft OCS for Remote Call Control
    How to Configure Cisco Unified Presence for Integration with Microsoft OCS
    How To Configure the Deskphone Control Settings
    Hope it helps!

  • Dual(extra) sim in iPad interrupts calls to original sim in iPhone.

    Hi,
    I have a dual-sim in my iPad and a regular sim in my iPhone. Both of the sim cards use the same data-plan and both are able to receive calls to the same number, simultaneously. I'm paying for the extra sim card as a service from my provider, so it's legal here. (Basically, you get an extra sim card which is a copy of the original and can be used in an extra phone)
    The problem is that iPad thinks it can do something with the incoming calls and accepts the call, thereby effectively interrupting it after a couple of seconds. This makes it impossible to receive calls on my iPhone, even though i see that it rings once or twice.
    Is there any way to tell the iPad to ignore incoming calls?

    I found another thread that describes a solution. In Germany, there has been an update for provider configuration through iTunes. How do I get that in Norway?
    See this thread: https://discussions.apple.com/thread/2426612?start=90&tstart=0

Maybe you are looking for

  • Is there a fix for modal dialogs opening behind palettes -cs6 -osx 10.6.8

    Is there a fix for modal dialogs open behind palettes in Photoshop cs6 13.0 (createive cloud update) + OSX 10.6.8 Snow Leopard on MacBook Pro?  ( I am using 2 monitors where the second monitor is set to be the menu display.  cs4 does not exhibit this

  • Web sharing/Apache not working

    My web sharing doesn't seem to be working. When I have it enabled in the Sharing panel of the System Preferences, I try to click on the link My Computer's Website http://myIPaddress I get an error message, in both Safari and Firefox, saying that I ca

  • Parse an XML String

    hi lets say i got an XML String which looks like this.. String xmlstring = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><GET_REALIZED_GAIN_LOSS_DETAIL_RESPONSE xsi:schemaLocation=\"http://www.statementone.com/webservice/schemas D:\\PMTSchema.xsd\" xmln

  • How to prevent user from selecting a specific printer?

    Hi there I have a MailFolder which has an ArrayList of Email objects inside it. Each MailFolder has an attribute called folderFile which is a reference to a folder in the operating system. Each Email has an attribute called parentFile which is a refe

  • Anyone else having an individual message response (to a group chat) sent to all in the group?

    I have a new Samsung Galaxy S III and noticed right off in Messaging that when I receive an email sent to multiple recipients, the default tab for response is Group conversation.  I changed it to default to Individual messages because my preference i