Thanks for you Reply
I tested this with a web application which is deployed in "mobicents-
all-1.2.1.GA-jboss-4.2.3.GA " server and it send INVITE request via
SIP servlet to SJ Phone sip client which is installed on my machine.
Sample invite request sends from my application to SJ Phone
sipFactory.createRequest(appSession, "INVITE",sip:my-test-
Fr...@127.0.0.1:5060,
sip:17...@10.2.10.55); // 10.2.10.55 is my
local IP
I believe this is sip to sip test if not correct me . So my
understanding is (after went through
callwithus.com) when I need to
call out side user (May be someone's mobile phone) first I need to
talks a SIP server if that is so what kind of thing I need to change
in code level and configuration. Kindly assist me .
> On Mon, Nov 23, 2009 at 10:12 AM, Suranga <
suranga.her...@gmail.com> wrote:
> > Hi All ,
>
> > I have developed a fully complete system which reads a XML file and
> > and generates a call for user and after he click on answer button
> > application plays few voice clips according to the xml file contain.
> > Then again according to the user in put it will react with another
> > voice file.
>
> > which is fully tested with SJ phone client.
>
> Hope you mean here is, tested with sip to sip.
>
> > But my question is how I
> > use it for real world I need to generate call for out side users.
>
> And wants to make call to PSTN or legacy? if yes then you need to connect
> to VOIP gateway to make calls to PSTN numbers, the term actually stands for
> *TERMINATION*, try looking at
callwithus.com if your requirement is what i