Building Web Based VoIP Phone using Flex

Hi, all.
I want to build a sip client web based using Adobe Flex. Anyone can tell me how I start?
By the way, I use Asterisk as communication server.
In other discussion, I find the google alchemy, but I still don't know what it is.
Please your answer, all flex master.
Thanks.

I'll move this to off-topic since you've been correctly pointed to forums.asp.net.  I just want to mention that whatever that article was demonstrating is probably irrelevant in today's web development ecosystem.  For example, an event calendar
is likely to be its own web control that you can just drop onto a web form (or otherwise instantiate in a web page).  I know of a couple retail components that can do it and there are probably free ones available too.  Even if you build your own
it will likely be little more than an existing calendar control with perhaps some custom rendering code.
Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

Similar Messages

  • E72: Web-based apps try using connection other tha...

    I bought my wife an E72 yeasterday. After we charged the battery up and turned it on, everything seemed to work alright. I set up the WLAN connection on my wireless at home, and I tested the use of Facebook, MySpace, etc. Her SIM card needs to be topped up, so the phone keeps saying "SIM Registration Failed." We're going to top it up this morning, so no worries about that. This morning she tried using the Facebook app, but instead of conecting via WLAN, it says "Connecting via IDEAS" which is the Singtel SIM card here in Singapore. I've manually connected to my Wifi network here, and even went to the connection manager to set the priority to 1. The app still doesn't connect via WLAN, and instead tries to use the SIM. When she does top up her card, this could be a quick money waster, especially when we have an abundance of Wifi connectivity....so how do I get the web-based apps to use WLAN over anything else?
    Thanks in advance!

    JimSG wrote:
    Hadimassa, thank you for pointing me in the right direction! I was able to do this for the Facebook app, and now it works without any problems. Can something similar be done for the Ovi store, or other services, like downloading languages for the dictionary app? Both of these options attempt to use the Singtel IDEAS method to connect, but because it's a prepaid phone, it's not possible. Any way to make them use the Wifi, or can this not be done over this type of connection?
    Thanks in advance!
    I'll bet you can. Check the English manual on page 137 about Accesspoint Groups and Priorities.
    http://europe.nokia.com/support/product-support/e72/guides
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Building a Web-based Event Calendar using VB in aspx 4.0

    Technical Article back in 2000, written by Scott Semyan (July 2000) titled "Building a Web-based Event Calendar" detailed an example of how to create a simple event calendar in asp. 
    I am new to aspx .NET codind (using VB), and I have attempted to recode to the newer framework to no avail.  Do you have an update of this article for ASPX 3.0 and up?
    And if not, is there sample code for me to use to create a web-oage using aspx with vb in 4+?
    thx
    Manuel

    I'll move this to off-topic since you've been correctly pointed to forums.asp.net.  I just want to mention that whatever that article was demonstrating is probably irrelevant in today's web development ecosystem.  For example, an event calendar
    is likely to be its own web control that you can just drop onto a web form (or otherwise instantiate in a web page).  I know of a couple retail components that can do it and there are probably free ones available too.  Even if you build your own
    it will likely be little more than an existing calendar control with perhaps some custom rendering code.
    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

  • To build web based application for taking backup

    Actually , I have prepared menu based scripts for taking backup.
    Now what i want to make is WEB BASED APPLICAATION for taking backup. My idea is to build the Web Pages which will call the scripts which i have already buit . But I don't know how through Web Pages I am able to go in the server and call the scripts .
    If anybody having any idea regarding this . Pls guide me I am very thankful to him/her.
    Thanx
    Waiting for valuable advice

    Dear Sandeep Saini,
    You may develop the web application is used SDK DI Server.
    Please refer to SDK help and sample for more information about DI Server.
    Best Regards
    Jane Jing
    SAP Business One Forum team

  • Web Site Portal Feasibilty - Using Flex

    I have been tasked with redesigning my work intranet portal.
    In your opinion, is it feasible to do the whole website in
    “Flex”? Is Flex more for just small applications? I was
    looking at the 2Advanced Link:
    http://www.2advanced.com/
    website, and would like to design something similar using Flex
    instead of Flash.
    The website will have the usual calendar, wiki, blog, phone
    book, news, etc...
    Any input or opinions would greatly be appreciated.

    You could use iWeb for this but you would have to get into building your own navigation and creating the site in manageable sections on separate domain files.
    Do you mean that you would be running E commerce from the site?
    If so, have a look here...
    http://iwebfaq.org/site/iWebBusinesssolutions.html

  • Tomcat web.xml "display-name" using flex.messaging.MessageBrokerServlet

           Hello,
    When my web application starts with the BlazeDS servlet flex.messaging.MessageBrokerServlet defined in the web.xml we have an error because in the display-name defined at top level in web.xml we have some text containing character ':'. The error is traced to inside the function
             flex.management.BaseControl.getObjectName()
    Which gets the object name, and this function calls
       BaseControl.getApplicationId()
    which finally calls
    ServletConfig.getServletContext().getServletContextName()
    This will return or display-name from the web.xml with all  it's text. This text contains among other characters the character ':'.  We use this tag for the display in the Tomcat Manager to see version  number and other of deployed project.
    After retrieving this name it is appended in the getObjectName() function to a buffer, this StringBuffer that already contains flex.runtime. and  now this name is appended (still with all that we are using for Tomcat  Manager with ':' character and other). After the name, other things are  appended. Our problem is that, after constructing this StringBuffer an instance of javax.management.ObjectName is created. In it's constructor it takes a String name  as input. This String is parsed in base of characters ':', '*', '?',  '\n' and so on, and since we have some of these characters in our  display-name it all goes wrong.
       My question is, if this is a bug, a limitation or if it is documented that using flex.messaging.MessageBrokerServlet we can not use certain characters in the display-name of the web.xml?
       Greetings, Tim
       We are using
    Tomcat 5.5.23
    Jdk 1.5.0_14
    blazeds-src-4.0.1.17657
    part of web.xml
         <display-name>
             Version: 1.10.0.3 (01/02/2011), Environment development, AGP:  10.220.6.8:1557/AGPSVI, AGP_STAGE: host 10.220.6.8:1557/AGPSVI
         </display-name>
         <description>IMPRESA progetto con undergroung</description>
         <listener>
             <listener-class>flex.messaging.HttpFlexSession</listener-class>
         </listener>
         <servlet>
             <servlet-name>MessageBrokerServlet</servlet-name>
             <display-name>MessageBrokerServlet</display-name>
             <servlet-class>flex.messaging.MessageBrokerServlet</servlet-class>
             <init-param>
                 <param-name>services.configuration.file</param-name>
                 <param-value>/WEB-INF/flex/services-config.xml</param-value>
            </init-param>
             <load-on-startup>1</load-on-startup>
         </servlet>

    I have found that this is a bug and there is an issue open at the "Adobe Bug and Issue Management System", BLZ-617. I don't know if work is in progress, but when that issue is closed the problem will be solved.
      Greetings, Tim

  • Desktop app based on AIR using Flex

    Hi
    I am a .NET/PHP programmer and  is new to Flex. We have a requirement for a small desktop application to be provided as a service download (ref: BBC news ticker). I read that Flex would be a good option.
    My questions are as follows:
    1. Your feedback on using Flex
    2. Is Flex 4 to Flex 3 better to start with (newbie)
    3. Do I require any other investment other than Flash Builder
    4. Any disdvantages in using Flex compared to a Windows app (apart from OS compatibility issues)
    I may be asking too many questions in my first post itself. However, this will help me to decide the technology for my requirement.
    Kindly request all Flex developers who has some time to spare to reply to my above post. Thanks in advance for all your vaulable inputs.
    Regards
    Sheni

    Sorry.
    I run this code only on debug-build.
    Exported release build does not reproduce the crash.
    To reproduce on release ipa package,
    change BaseView#doSomething function like this.
      public function doSomething(e:*):void
        trace("do something"); // Add this line
    Could you please try again.
    I run the app on
    iPad mini + iOS 8.1
    AIR SDK version 17.0.0  build 96
    Flash Builder 4.7
    Regards.

  • Web based mobile phone tracking.

    Hi All,
    For my requirement I have to track my field employees(crew lead) through a web interface.
    I provide a Motorola i870 to each crew lead, now I am looking for some kind of web services which I can used to display the crew location on a map.
    I am looking for some suggestions from you guys also.
    Ashish

    I think you are talking about GPS, I think it is right now possible with motorola IDEN phones
    check this link
    www.nextel.com/gpsupdates

  • Web based ftp server in flex

    Dear guys,
    I am developing web base ftp server application in flex. whoever already developed ftp server application in flex. Please give me the component source code. Please support to me.
    thank you,
    veeru

    Dear Greg,
    Great
    Thanks for helping God bless You.
    Please look the website. I am developing the ftp site like net2ftp.com (same
    options). How can i move. I know very well flash,css,javascript,flex but i m
    week in flash as3. Please send to me the all files.
    www.net2ftp.com
    thank you,
    veera

  • Invoking web based email client using Email button

    I have developed a form using Adobe LiveCycle designer 8 which has an email button. Right now, when the email button is clicked, the form is attached as PDF to the desktop based default email client, Novell or Outlook express.
    Is it possible to have the users select a email client of their choice (Hotmail, GMail etc) as most of our users are general public and are unlikely to use desktop clients.
    Appreciate your help..

    How do I add multiple email clients on my machine. I navigated to Tool->Options->Programs, in Internet Explorer and in the Email field, I have Hotmail, Novell, Outlook with Novell set as default. However, when I click Submit, it is not asking me to select the email client.
    Another issue: I changed my default mail client to Hotmail, however, when I submit , the "To" address is populated but the pdf is not attached to the compose message window.
    Thanks for your prompt response.

  • Web Based Telephone System (Using SIP server and Jsp servlet)

    Now i have more learning about Jsp and Servlet...All senior in Java.May i know how to build a system with Jsp n do the voice calling?

    i have do same thing with you..may i know what server r you using?

  • Possible to build PC based frame buffer using PCI 6111?

    I'm considering building a variable scan rate, passive capture frame buffer for Scanning Electron Microscopes. There are no off the shelf frame grabbers that support the clock rates I need and so I'm considering building a line grabber with a DAQ style device and building a frame in PC memory. Has anyone done this. Does the 'setup and run' support of a a PCI-6111 support grabbing video lines in rapid succession and then DMA'ing them out before the next video line comes in? Pixel clock is about 38KHz and 640 samples per line.

    Rick Walton,
    I noticed that I failed to post the link to the product spec page for the PCI-6111 (it can be found here).
    The PCI-6111 can handle sampling rates up to a maximum of 5MS/s (see NI PCI-6111 User Manual).
    The sampling rates are indeed programmable at your desired range.
    If you have any further questions please post back. You can also look at the NI PCI-6111 page for specific pricing and purchasing inquiries.
    Craig H.
    National Instruments

  • Insert doc/pdf/jpg into BLOB using forms (web based)

    Hi All,
    we have 81741 db on window2000(data server), forms6.0.8.20.1 on windows2000(webserver)
    & users using IE6/netscape as setup. User wants to store a pdf/doc/jpg file (stored on his PC)
    into database.
    He wants ability to view this pdf/doc/jpg later & have ability to download again to his pc. Please note
    that we have web based setup & not using HTTP server (using WebDB listener).
    I am planning to use BLOB to store the table in database, but cannot figure out what/how to force forms
    to do this.
    If someone has done this before, could you please update this thread on how to proceed.
    Thanks a lot for your input...
    Abhi.

    AS far as inserting images you can use the image item in Oracle Forms and base it on a blob column in the database.
    Regarding the other types of data you can upload them to the database using a Java function on the application server (use the java importer from Forms to call the Java class). You can use another Java function to retrieve the info from the database to the application server, and then use web.show_document to get the file from the application server to the client.
    Or you can wait a few weeks for the Webutil utility that will have this functunality built into it.

  • Web based admin pages broken on Mac?

    Have new WRT54GL v 1.1, 4.30.7 firmware.
    I have noticed intermittent problems with the web-based admin pages, using both Firefox and Safari on the Mac. Odd bit is these don't happen all the time and I'm not sure yet what triggers the problems.
    Most commonly seen in Firefox: On the page for basic wireless settings, drop-down menu for selecting the channel will not work. It will display the currently selected channel, but clicking on the menu will either not drop down at all, or it will drop down briefly with no channel selections visible.
    In Safari: Many of the drop-down titles and item will shows the intended text prefixed with the word "Capture" or bracketed in "Capture(itemName)." I've seen a few variations on this. Also, many item titles and text are simply missing from many of the pages when viewed in Safari.
    Questions (some rhetorical, some practical):
    * Anybody else seen these or similar problems?
    * Known solutions/work-arounds?
    * Does this happen with any browsers on the PC?
    * Is there something fundamentally wrong with how WRT54GL's scripting builds these user interface items - or is the problem more related to how the Mac browser handles the rendering?
    -Lee

    I don't have any problems with this firmware on my WRT54Gv2 using MacOS or Windows and any browser I have.
    Those problems are usually either cache problems, i.e. there are some incomplete files in the browser cache.
    Could be disabled JavaScript. (It is worth to check the JavaScript error log to see if there is problem)
    Could be a hardware/memory problem. Sometimes this happens after a firmware upgrade which did not correctly go through. A re-flash of the same firmware could help then.
    The Safari texts you see are normal. There JavaScript works a little different. I have the same on mine. (but I must admit I cannot tell you if I can configure the router with Safari as I have never tried it so far. I usually use only Firefox.)
    You can try a PC and see if it is the same there. I guess it is.
    Anyway, you are not alone with this problem. I would try to clear the cache, if that makes no difference, download the 4.30.7 firmware and re-flash the router. If that still makes no difference return it to the store if you can and get a replacement. You could ask them to hook it up there to a computer to see if it is any better there...

  • WIP310-G2: how to connect to an specific VoIP provider using SIP ?

    Dear all,
    I just received a WIP310-G2 and I am wondering how -or whether- I can configure it to connect to an specific Internet based VoIP provider using SIP
    Cant seem to find how to do it....
    Thanks a lot,
    Alvaro

    You connect your WIP310 to your PC using an USB cable. Then lookup the IP-adresse on the phone and enter that into a browser.
    In the UI select Admin Logon and you can enter all the configuration details for your VoIP provider. I would recommned that you ask your VoIP provider to help you with a guide.
    I used a PAP2T configuration example that worked for my WIP310, which I got from my VoIP provider.

Maybe you are looking for