Getting started PJSIP in emulator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
the best way of using PJSIP library is using "astersik" server. i have tested it with Desktop & Windows CE, it works for me & i guess, most of them using the same.
 
Note: please check the firewall settings in your network.

Have a look @ my small web-page:
http://www.geocities.com/muki_champs

Regards, 
Mukesh Kumar, 
Sr.Software Engineer,
Bangalore. 
India. 
+91-9342906419(M)
 


----- Original Message ----
From: ssanz u <ssanz.u1@xxxxxxxxx>
To: "pjsip at lists.pjsip.org" <pjsip at lists.pjsip.org>
Sent: Thursday, January 31, 2008 10:55:59 AM
Subject: Getting started PJSIP in emulator


Hi ,
I am trying to install the PJSIP in symbian s60 emulator.
I followed the PJSIP link - Getting started with PJSIP and installed.
But i am not able to install it in the emulator. When i tried to build , the emulator opens and shutting down immediately.
I changed the parameters in ua.cpp file and compiled the application in carbide c++.
My Parameters are :
 
// Basic config.  
#define SIP_PORT 5090
// Destination URI (to make call, or to subscribe presence)
#define SIP_DST_URI "sip:192.168.64.112:5090"
// Account
//#define HAS_SIP_ACCOUNT 0 // 0 to disable registration
#define HAS_SIP_ACCOUNT 1
#define SIP_DOMAIN "192.168.64.112"
#define SIP_USER ""
#define SIP_PASSWD ""
// Outbound proxy for all accounts
#define SIP_PROXY "sip:192.168.64.112"
//#define SIP_PROXY "sip:192.168.0.8"
// Configure nameserver if DNS SRV is to be used with both SIP
// or STUN (for STUN see other settings below)
#define NAMESERVER NULL
//#define NAMESERVER "62.241.163.201"
// STUN server
#if 1// Use this to have the STUN server resolved normally
#   define STUN_DOMAIN "192.168.64.112"
#   define STUN_SERVER "192.168.64.112"
#elif 0
 // Use this to have the STUN server resolved with DNS SRV
#   define STUN_DOMAIN "xten.com"
#   define STUN_SERVER "stun.xten.com"
#else
 // Use this to disable STUN
#   define STUN_DOMAIN NULL
#   define STUN_SERVER NULL
#endif
Some of the errors displayed in the emulator like, "Error contacting stun server",
"NAT detection failed","No response from STUN server"...
Should i use asterisk server ?
With this I am also sending my screenshots which is displayed in emulator.
I am new to this symbian and I am not able to proceed further.Can u please tell me whats wrong.
Thanks in advance,
Sans



-----Inline Attachment Follows-----

_______________________________________________
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


      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080130/99eaa5fb/attachment.html 


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux