thank you for your help.
I know this is simple for an expert but for me not at all easy, because I don't know how to instanciate another midlet and make it displayable ? I try to do this with the...
Type: Posts; User: taoufik109; Keyword(s):
thank you for your help.
I know this is simple for an expert but for me not at all easy, because I don't know how to instanciate another midlet and make it displayable ? I try to do this with the...
I try to develop a softphone, so I have midlet for chat, midlet for call, midlet for sip, midlet for audio, and I don"t want to collect them in one file, so the code will be easy maintainable.
Hi,
I Have developped several Midlet independently, and now I want to collect them in one midlet and using a menu, I can call each midlet, this is my idea.
I don't understand what you mean by...
thank for your response, please can you correct my code above (i'm new in j2me).
the aim that I have a principal menu that allow me to call another midlet.
hi all,
I try to lunch a midlet from anoyher, but it doesn't work
the main midlet is:
package com.Rtp;
import javax.microedition.lcdui.Command;
import...
Is there any j2me open source SIP VoIP client ?
I tried to find some mobile open source sip voip client but only got someone developed in Linux or Windows CE platform.
Thank you for your...
hi,
I'm currently working on my project on implementing a softphone for voip.
The library that i used is SIP for J2ME. JSR180 & jsr 135.
I could do the registering and calling but i couldn't...
I have problems with:
-created an invite and register using SIP.
-send the continuous recorded voice to opposite device and play the receiving voice.
if you have resolved your probleme,Give me a...
Hello
Currently I do my internship in a small entreprise and I need to develop a softphone for mobile with j2me that will operate with the company pabx as voip server.
the pabx has a private...
Hi
I want to do the same thing like you, but I have problems with sip register, it always gives me the response 0 instead of 200, if you can give me your code to compare with it will be greate.
hello,
I want to do the same project like you (design a VoIP client on J2ME), can you help me by sending me your report or your application if you want!!!!!! I'm new in J2ME
please give me your...
hello,
I want to do the same project like you (develop a softphone with j2me), can you help me by sending me your report and your application if you want!!!!!! I'm new in J2ME:o
please give me your...
I try it, always the same result, nothing's change.
thanks for help
I think the value of scode doesn't change because I initialize it with int scode = 0; so the code 0 it does mean anything.
I get the reponse code 0
Hello
I currently developed a softphone with jsr180, I try to authenticate to sip server of ippi.fr but I can not, I'm a beginner in j2me in the code I tried to make System.out.println to know the...