How to setup VoIP/Ipsec on SRP527W using web gateway

I'm trying to setup a IPSec tunnel and VoIP for the Cisco SRP527W-K9-G5 but all I find are examples using the cisco ios which this model doesn't support. I'm using the web interface to the router and there is no examples to follow.
There is no manual, the online help is not very helpful either.
I've tried going to the "Voice" tab but could not figure out where to put the SIP or the phone number.
And is there any examples, manual or anything that shows how to create a ipsec tunnel using the srp527w's web interface?

Hey,
Thanks a ton for posting this out here. I am sure it will be helpful for people trying this out.
Regards,
Prapanch

Similar Messages

  • How to setup a purchase discount on my web form?

    How to setup a purchase discount on my web form? I use adobe form central and my wix web page only allow me to insert ready host form URL.

    Hi,
      I believe you want to embed a form on your web page.  Please take a look at this link, http://forums.adobe.com/docs/DOC-1991 and see if it works with your web page.  I am not familiar with wix websites tools, but if after trying it out with the instructions on how to embed the form, and does not work, maybe you can provide the FormsCentral web form URL on your web page.  Your end users visit your web page, click on the web form URL link and the form will open in a new browser.
    To get the FormsCentral web form URL, open the form, go to Distribute Tab / Web Form sub-tab and select "Copy Link", then paste the link on your web html page.
    If you want to set up your form to work with PayPal for payment transaction, please see this link: http://forums.adobe.com/docs/DOC-1632
    Hope this helps,
    Thanks,
    Lucia

  • How to show muliti language data correctly using webi reports

    Hi ,
    Can you please suggest me how to show multi language data correctly in webi reports .
    Do we need to install any lang pack in both server and client machine ?
    Thanks & Regards
    Venkat

    you mean using translation manager? or data from DB? or both.
    You need to make sure that your DB is already configured for multiple languages.
    Enable the OS for multi languages
    On XIR3.1, you will need to install language packs on the processing servers.  then you can utilize translation manager.
    Installation of Language Packs are a pain to install and update.

  • How can i records with date format using web services?

    Hello
    I can't record date records using web services. I get no message errors.
    I can import string values but no dates (YYYY-MM-DD). Do you have any clue about that?
    Regards
    Arturo

    hello,
    That's the code I'm using to update an opportunity. In the date fields (e.g. dFecha_de_entrega_al_cliente) I've tried to put an specific date in the correct format (If i put it in another format i've got an error message due the wrong format). The CRM accepted the code but it didn't update the values that are different of string.
    I don´t know if there is something missing in teh program or if the developer environment is not the adequate.
    Regards for your comments
    Arturo
    Private Sub ActualizarOportunidad(ByVal fila As Data.DataRow, ByVal TipoPersona As String)
    Dim oLog As New Log()
    Dim IdLog As Integer
    Dim NumSerie As String = ""
    Try
    oLog.Insert_Log("Activación Garantía - Crear Oportunidad", oLog.GetLastIdProceso())
    IdLog = oLog.GetLastId()
    Dim sr_input As Opportunity.OpportunityUpdate_Input
    Dim sr_output As Opportunity.OpportunityUpdate_Output
    sr_input = New Opportunity.OpportunityUpdate_Input
    Dim sr(1) As Opportunity.OpportunityData
    sr(0) = New Opportunity.OpportunityData
    NumSerie = fila("NumeroSerie").ToString().Trim()
    sr(0).ExternalSystemId = NumSerie
    sr(0).OpportunityName = fila("NumeroSerie").ToString().Trim()
    sr(0).SalesStage = "Deseo" '"Cerrada/Ganada"
    sr(0).dFecha_de_entrega_al_cliente = fila("FechaEmision").ToString().Trim()
    sr(0).dFecha_de_facturacin_al_cliente = fila("FechaCompra").ToString().Trim()
    sr(0).stNro_Factura = fila("NumeroFactura").ToString().Trim()
    sr(0).plActividad_Economica = fila("IdActividad").ToString().Trim()
    sr(0).plTipo_de_Venta = fila("TipoCompra").ToString().Trim()
    sr(0).CustomObject8ExternalSystemId = fila("ApellidoVendedor").ToString.Trim()
    'sr(0).CustomObject8ExternalSystemId = IIf(TipoPersona = "J", fila("DocumentoE").ToString().Trim(), fila("Documento").ToString.Trim())
    'sr(0).CustomObject7ExternalSystemId = fila("")
    Dim lofsr As Opportunity.ListOfOpportunityData
    lofsr = New Opportunity.ListOfOpportunityData
    lofsr.Opportunity = sr
    sr_input.ListOfOpportunity = lofsr
    sr_output = oOpportunity.OpportunityUpdate(sr_input)
    oLog.Update_Log(IdLog, "Si", NumSerie, "")
    Catch ex As SoapException
    Me.txtError.Text = ex.Detail.InnerText.ToString()
    oLog.Update_Log(IdLog, "No", NumSerie, ex.Detail.InnerText.ToString())
    End Try
    End Sub
    ************************************************************************

  • How to develop a rich text editor using Web-Dynpro?

    Hello Everyone,
    I am new hire,
    today I got a task from leader to develop a rich text editor using Web-Dynpro,
    Because I just finished the BC400 and NET310 training and lack of expericen in ABAP,
    Can anyone tell me the main idea to accomplish the task?
    Thank you very much.
    Best Regards,
    Derek

    Have you looked at the standard UI Element
    [FormattedTextEdit|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/2772f505605447e10000000a422035/frameset.htm] it's not perfect, but it does allow some simple formatting.
    Anything beyond this - you're going to need to use an Island.
    [Thomas Jung's Demo of using an Island to provide a rich text editor|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0c91fc0-932d-2c10-4ca7-f5774950c8e3]
    Cheers,
    Chris

  • How to setup a T3 connection for use in weblogic

    When I try to make a t3 connection using the existing http port that I have, I get the following exception
    Error message :javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://srvr:7092: Bootstrap unable to get a t3 connection to srvr/11.16.8.10]
    How do I setup a T3 connection
    Thanks

    Hi,
    Is the above phenomenon right? How can I know the tip connection
    is established? Shouldn't it display 'Login' after it display 'connected'?
    To display login at the tip connection you can do one of the following.
    1. remove the keyboard and reboot with a tip connection.
    2. at ok> set the output-device input-device as ttya
    setenv output-device ttya
    setenv input-device ttya
    reset.
    Note: the same can be done from a teminal/console using eeprom command.(man eeprom)
    To get back the display and keyboard access during bootup
    you will have to reset input/output device values back to the default values
    setenv output-device display
    setenv input-device keyboard
    3. Add the following to the /etc/inittab file
    +++++++++++++++++++++++++++++++++++++++++
    c5:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` ttya login: " -T sun -d /dev/ttya -l console -m ldterm,ttcompat
    +++++++++++++++++++++++++++++++++++++++++
    Please save the original copy ..
    "init q " (to make the inittab file to be read again)
    4. using admintool -->Browse->Serial ports->Select ttya->Service Enable->Ok->Exit.
    For KSLD setting the output-device and input-device is the best option.
    KSLD is EOL (End of Life) so product support will not be available.
    HTH
    -Dhruva

  • How to setup a live USB stick using the latest archlinux 201405

    Hello, long time reader, first time poster.  I recently purchased a new computer, and I would like to setup arch linux as host OS, so I can see if I could build a LFS system from the Arch Linux live USB drive.  When I run the following command "dd if=/arch.iso of=/dev/myDisk" it successfully creates a USB drive that is bootable on the new computer (it's using EFI) and the system boots into a shell prompt.  However, when running the above command, my host OS (OS X) on my other computer doesn't recognize the drive, so I can add files or do anything with the remaining 15.5GB of storage on the drive.
    I came across this document, => https://wiki.archlinux.org/index.php/US … tion_Media which I must say is very well documented (kudos).  So I mounted the Arch_Linux_2014.05 ISO and copied the files to freshly formatted (FAT 32) USB drive, and inserted into the new computer, and it see's the EFI boot option, when I hold down the "option" key when the computer boots up (that's good).  However, it doesn't bootstrap the Linux kernel or the Arch Linux base system for that matter.
    I came across this forum post, => https://bbs.archlinux.org/viewtopic.php?id=135046 where a member was discussing editing some files to get his USB drive to boot.  I wasn't sure if this forum thread was still relative as it a couple years old.
    Finally, the reason I prefer the mounting of the ISO, and copying the files is so that 1) my host OS on my old computer (OS X) can read the USB drive. 2) I can add files to the USB drive without having it locked down.
    Thanks for reading, and any help would be greatly appreciated.

    After fooling around with the grub.cfg I finally got it to boot.
    The menu entries I added to the grub.cfg look like the following,
    menuentry "[loopback]arch_201405.iso" {
    set isofile="arch.iso"
    loopback loop (hd0,1)/$isofile
    linux (loop)/arch/boot/x86_64/vmlinuz archisolabel=ARCH_201405 img_dev=/dev/sda1 img_loop=$isofile earlymodules=loop
    initrd (loop)/arch/boot/x86_64/archiso.img
    menuentry "[loopback]arch_2014.04.01-dual.iso" {
    set isofile="archlinux-2014.04.01-dual.iso"
    loopback loop (hd0,1)/$isofile
    linux (loop)/arch/boot/x86_64/vmlinuz archisolabel=ARCH_201404 img_dev=/dev/sdc1 img_loop=$isofile earlymodules=loop
    initrd (loop)/arch/boot/x86_64/archiso.img
    I added the archlinux-2014.04.01-dual.iso file to the USB flash drive because apparently there is a bug with the 201405 version of archlinux using fat32 and booting into a live environment, https://bugs.archlinux.org/task/40217

  • How to setup an IPSec VPN Tunnel Cisco 2320 Vs RVS4000

    Hello all.
    This forum has always helped me in all my investigations about VPN and now I'm gonna help everyone with this post.
    I have succesfully config an IPSec VPN Tunnel by using a Router Scientific Atlanta Cisco 2320 and a RVS4000 4-Port Gigabit Security Router with  VPN.
    On the site of Router Scientific Atlanta Cisco 2320 this is some info:
    WAN IP: A.A.A.A
    Router Local IP: 192.168.5.1
    Subnet: 192.168.5.X
    Subnet Mask: 255.255.255.0
    On the site of RVS4000 4-Port Gigabit Security Router with  VPN this is some info:
    WAN IP: B.B.B.B
    Router Local IP: 192.168.0.10
    Subnet: 192.168.0.X
    Subnet Mask: 255.255.255.0
    Remember that you can not be on the same range of IP, I mean, you can not have 192.168.0.X if the remote network is on 192.168.0.X, you have to change some of the Routers.
    I show the configuration on Router Scientific Atlanta Cisco 2320:
    I show the configuration on RVS4000 4-Port Gigabit Security Router with  VPN:
    If all is correctly configured, you should see on Router Scientific Atlanta Cisco 2320 the Status Connected:
    If all is correctly configured, you should see on RVS4000 4-Port Gigabit Security Router with  VPN the Status Up:
    As you can see, I'm connected to the remote Router (RVS4000 4-Port Gigabit Security Router with  VPN) by my own web browser accesing by the local IP 192.168.0.10
    I have used Authentication MD5, maybe is not the best one but I had no time to test SHA1, I will when I will have time.
    I wish that this help to anyone that need to do this.
    Best regards!

    Hey,
    Thanks a ton for posting this out here. I am sure it will be helpful for people trying this out.
    Regards,
    Prapanch

  • Asha 501: How to setup voip account for nimbuzz..

    Hi,
    Is nimbuzz voip activated services for asha 501.
    If so, please let me know how to activate it. Also, do I need to pay it.

    Hello, vsai.
    Have you gone through this?: http://discussions.nokia.com/t5/Pool-of-Knowledge/Series40-phones-and-VoIP/td-p/1146267.
    Let us know the outcome.

  • How to setup LR 4.2 to use forward/reverse mouse buttons

    I recently had to reinstall LR 4.2 due to a hard drive failure. Previously, I could cycle through my photos by using the forward or reverse buttons on the side ofmy Microsoft mouse. Now I cannot. How can I get LR to respond again? I have set the mouse to 'enable program specific settings',  but it did not help and I do not think I had to do this step in the past. Thanks.

    After further inspection of the Microsoft mouse settings in the control panel, I found that each button can be programmed to a keystroke. I just made the front side button the right arrow key and the rear button the left arrow key. It works as it should now to cycle through the images in the filmstrip and the Grid view.

  • How to set up email, add apps, use web through wireless modem?

    Hi,
    Have a new 8310. OS is v4.5.0.37 Platform 2.7.0.55I'm in Australia, currently with Telstra but in the process of changing.
    I have not purchased a data plan for the phone. I have a wireless modem for my desktop & wondering if I can use this to connect my phone to the web without purchasing data?
    Do I need a data plan to send emails? Can I use my existing online email acct(yahoo), or do I need to set up a special one for the phone? If so, please explain where/how? If not, what other info do I need to configure the existing one? It seems I need a PIN as well as e-addy & password(& assuming it's the yahoo password?)
    TIA
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    Some useful reading:
    http://na.blackberry.com/eng/support/blackberry101/
    http://na.blackberry.com/eng/support/blackberry101/setup.jsp#tab_tab_email
    loosie wrote:
     I have a wireless modem for my desktop & wondering if I can use this to connect my phone to the
    No
    loosie wrote:
    I have not purchased a data plan for the phone.
    Do I need a data plan to send emails?
    Yes. Basically, to do anything other than use the phone, you need a data plan. Period.
    loosie wrote:
     Can I use my existing online email acct(yahoo),
    Yes...see the above reading material.
    loosie wrote:
      or do I need to set up a special one for the phone?
    No...not required.
    loosie wrote:
     It seems I need a PIN as well as e-addy & password(& assuming it's the yahoo password?)
    PIN...hmmm...there are many definitions for that acronym in the BB world. The most usual one is a unique identifier, much like an IP address or phone number, that is assigned at the factory to your BB. It is used to register your BB for various services (yes, via a data plan) so as to identify your BB on the network.
    I hope that helps.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to setup AT&T U-Verse Pace 5031NV Gateway router for Remote Web Access?

    The Pace 5031NV Gateway router is not UPnP able.
    logged into the router
    http://192.168.1.254/xslt?PAGE=C_3_1b_POST&NEXTPAGE=C_3_1b_POST I defined "Firewall Application Profile Definition "Windows Server 2012 RWA"
      I did NOT select an Application Type
    Windows Home Server 2011 required port 80 forwarding but the instructions for Windows Server 2012 r2 refers only to port 443.  Then the wizard attempts to setup RWA and returns two red errors   One refers to posts 443 and 80 so I added 80
    port forwarding.  I believe 80 is for http and 443 is for https.  following is the error screen shot after retrying with both ports forwarded.
    I can also say that I had no success trying to do the same with Windows Home Server 2011 and the 2Wire AT&T U-Verse gateway modem though there are a number of forums with discussion about this.  But now I have the newest ATT gateway modem from Pace.   
    Does anyone use RWA with AT&T U-Verse? 
    Eric Robert Lewis, Ph.D.

    Hi,
    Before you manually configure the router to forward the required ports to Windows Server Essentials, did you
    assign the server a static IP address
    by DHCP reservation of an IP address or by assigning an IP address that is outside of the DHCP address range? Just a confirmation, thanks for your understanding.
    Please refer to following articles and check if can help you.
    Windows
    Server 2012 Essentials: Router Setup
    Configure a Router - Windows Server Essentials
    By the way, if you select “I want to skip the listed issues for now and run the wizard again later”
    option and click Close button, then type RWA website in IE, can you access RWA website successfully? Or get any error message?
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • How to get a collection of beans using web services

    Hi,
    I'm new to SOAP and Web Services I'd like to know whether the following is possible
    or not.
    I've created an EJB with this business interface:
    public interface Users implements EJBObject {
    public User[] getUsers( ) ...
    Where the User object is a bean with some properties:
    public User implements Serializable {
    public void setName( ... ) ...
    public String getName( ) ...
    public void setAddress( ... ) ...
    public String getAdress( ) ...
    I've create the ejb-jar.xml and weblogic-ejb-jar.xml that contain the definition
    of my EJB and then I try to deploy the web services using the ant task 'wsgen'.
    I get the following exception:
    org.xml.sax.SAXException: Could not find a codec that understood how to convert
    class [LUser; using http://schemas.xmlsoap.org/soap/encoding/
    : [ CodecFactory: http://xml.apache.org/xml-soap/literalxml=null, http://schemas.xmlsoap.org/soap/encoding/=null,
    =null]
    Can someone help to resolve this ? Also, I'd like to know if it's possible that
    a web service return a collection of beans as shown above ?
    Thanks for your help.
    Ludovic.

    Java beans are serialized/deserialized by the soap encoding codec
    itself. you dont have to write custom encoders. I think the error
    is because you dont have the java bean class on the server side.
    Java bean class file should be in the classpath or it should be
    added to the ejb jar file.
    thanks,
    -manoj
    Ludovic Deravet wrote:
    Thanks for your help. Indeed, that was my problem.
    But now I'm facing this one:
    [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to
    deserialize a 'urn:local:ns0:return' using encoding style 'http://sch
    emas.xmlsoap.org/soap/encoding/'.;
    targetException=java.lang.IllegalArgumentException: No Deserializer found to
    deserialize a 'urn:local:ns0:
    return' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.]
    at org.apache.soap.rpc.Call.invoke(Call.java:246)
    at com.webservices.WSClient.main(WSClient.java:38)
    Did you implement your own deserializer to read your array of beans (called
    Data) ? Or do I need to do something else ?
    Thanks.
    Ludovic.
    "manoj cheenath" <[email protected]> wrote in message
    news:[email protected]...
    You can do this. I guess, the problem is because you have
    not defined a package for the bean.
    Try something like:
    package foo.bar;
    class User{
    I am attaching an example.
    -manoj
    Ludovic Deravet wrote:
    Hi,
    I'm new to SOAP and Web Services I'd like to know whether the following
    is possible
    or not.
    I've created an EJB with this business interface:
    public interface Users implements EJBObject {
    public User[] getUsers( ) ...
    Where the User object is a bean with some properties:
    public User implements Serializable {
    public void setName( ... ) ...
    public String getName( ) ...
    public void setAddress( ... ) ...
    public String getAdress( ) ...
    I've create the ejb-jar.xml and weblogic-ejb-jar.xml that contain thedefinition
    of my EJB and then I try to deploy the web services using the ant task'wsgen'.
    I get the following exception:
    org.xml.sax.SAXException: Could not find a codec that understood how toconvert
    class [LUser; using http://schemas.xmlsoap.org/soap/encoding/
    : [ CodecFactory: http://xml.apache.org/xml-soap/literalxml=null,
    http://schemas.xmlsoap.org/soap/encoding/=null,> > > =null
    Can someone help to resolve this ? Also, I'd like to know if it's
    possible that
    a web service return a collection of beans as shown above ?
    Thanks for your help.
    Ludovic.

  • How to setup e-mail account without deleting web mail server

    When I delete e-mail on i-phone, it delete web mail server mail also.    
    I like to keep these web mail server mail.
    Like old i-phone 4 was not delete web mail server mail, even I delete i-phone mail.
    Please tell me how to set up e-mail on i-phone.
    Thank you

    I had things set up that way and it worked fine. However, last week on my iPhone, my bellsouth.com account kept coming up with "the POP server is not responding," but the account worked on my Macs and my iPad. I deleted the account and added it again. Now it seems to be an IMAP account (the POP server still does not respond). When I access the "advanced" tap in the setings, when I click "Deleted Mailbox" under "Mailbox Behaviors" it appears to show an option to leave mail in the server inbox but the word "Inbox" is in grey and not clickable. Has ATT changed its servers?

  • How to get a r/3 file using web dynpro

    Hello Experts.
    Actually I have a new request, I hope you can help me please.
    I'm a web dynpro programmer (java), so my company need to take a r/3 file to download at the local pc. In fact, the file is en r/3 already.
    The matter is, i have no idea how to get that file since my web dynpro app. to download it. the file is a compressed file may be a .ZIP file... so any of you can let me see the light in this??
    thak you all.
    walex

    Hi Walex,
    You will first need a RFM that returns the file that you need.
    Then you can create a Adaptive RFC model in Web Dynpro to access this RFM and store the file in the Web Dynpro context. Web Dynpro provides APIs to save files to the local system
    You can check this article for downloading the file.
    http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproJava-ExportingTableDataUsingOn-DemandStreams-SAPNW+7.0
    Best Regards,
    Supriya

Maybe you are looking for

  • HT201077 Photos is trying to download albums but seems to be stuck. How do I fix this?

    Photos is trying to download albums from my camera roll but seems to be "stuck"! no photos appearing, I have restarted the iPad, turn off the photo stream access in iCloud settings and restarted but no change? Ideas?

  • Oracle error while creating pfile

    SQL> startup nomount pfile='D:\ORACLE\product\11.1.0\db_1\database\initbbcomstage.ora'; ORA-27102: out of memory OSD-00026: additional error information O/S-Error: (OS 1455) The paging file is too small for this operation to complete.

  • Date control

    Hi . I want to control if  malz_itab2-poper ne s_poper but  it gives "non-convertible error " . S_poper in selection screen . How can I define it as it must .Malz_itab2 is internal table and it can be store many poper . Poper is month data . Thanks i

  • Sales order not getting closed

    Hi, I am creating delivery document through SDK based on existing sales orders. it creates it with perfect quantity, tax , amount and doctotal values but the original sales order does not get closed contradictory to SAP's standard flow.it does shwo a

  • What version of adobe allows edit capability on an adobe document?

    What version of adobe allows edit capability on an adobe document?