SPA504 & Programmable soft keys

Hi,
I am using a 3rd party phone server (Asterisk) and have a question.
I want to make a programable softkey that is available during an answered call session for sending to the parking lot.
Currently, I am on the phone, press transfer, then enter #70, hit dial, then transfer again, that puts the use into the parking lot on #70.  To pick up you need to dial #71
I get very few phone calls & am not worried about having more than one user in the parking lot at a time.
So I need some help figuring out how to program the coding to make that work?
Any thoughts or advice would be appreciated.
Thanks.,
Rich

Here's how mine is configured:
<!-- PARK with Asterisk -->
<Connected_Key_List group="Phone/Programmable_Softkeys">
psk2|1;endcall|2;conf|3;xfer|4;crdstart;crdstop;bxfer;confLx;xferLx;park;phold;flash;
</Connected_Key_List>
<Keep_Referee_When_REFER_Failed group="SIP/SIP_Parameters">Yes</Keep_Referee_When_REFER_Failed>
<PSK_2 group="Phone/Programmable_Softkeys">fnc=sd;ext=70@$PROXY;vid=1;nme=Park</PSK_2>
<!-- /PARK with Asterisk -->

Similar Messages

  • Programmable soft key - help how to SOLVED - ANSWERED

    Dear Sir,
    I have a ethernet relay for open the gate of my plant. At the moment for open the gate I need to link http://192.168.1.8/toggle.cgi?toggle=E
    My goal it's to create a Programmable soft key in order to open the gate, directly by SPA504G.
    I created the psk1 managing webserver of SPA504G, under Voice>Phone>psk 1:
    fnc=xml;url=http://mylocalwebserver/OpenGate.xml;nme=Open
    Below the OpenGate.xml file situated on mylocalwebserver
    <?xml version="1.0" encoding="UTF-8"?><CiscoIPPhoneExecute><ExecuteItem URL="http://192.168.1.8/toggle.cgi?toggle=E"/></CiscoIPPhoneExecute>
    When I use the psk1, the SPA504G it's able to open the gate, but the follow text it's displayed on the Phone
    "XML format error or invalid application".
    Is there some one that indicate me the right way in order to fix it?

    Thank you so much for your suggestion!!!!
    Hoping to be helpful for someone in the futures.
    For the request, please set the PSK1 or 2... as:
    fnc=xml;url=http://yourwebserver/OpenGate.php;nme=GateOpen
    reachable from SPA504G web configuration (administrator Login): Voice>Phone>
    below the code for OpenGate.php file.
    <?phpinclude "http://192.168.1.8/toggle.cgi?toggle=E";header ("Content-type: text/xml");echo "<?xml version='1.0' encoding='utf-8'?>"; echo ""; echo "";echo "";?>

  • Menu Creation and Using the SELECT soft key

    Hi,
    I am trying to design a menu similar to the thumbnail menus available in most phone these days.what i want is a set of icons placed in a tabular format ie rows and colums. the joystick control can be used to navigate thru the icons and using the select soft key ie the middle button of the soft keys, the next set of forms can be displayed.
    so far, i have created a form, used a few image item and used the Item's layout directive to arrange the imageItem as i want on the display. I can get the joystick to navigate between the imageItems however the select button doesnt fire any event.
    I have added a command to each of the items and set an ItemCommandListener.
    That approach seems to be working fine but it defeats my purpose. the reason being i had problems with the mapping of the command keys. For each display i had an option of going to the main menu and to the next screen. On the emulator it maps perfectly with the left key having the main menu and the right key having the "next form" button. But while implementing on the phone, the left key has the main menu but the right key shows "more options", when u click more options you get the "next form" button. This is happening in every form on display and makes it more tideous to use.
    Thats why i was hoping to get the select button working if possible. Any help would be much appreciated.

    Try searching J2mepolish.org plenty of work is done
    with Regards
    Rizwan

  • Soft Keys not lighting up

    The soft keys (settings, home, back and search buttons) at the bottom of the phone are not lighting up in portrait mode.  I can sometimes get them to turn on when my phone goes into landscape mode, but never in portrait.
    Is anyone else having this problem?
    Thanks =)

    Try booting into recovery and clear system cache...
    Power off the phone, press and hold the Volume up and Volume down button, then press the Power button simultaneously while powering up the unit.
    Screen will come up with "Fastboot" at the top of the screen, press Volume down key to cycle through choices until you get "Android Recovery", then press Volume up key to boot in this mode
    Wait for the "triangle ! / Android" screen then go on to step 4 
    Press both Volume up and Volume down key simultaneously. A Recovery Menu will come up
    Tap on Volume down key until "format cache data" is highlighted, and tap Power button. Another Confirmation screen will come. Tap on Volume down key until coming to Yes and tap Power button
    After userdata is cleared, the "reboot system now" option will be highlighted by Default. Tap Power button
    Phone will reboot to initial setup screen.

  • Newbie: Soft Key Problem

    Hey
    Environment:
    Flash Lite 2
    ActionScript 2.0
    When I run this code in the "Generic Phone" emulator, I
    several times presses on the soft keys on the emulator... But the
    words "LEFT" or "RIGHT" isn't written to the Output-window. I
    wonder what in my code are causing this problem... Below is a copy
    of my code...
    // this ActionScript sets your content to be full screen
    fscommand2("FullScreen", true);
    gotoAndStop(1);
    fscommand2("SetSoftKeys", "<<<", ">>>");
    btn_1.onPress = function() {
    gotoAndStop(5);
    btn_2.onPress = function() {
    gotoAndStop(10);
    var myListener
    bject = new Object();
    myListener.onPress = function() {
    if (Key.getCode() == ExtendedKey.SOFT1) {
    trace("LEFT");
    } else if (Key.getCode() == ExtendedKey.SOFT2) {
    trace("RIGHT");
    Key.addListener(myListener);

    Ciao
    try
    myListener.onKeyDown = function()
    instead of
    myListener.onPress = function() {
    Alessandro

  • Soft key crashes program but works in Flash 8 emulator

    I am developing for the Nokia E62 in Flashlite 2.1 using
    Flash 8, The E62 is a Symbian S60 v 3 phone with a 320 x 240 pixel
    screen. The Flashlite 2.1 standalone player works fine on it but
    the phone comes only with a Flashlite 1.1 player. Flash 8 does not
    have a Flashlite 2.1 device profile available for the Nokia E62, so
    I am using teh generic Windows Mobile profile as it is the only one
    with the proper screen size.
    My program works on the emulator but when I test it on the
    phone, pressing the soft key crashes the program (my program quits
    but the standalone Flash 2,1 Player dos not die and I am returned
    to its menu fo choosing a movie to run.) In a previous version of
    the program, I was able to make the soft keys work fine on the
    phone so I know that the phone supports remapping softkeys.
    I am working in fullscreen mode so the Symbian system labels
    for the softkeys are not visible. Nonetheless, my past experience
    is that the program will crash if I do not use the fscommand2
    command:
    fscommand2("SetSoftKeys", "Menu", "Submit");
    Anyway, here is the code to handle softkeys which crashes on
    the phone when either soft key is pressed, but works on the
    emulator:
    fscommand2("SetSoftKeys", "Menu", "Submit");
    var softListener = new Object();
    softListener.onKeyDown = function() {
    var code = Key.getCode();
    switch(code) {
    case ExtendedKey.SOFT1:
    _root.gotoAndStop(3);
    break;
    case ExtendedKey.SOFT2:
    submit();
    break;
    Key.addListener(softListener);
    It appears that the phone crashes in the
    softListener.onKeyDown routine and not later on in the submit
    function.

    Thanks!
    What is the difference in how soft keys are used between AS 1
    and AS 2?
    I was publishing in Actionscript 2, but you are right, my
    code is AS1-style on the timeline, not AS2 using external class
    files. I wanted to publish as AS 2 to use strict typing in order to
    debug more easily.
    Except that in the snippet I sent, I declared
    var softLIstener = new Object() instead of
    var softListener:Object = new Object()
    and I did not do the type declarations in the function
    definition...
    So should I get rid of all the places where I did declare
    types and publish as AS1? Or do the declarations consistently and
    keep it AS2? If this is Flashlite 2.1, doesn't that mean I get
    Flash 7 - style AS 1 and not Flash 5 style? AS 1 prior to Flash MX
    is really limited and I don't remember it well. I thought AS 2 was
    backward compatible with AS 1 so that my hybrid code should work as
    AS 2. It does in the non-mobile versions of Flash...

  • When pressing soft key continuously error will occured

    In midp1.0 when pressing soft key continuously during the time of program execution in doesn't
    affect thread value.But the same program in midp 2.0 thread value will affected and error will
    occured.is there any difference between midp 1.0 and midp 2.0 when pressing key press?

    Please use CLDC and MIDP forum for midp related issues.
    http://forum.java.sun.com/forum.jspa?forumID=76

  • Soft keys not responding

    hi
    i followed the steps in the tutorial http://www.thetechlabs.com/tutorials/flash/creating-a-flash-lite-application-with-flash-cs 4-and-actionscript-20/ but when i run the application in the device central emulator, the soft keys do not respond. i even edited the action script code to change the text in the textboxes when the soft key is pressed but there is still no response.
    Thanx

    Hi dahaka2010,
    Has your problem been solved?
    On what profile/s and what content type/s were you trying it out? Wallpaper, Screensaver and Embedded in HTML for example do not have soft key functionality. Some profiles also might not support soft keys altogether.
    Thanks,
    Nandi

  • Keyboard with more soft keys

    I have recently bought HP Compaq 6730b notebook (product number: NB019EA#AKD). It is a good notebook but there is one issue that I don't like. Pressing keys on keyboard is too hard for me to be comfortable. My local HP call center told that HP doesn't have replacement keyboards with softer keys. Of course I expected this answer. But they also told that I can try to obtain keyboard replacement from other producers. There can be some keyboards from no name companies that can be more soft. Do you know such keyboards? I don't want to buy one and pay for transport to my country if I am not sure about it if it is better keyboard than I already have.
    My keyboard number is 487136-B31, but I think that it is common for all HP keyboards.
    Message Edited by darek on 11-13-2009 12:15 PM

    Generally what do you think about keyboards in HP? Do you think similarly as I or not?

  • 3 Soft Keys NO LONGER LIGHT UP

    Why is it after the new update the 3 soft keys at the bottom of the lumia 800 no longer work properly, surely this is not what you intented because it would be absolutely ridiculous, you would have made 3 keys for a phone nobody can see in the dark, and as for some reason there is an option to manually adjust brightness and such which can affect the 3 keys performance but the second you change it and go out of that specific menu it resets itself, so please can we have a few answers, enough people have now told of their dismay that the soft keys no longer work, answers answers answers please !!!

    Exactly. Using my Lumia 800 in the day is fine on any brightness is fine as the soft keys reflect well in daylight, however at night if I want to use medium or high brightness I'm out of luck now if the keys turn off completly. The screen light isn't going to light them up as there's no natural light for them to reflect off! Granted I mostly do use automatic brightness, but on occasion I do use manual brightness settings.
    The only reason I can see for this change (if it was planned) is power saving. Which OK fine, but this should be make as additional settings options, not forced (If it was planned that is). Nokia have definitely changed something though. If you go to the Lights test on the Diagnostics and set the backlight intensity to anything greater than 4, the soft keys will go off completly. I would say that's a firmware change plain and simple.
    I spoke to a Nokia Suport representative and he seemed surpsied when I told him the Lights test with a backlight greater than 4 turns the soft keys off completly. Nokia need to sort this out!

  • E71 left soft key malfunction: key reacts twice to...

    Hello to all out there,
    My E71 (which I love, btw) has taken on the annoying habit of reacting twice to one press on the left soft key (where 'menu' would be by default). For example: when I reply to a text message and want to insert a smiley, I use that key but it immediately acts like I pressed it twice and thus it sends off my unfinished message. Highly annoying.
    Could this be a software problem? I'm updated to the latest firmware version, 400.21.013 (22 october 2009). Or could it be dirt or moisture inside the phone?
    If you have any insights, I'd love to hear them.
    Cheers and thanks in advance,
    Anne-Krijn
    the Netherlands

    Have you guys ever used water or other liquid to clean the keyboard? Or, if any water ever leaked into the buttom of the Menu key, or the phone keybaord was intensely used with too much dust and sweat on it? If so, this kind of problem could happen.
    Absolute alcohol could help clean the keybaord if used properly.
    bbao
    * If this post helped you, please click the white Kudo star.
    * If this post has solved your issue, please click Accept as Solution.

  • Voice dialling/soft key?

    hi, I just can't figure out how to activate voice dialling on my N73. I have read posts on here people say to hold the left soft key but I don't know what key that is. Also, on my handset in the help files it says 'press and hold the right selection key. After you hear a tone and speak now is displayed, say the voice cammand' but I don't know what the right key selection is.
    Can anyone help me?

    I DID IT! After hours of trying I figured it out! I needed to assign 'CONTACTS' to the right hand button in the 'Settings/Phone/Standby' areas. happy happy happy

  • Soft key mapping for Nokia6682

    What are the two softkeys on left and right of the 4 way pad
    called.
    I tried
    on (keyPress "<PageUp>") and <PageDown>
    Neither of these worked?
    up, down, left, right, and enter are mapped to the joystick.
    any help

    Ciao
    are you working on FL1.1?
    To use the soft keys you need first to reset them:
    fscommand2("SetSoftKeys", "", "");
    Then you can use the soft keys PageUp and PageDown
    Alessandro

  • E51: Go To menu on right soft key

    Hi,
    I was previously using 6610i, in which I had an option of setting up a "Go To" menu on my right soft key. In that menu, I could select the various options like Inbox, Alarm Clock, Games, Calendar etc. However, in my E51 I can only assign one function to the right soft key. Is thee any way to change this behaviour? Can I have a Go To menu assigned to the right key in E51?
    Thanks

    One more thing psychomania - I did not want to start a new post for this, so including it here
    Is there any birthday alarm program for S60 similar to the S40 ones? In S60, I am forced to set birthdays as "Anniversaries", and even then if I forget to view them, they 'disappear'.. in S40 phones, they persisted on the screen until I clicked on OK. In other ways too, I find birthday reminder implementation of S40 much better. Is there any similarly capable S60 program?

  • Turn off soft key illumination for video viewing at night?

    The four soft keys remain illuminated when watching video in darkness - difficult and unpleasant viewing experience. Possible to turn them off? If not this seems like a very basic design flaw.

        Hello!
    I totally get wanting to watch videos without those keys showing! There is not a feature that will allow you to turn the keys off in the settings of the phone. You can check the PlayStore for an application that can assist. I hope this helps!
    Thank you!
    Katie H
    VZW Support
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • How to make things other than text hyperlinks

    I was looking to make a group of pictures link to some bookmarks but have so far failed. While making a simple box then filling the background with an image, then filling the box with space characters and then selecting the spaces to link to a bookma

  • Creating a VM using Oracle VM Server from Server Pool

    Hi All How do i create a VM from ISO using server pool (Discover and Register) option : 1. copied the iso file to /OVS/seed_pool 2. selected Server Pool option in VM Manager and Clicked "Next" 3. Import ISO - i . Server Pool - Comes with no option ii

  • Regarding tc me5j

    hi experts,            i m using tc me5j here the column for the <b>net order  value</b> is showing zero,the data is not fetching in this column .....why.....? this is a standard report and still it is showing like this what will be possible error...

  • Open and convert pdf files

    I wish to open and then convert a pdf or eps or ps file in Labview , and then convert to say TIFF so i can manipulate it in my application. Are there any vi's or methods whereby I can open and work with PDF files from Labview ? I have the IMAQ vision

  • How to calculate bandwidth through Multi-bitrate player

    Hello everyone I want to create multi-bitrate player to play VOD and Live stream. Now for switch between each video bitrate I have to find currently bandwidth between AMS server and client player. For get current bytes per second I use netstream info