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 "";?>

Similar Messages

  • Hi, when ever I'm using 3G, on my Iphone4 sim stops working and Network is lost, this started after I updated my phone with  6.0.1(10A523)version. Please help how to solve this problem.

    Hi, when ever I'm using 3G, on my Iphone4 sim stops working and network is lost, this started after I updated my phone with  6.0.1(10A523)version. Please help how to solve this problem. Thanks.

    Photos/videos in the Camera Roll are not synced. Photos/videos in the Camera Roll are not touched with the iTunes sync process. Photos/videos in the Camera Roll can be imported by your computer which is not handled by iTunes. Most importing software includes an option to delete the photos/videos from the Camera Roll after the import process is complete. If is my understanding that some Windows import software supports importing photos from the Camera Roll, but not videos. Regardless, the import software should not delete the photos/videos from the Camera Roll unless you set the app to do so.
    Photos/videos in the Camera Roll are included with your iPhone's backup. If you synced your iPhone with iTunes before the videos on the Camera Roll went missing and you haven't synced your iPhone with iTunes since they went missing, you can try restoring the iPhone with iTunes from the iPhone's backup. Don't sync the iPhone with iTunes again and decline the prompt to update the iPhone's backup after selecting Restore.

  • My Creative Cloud subscription has expired, and I assigned the monthly payment, but I can not open any progam creative cloud, I need help how to solve this problem

    my Creative Cloud subscription has expired, and I assigned the monthly payment, but I can not open any progam creative cloud, I need help how to solve this problem

    Carlos-
    Start by signing out and back in to see if it will see the subscription: 
    How to sign in and sign out of creative cloud (activate/deactivate)
    If the apps are installed fine and close after launch see this link:
    CC applications close immediately after launch
    If the problem is something different, please let us know the error you see or what is happening on the screen so we can advise  you on a solution
    Pattie

  • I have the following Imac and Iphoto 11 in Finder folder I upgrade the iphoto file  and  all the latest event files, can you help how to solve the problem? Thank you  Model Name iMac    Model Identifier:     iMa

    I have the following Imac and Iphoto 11 in Finder folder I upgrade the iphoto file  and I lost all the latest event files, can you help how to solve the problem? Thank you
    Model Name:     iMac
    Model Identifier:     iMac8,1   Processor Name:     Intel Core 2 Duo
    Processor Speed:     2.4 GHz

    http://support.apple.com/kb/HT2638?viewlocale=en_US&locale=en_US

  • "hi i forgot my security questions ansewers plesas help how recover man answers "

    "hi
    i forgot my security questions ansewers
    plesas help how recover man answers

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (99272)

  • Cannot download an app from the app store on ipad2, the installing processes all pause with the "waiting....." sign under the app logo.  Anyone please help how to solve this.

    I cannot download any app from the AppStore on my ipad2 v5.1
    The installing processes always stop with the sign "waiting......." and didn't show any progress at all
    Anyone ,please help me solve the problem, thanks

    The ipad question was someone else's.  I have no problem with any other device (laptop, Nook, PS3, Android daughter's phone) at home or work.  Just my iphone.  I tried posting my question a few times and it has yet to show up.  At least this made it online!  I was almost ready to purchase an Ipad3, but this is starting to make a Galaxy Tab look pretty good!
    This problem seems way too common to be a fluke!  My search results yielded- http://search.yahoo.com/search;_ylt=A0oG7hsbdq1PzQMA1N5XNyoA?p=IOS%205%20apps%20 waiting&fr2=sb-top&fr=chr-hp-psg&type=HPNTDF&type_param=HPNTDF
    I performed a sync last night too!

  • 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 -->

  • Urgent: Please help. how to solve the time delay during buffer read and write using vc++

    I need to continuously acquire data from daqmx card, write into a file and at the same time corelate (in terms of time) the data with signals from other instruments. The current problem is that there is time delay during read and write data into buffer,thus causing misalignment of the data from multiple instruments. Is there a way to solve  the delay? or Is there a way to mark the time of the data acquisition in the buffer?  If I know the starting time (e.g. 0) of data acquisition and sampling rate (e.g. 1kHz), can I simply add 1ms to each data sample in the buffer? The current code is shown below.
    void DataCollectionWin::ConnectDAQ()
    DAQmxErrChk(DAQmxCreateTask ("", &taskHandle));
        DAQmxErrChk(DAQmxCreateAIVoltageChan(taskHandle,"Dev1/ai0,Dev1/ai1,Dev1/ai2,Dev1/ai3,Dev1/ai4,Dev1/ai5,Dev1/ai16,Dev1/ai17,Dev1/ai18,Dev1/ai19,Dev1/ai20,Dev1/ai21,Dev1/ai6,Dev1/ai7,Dev1/ai22","",DAQmx_Val_Cfg_Default,-10.0,10.0,DAQmx_Val_Volts,NULL));
      DAQmxErrChk(DAQmxCfgSampClkTiming(taskHandle,"",1000.0,DAQmx_Val_Rising,DAQmx_Val_ContSamps,60000));
      DAQmxErrChk (DAQmxRegisterEveryNSamplesEvent(taskHandle,DAQmx_Val_Acquired_Into_Buffer,50,0,EveryNCallback,NULL));// Every 50 samples the EveryNSamplesEvent will be trigured, to reduce time delay.
      DAQmxErrChk (DAQmxRegisterDoneEvent(taskHandle,0,DoneCallback,NULL));
      DAQmxErrChk (DAQmxStartTask(taskHandle));
    int32 CVICALLBACK EveryNCallback(TaskHandle taskHandle, int32 everyNsamplesEventType, uInt32 nSamples, void *callbackData)
     DAQmxErrChk (DAQmxReadAnalogF64(taskHandle,50,10.0,DAQmx_Val_GroupByScanNumber,data,50*15,&read,NULL));
       //memcpy(l_data,data,6000);
      SetEvent(hEvent);
    l_usstatus_e[0]=g_usstatus[0];// signals from other instruments that need to be corelated with the data from daq cards.
     l_optstatus_e[0]=g_optstatus[0];
     if( read>0 ) // write data into file
       //indicator=1;
     for (i=0;i<read;i++)
     {  //fprintf(datafile,"%d\t",i);
      fprintf(datafile,"%c\t",l_usstatus_s[0]);
      fprintf(datafile,"%c\t",l_usstatus_e[0]);
            fprintf(datafile,"%c\t",l_optstatus_s[0]);
      fprintf(datafile,"%c\t",l_optstatus_e[0]);
              fprintf(datafile,"%.2f\t",data[15*i]);
     //   sprintf( pszTemp, "%f", data[6*i]);
     // pListCtrl->SetItemText(0, 2, pszTemp);
        //pWnd->m_trackinglist.SetItemText(0, 2, pszTemp);
         fprintf(datafile,"%.2f\t",data[15*i+1]);
         fprintf(datafile,"%.2f\t",data[15*i+2]);

    Hello kgy,
    It is a bit of a judgment call. You should just choose the board that you think has the most to do with your issue. For example, this issue was much more focused on setting up your data acquisition task than the Measurement Studio environment/tools, so the MultifunctionDAQ board would have been the best place for it. As for moving your post to another board, I do not believe that is possible.
    Regards,
    Dan King

  • [HELP] How to solve this error on export dump file?

    Dearsir,
    I run oracle 9.2.0.4 on RHEL3 update 2. I always had this error messege when I 'm trying to make dump file from client using windos 2000.
    this message is also apprear when I try to make dump file from linux as well.
    hope somebody tell me the way to solve this, coz I'm knew on linux world...
    C:\>exp test/test@tesdb file=tesdb11072006.dmp
    Export: Release 9.2.0.1.0 - Production on Tue Jul 11 18:20:55 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user TEST
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user TEST
    About to export TESTs objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 19206 encountered
    ORA-19206: Invalid value for query or REF CURSOR parameter
    ORA-06512: at "SYS.DBMS_XMLGEN", line 83
    ORA-06512: at "SYS.DBMS_METADATA", line 345
    ORA-06512: at "SYS.DBMS_METADATA", line 410
    ORA-06512: at "SYS.DBMS_METADATA", line 449
    ORA-06512: at "SYS.DBMS_METADATA", line 1156
    ORA-06512: at "SYS.DBMS_METADATA", line 1141
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    C:\>
    I'm waiting..
    take care
    Regards
    ER

    Seems to be a "known" problem. Check for invalid views. See Metalink Note:206313.1

  • My iPhone 3gs after update thane sim are damage and iTunes show locked, please help me, how can solve this problem? i am purchase from Sweden.

    My iphone purchages from sweden, when my ipone update latest vertion then sim cards damage and iphone monitor show itunes are loced. please help, how to solved the problem.

    Swedish carriers sell their phones carrier locked and do not offer official unlocking.  So unless you want to use it in Sweden with the original carrier you may as well sell it to someone who can use it there.
    Edit - I tell a lie, one of the carriers 3 do offer unlocking but not the others.

  • I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    Nope
    One needs to press the home and sleep / wake keys together for the phone to reset
    The other thing I could recommend
    Let the battery run out and the phone completely "die"
    It may take a day or two with it not being used
    Then plug it in to charge and see if there is any change in behavior
    If you cannot get this to work - you may need to bring it to an Apple store

  • I Try to open an Indesign document. The message: it is made in a newer version. Go tot CC: Help/Give your Adobe id/Start Indesign again and try to open the document. This doesn't work. How to solve this problem?

    I Try to open an Indesign document. The message: it is made in a newer version. Go tot CC: Help/Give your Adobe id/Start Indesign again and try to open the document. This doesn’t work. How to solve this problem?

    What version are you running?
    What version was it made with?

  • Hello guys..!! I have got my new  iphone 4 2 days ago.The same day it got a problem of auto restart in every 1, to 2 minutes. I updated and restored it many times...but of no use... can any one help me how to solve this problem..!!

    Hello guys..!! I have got my new  iphone 4 2 days ago.The same day it got a problem of auto restart in every 1, to 2 minutes. I updated and restored it many times...but of no use... can any one help me how to solve this problem..!!

    Go to Settings/General/Reset - Erase all content and settings. the connecto to iTunes and restore as a New phone. Do not restore any backup. If the problem persists you have a hardware problem. Take it to Apple for exchange.
    This assumes that the phone is not hacked or jailbroken. If it is you will have to go elsewhere on the internet for help.

  • Hi my iphone 4 is disabled how can solve this problem? help me please

    hi my iphone 4 is disabled how can solve this problem? help me please

    What do you mean by "disabled"? Disabled by entering the wrong passcode? If so, you'll have to force the phone into recovery mode & restore it to get it working again & remove the passcode:
    Turn your phone off, then force it into recovery mode & restore it:
    Leave the USB cable connected to your computer, but NOT your phone, iTunes running, press & hold the home button while connecting the USB cable to your dock connector, continue holding the home button until you see “Connect to iTunes” on the screen. You may now release the home button. iTunes should now display that it has detected your phone in recovery mode, if not quit and reopen iTunes. If you still don’t see the recovery message repeat these steps again. iTunes will give you the option to restore from a backup or set up as new.

  • Hello THIS IS RAZA I GOT A MACBOOK PRO I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks Screen Shot 2015-03-21 at 10.

    Hello
    THIS IS RAZA
    I GOT A MACBOOK PRO
    I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks

    This is a scam. Do not phone these people, at best they will charge you for unnecessary 'cleaning' and at worst they will gain access to your Mac and steal your data. You've probably managed to install some 'adware' which is producing this fake warning. 'Adwaremedic' should remove it and is safe to use - please see
    http://www.adwaremedic.com/index.php

Maybe you are looking for

  • Osx lion hangs when installing

    Downloaded osx Lion yesterday and tried to install it on macbook pro 15" bought in Jan, and the progress bar hangs at the start and stayed all night without installation, although i have updated to the latest Snow Leopard etc...and followed all the s

  • Problem with inserting images

    So I'm extremely new to DW but I've got the basics down. I've got my web server and a local folder which I sync to/from. Everything is working fine becides the images. When I upload an image to "/images" using Filezilla, and refresh the window in DW,

  • IPhoto sharpness control

    The sharpness control works but when I hit "done" it doesn't save the enhanced sharpness in the final version. What's wrong?

  • 2 Different Bit Depths- Which is the real one?

    I apologize, this gets confusing. Reply and I'll try to clarify the best I can. I'll even submit the example files I've been experimenting with. In iTunes, I have been converting WAV files into Apple Lossless .m4a files (ALAC). Recently, some of the

  • No PSD thumbnails in Elements 12

    Since I upgraded from 11 I've lost the ability to see the PSD thumbnails in either Organizer or Editor. Help.