Thanks a ton.... I have following queries . Hope you will help me.. Suppose I have my sip server (OnDo sip server from Brekeke) running in my pc at 192.168.5.54. I have to call from "sip:192.168.5.78" to "sip:192.168.5.79" in this case do i need to add 1. #define SIP_DST_URI "sip:192.168.5.54:5060" //where the sip server is running #define HAS_SIP_ACCOUNT 1 // 0 to disable registration #define SIP_DOMAIN "192.168.5.54" #define SIP_REALM "kishore" // Real Machine name (my system name) #define SIP_USER "400" #define SIP_PASSWD "1234" complile->put this application into my device->and start calling from one to other. OR I can directly put the destination address this way.. and build the appliation->install into my device and start calling one to other. 2. #define SIP_DST_URI "sip:192.168.5.79:5060" //#define HAS_SIP_ACCOUNT 1 // 0 to disable registration #define SIP_DOMAIN "192.168.5.79" //#define SIP_REALM "kishore" // Real Machine name (my system name) //#define SIP_USER "400" //#define SIP_PASSWD "1234" Or Do I manually register my endpoints into the sip server. And have the domain defined like 3. #define HAS_SIP_ACCOUNT 1 // 0 to disable registration #define SIP_DOMAIN "192.168.5.54" #define SIP_REALM "kishore" // Real Machine name (my system name) #define SIP_USER "400" #define SIP_PASSWD "1234" Please help ... I am sorry if I am bothering you. But please help me how could I make a call from one wm5 device to other using pjsip... You need futher details and clarifications, I will provide you.... please help me. Thanks, -Kishore -----Original Message----- From: Parmar Jayshree [mailto:jparmar@xxxxxxxxxx] Sent: Thursday, September 13, 2007 3:13 PM To: kishorekumar_lenka at datamatics.com; 'pjsip embedded/DSP SIP discussion' Subject: RE: Call between WM5 devices Hello, You can set server address and account settings in pjsua_wince.cpp in main project. Here is the code , // // Basic config. // #define SIP_PORT 5060 // // Destination URI (to make call, or to subscribe presence) // #define SIP_DST_URI "sip:192.168.13.100:5060" // // Account // /************************Must set to 1 to enable Registration **************************************/ #define HAS_SIP_ACCOUNT 1 // 0 to disable registration #define SIP_DOMAIN "192.168.13.100" #define SIP_REALM "asterisk" // Real Machine name #define SIP_USER "400" #define SIP_PASSWD "1234" // // Outbound proxy for all accounts // #define SIP_PROXY NULL // // Configure nameserver if DNS SRV is to be used with both SIP // or STUN (for STUN see other settings below) // #define NAMESERVER NULL Hope this will help you. Thanks, Parmar Jayshree. -----Original Message----- From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Kishore Kumar Lenka Sent: Thursday, September 13, 2007 12:11 PM To: 'pjsip embedded/DSP SIP discussion' Subject: Re: Call between WM5 devices I have build the pjsua_wince code as it is downloaded from svn (0.5.10.4). The code is building successfully. Running successfully in the WM5 device which is connected to the network through wi-fi. Generally when I am calling from one mobie(HP iPAQ: sip:192.168.5.78:50060) to the other (Motorola Symbol: sip:192.168.5.79:50060) directly with any proxy server (sip server) in between, there is no signal passed though these devices. hence i could not make a call. 1. step 1. The pjsua_wince appication is running in both the device where I can put the sip url of the callee in the text box and call. step 2: In this case I am not using any proxy (directly I am calling from sip:192.168.5.78:50060 to sip:192.168.5.79:50060) step 3 : There is no signal betwee them.(i mean the call is not getting through) Now my question is... 2. If ever I have to use a sip proxy server which is running at 192.168.5.54 (my pc) (The sip proxy I have with me is OnDo sip server from brekeke). How do i register my phone to this. what will be the configuration changes in the code so that I can register my endpoints to the server and make a call. Please please please help, Thanks, -Kishore -----Original Message----- From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org]On Behalf Of Benny Prijono Sent: Wednesday, September 12, 2007 9:20 PM To: pjsip embedded/DSP SIP discussion Subject: Re: Call between WM5 devices When reporting any problems, it always helps mentioning what the exact problem is (call is not going through can mean anything), how did you get into the problem (step by step to reproduce it), and how the endpoints were set up (do you use any proxy? what kind of proxy?). These information helps encouraging people to help you. If you just want to get started with making a call, you don't need to register pjsip to a proxy. You can just call the other endpoint directly by calling their IP address, like sip:192.168.5.79:5060. -benny Kishore Kumar Lenka wrote: > Can anyone help me know this...I am very new to this...need someones help > below scenario. > > > Hello, > > I have two WM5 devices where, pjsip application is running. Both are > connected to the network thru Wi-Fi acess point. successfully conected to > the network (e.g "sip:192.168.5.78", "sip:192.168.5.79") > > The call is not going thru between the device. > > Do I need to register them???????? If yes, would you please mind > providing/telling me the steps how to go about it. Or how do I get around > this problem. > > Your help in this will be highly appreciated. > > > Thanks, > -Kishore > > > Disclaimer: The information contained in this e-mail and attachments if any > are privileged and confidential and are intended for the individual(s) or > entity(ies) named in this e-mail. If the reader or recipient is not the > intended recipient, or employee or agent responsible for delivering to the > intended recipient, you are hereby notified that dissemination, distribution > or copying of this communication or attachments thereof is strictly > prohibited. IF YOU RECEIVE this communication in error, please immediately > notify the sender and return the original message. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > Disclaimer: The information contained in this e-mail and attachments if any are privileged and confidential and are intended for the individual(s) or entity(ies) named in this e-mail. If the reader or recipient is not the intended recipient, or employee or agent responsible for delivering to the intended recipient, you are hereby notified that dissemination, distribution or copying of this communication or attachments thereof is strictly prohibited. IF YOU RECEIVE this communication in error, please immediately notify the sender and return the original message. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Benny Prijono http://www.pjsip.org _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org Disclaimer: The information contained in this e-mail and attachments if any are privileged and confidential and are intended for the individual(s) or entity(ies) named in this e-mail. If the reader or recipient is not the intended recipient, or employee or agent responsible for delivering to the intended recipient, you are hereby notified that dissemination, distribution or copying of this communication or attachments thereof is strictly prohibited. IF YOU RECEIVE this communication in error, please immediately notify the sender and return the original message. _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org Disclaimer: The information contained in this e-mail and attachments if any are privileged and confidential and are intended for the individual(s) or entity(ies) named in this e-mail. If the reader or recipient is not the intended recipient, or employee or agent responsible for delivering to the intended recipient, you are hereby notified that dissemination, distribution or copying of this communication or attachments thereof is strictly prohibited. IF YOU RECEIVE this communication in error, please immediately notify the sender and return the original message.