FW: Fw: VoIP application licensing query!

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

 




Hi,


    I'm trying to test the library enabling VAS for Symbian in
<dx/config_site.h> file:

#define DX_CONFIG_NOKIA_VAS_DIRECT 1

    But I have some problems with the first call, the Downlink never is
opened.

11:32:08.001 dxCallManager.  Call Manager on_CallingStateCB
11:32:08.001 dxCallManager.  dxCallManager setOnCallState
11:32:08.085 symb_vas_dev.c  Uplink opened
11:32:08.088 symb_vas_dev.c  Uplink started

    In the other hand, for the second call both, Uplink and downlink are
created as normal.

11:32:25.137 dxCallManager.  Call Manager on_CallingStateCB
11:32:25.137 dxCallManager.  dxCallManager setOnCallState
11:32:25.227 symb_vas_dev.c  Downlink opened
11:32:25.228 symb_vas_dev.c  Loudspeaker turned off
11:32:25.228 symb_vas_dev.c  Downlink started
11:32:25.228 symb_vas_dev.c  Uplink opened
11:32:25.229 symb_vas_dev.c  Uplink started


    Another thing is that when the  on_ConnectingCB callback is created in
the first call the VAS sound playback device is never closed as in the
second call:

11:32:24.187  dxsua_media.c  Closing sound device after idle for 5 seconds
11:32:24.188  dxsua_media.c  Closing S60 VAS sound playback device and S60
VAS sound capture device
11:32:24.197 symb_vas_dev.c  Sound device destroyed


	Could you please help me with this?, I attach the correspondent log.



Best regards,

Jorge



-----Original Message-----
From: Francisco Gonzalez [mailto:fgonzalez@xxxxxxxxxxxxxx] 
Sent: Thursday, November 26, 2009 3:37 PM
To: 'Jorge Pineda'
Subject: FW: Fw: VoIP application licensing query!



-----Original Message-----
From: Teluu Support (Nanang Izzuddin) [mailto:support@xxxxxxxxx] 
Sent: Monday, August 10, 2009 4:59 PM
To: Francisco Gonzalez; Flavio Perez
Subject: Re: Fw: VoIP application licensing query!

Hi,

Just want to add few details here..

>From the log file of WM device, it seems the REGISTER requests were
sent from good IP address (not-activesync's IP address, such as 169.*)
to likely wrong destination: 148.245.112.94 (instead of 192.168.10.10
the registrar server you mentioned, while 192.168.10.10 was set for
nameserver/dns server). The log also showed that the REGISTER requests
have got no response from registrar, so it seems that the requests
have never reached the registrar/asterisk.

So, in case there is no connection problem (from device to registrar),
there may be configs problem here, let me try to shoot in the dark:

for ua.cpp (symbian platform):
=====================
// Destination URI (to make call, or to subscribe presence)
#define SIP_DST_URI	"sip:5051 at 192.168.10.10"

// Account
#define HAS_SIP_ACCOUNT	1    // did you miss this?
#define SIP_DOMAIN	                "192.168.10.10"
#define SIP_USER	                "5054"
#define SIP_PASSWD	        "<your password>"
(and leave the other configs in defaults)

for pocketpj (WM pro platform):
======================
domain: 192.168.10.10
user: 5055
passwd: <your password>
dns: <your DNS/name server>
(and leave the other configs in defaults)

Then please make sure that there are incoming REGISTER requests in the
registrar/asterisk side (e.g: using wireshark or monitor the
asterisk's log), if not, then there could be connection problem. Any
responses from the registrar appearing in log file will also tell that
the REGISTER requests reach the registrar.

BR
nanang


On Tue, Aug 11, 2009 at 12:40 AM, Francisco
Gonzalez<fgonzalez at dextratech.com> wrote:
> Hi Benny!
>
>
>
> I?ve changed the data in SIP_DOMAIN field but the application couldn?t
> register with the server. The application has to connect with a Asterisk
> server with IP 192.1168.10.10.
>
>
>
> Do you know if I had to do in ua.cpp?
>
>
>
> Thanks in advance.
>
> Regards.
>
> ________________________________
>
> From: Teluu Support (Benny Prijono) [mailto:support@xxxxxxxxx]
> Sent: Monday, August 10, 2009 9:36 AM
> To: Francisco Gonzalez
>
> Subject: Re: Fw: VoIP application licensing query!
>
>
>
> Hi Francisco,
>
> The SIP_DOMAIN is the domain part/IP address only, without the "sip:".
Other
> than that I think the rest are okay.
>
> Hope this helps,
>
> BR
> ?Benny
>
> On Mon, Aug 10, 2009 at 3:24 PM, Perry Ismangil <perry at teluu.com> wrote:
>
> ------- Original message -------
>
> From: Francisco Gonzalez <fgonzalez@xxxxxxxxxxxxxx>
> To: perry at teluu.com
> Cc: goelgoldi at gmail.com, mvazquez at dextratech.com, fperez at dextratech.com,
> fgonzalez at dextratech.com
> Sent: 10.8.'09, ?21:22
>
> Hello!
>
> I'm testing the Symbian port in a device Nokia N95 but the application has
> not registered with the server. I have the following values:
>
> SIP server: ?192.168.10.10 User: 5054
> Pwd: hugo
>
> I filled out the ua.cpp file with these values:
>
> #define SIP_PORT 5060 #define SIP_DST_URI "sip:5051 at 192.168.20.71:5060"
> #define SIP_DOMAIN "sip:192.168.10.10"
> #define SIP_USER "5054"
> #define SIP_PASSWD "hugo"
> #define SIP_PROXY "sip:192.168.10.10;lr"
>
> 192.168.20.71 is IP address of the computer which is running the PJSUA
> application.
>
> Do you know if I've filled out correctly the information or have missed
> anything in the file ua.cpp?
>
> Thanks in advance.
>
> Regards.
>
> -----Original Message-----
> From: goldi goel [mailto:goelgoldi@xxxxxxxxx] Sent: Friday, August 07,
2009
> 5:55 PM
> To: Perry Ismangil; fperez at dextratech.com; mvazquez at dextratech.com;
> fgonzalez at dextratech.com
> Subject: Re: VoIP application licensing query!
>
> Flavio/Ramon,
> Can you please add the comments and logs for the problems that we are
> facing with the different mobiles?
>
> BR,
> Goldi
>
> On Fri, Aug 7, 2009 at 11:50 AM, Perry Ismangil<perry at teluu.com> wrote:
>
> Hi,
>
> We have tested on Samsung and XDA WinMobile 6, also Eseries and N95
>
> Symbian
>
> If you have followed our 'Getting Started' guides for each platform, can
> please provide more information on which step exactly that things are not
> working. Any log output, or screen grab is also useful.
>
> Thank you.
>
> Best Regards,
>
>
> ------- Original message -------
>
> From: goldi goel <goelgoldi@xxxxxxxxx>
> Sent: 7.8.'09, ?23:41
>
> Hello Perry,
> Thanks a lot for answering.
>
> Moving ahead what i have asked my team to start testing your
> application on some different mobilesrunning with different OS.
> With regards to that we tried testing that on different mobiles having
> WinMobile, Symbian and Linux OS but still could not successfully test
> it yet on any one so far.
> After looking at your roadmap i got to know that you people have
> already mentioned about some of the mobiles thats been supported under
> Symbian which we are trying now to test on.
> But can you please also let us know on WinMobile what are the mobiles
> that you have tested so far?
> May be please complete list of all the mobile phones that application
> already supports on different OS.
>
> Thanks once again for your support and hopefully if everything works
> fine we can have a business plan.
>
> BR,
> Goldi
>
>
>
> On Tue, Jul 28, 2009 at 11:23 PM, Perry Ismangil<perry at teluu.com> wrote:
>
> Hi Goldi,
>
> In case you want to use pjsip under GPL, then your UI application has
> to be licensed using GPL or other compatible open source license. You
> can search on the Internet for 'GPL FAQ' and also 'GPL Compliance
> Guide', everything is explained there.
>
> I hope this answer your query.
>
> Thank you.
>
> Best Regards,
>
> On Wed, Jul 29, 2009 at 10:12, goldi goel<goelgoldi at gmail.com> wrote:
>
> Thanks a lot Perry for the prompt reply.
>
> I have one more question regarding GPL licensing, Actually incase we
> develop UI application and use most of your lib's then as per license
> hopefully we don't need to make our code(ie UI code) open. Please
> correct me if i am wrong?
>
> Thanks again in advance for help and clarification.
>
> BR,
> Goldi
>
>
> On Tue, Jul 28, 2009 at 7:56 PM, Perry Ismangil<perry at teluu.com> wrote:
>
> Hi,
>
> Thank you for your interest in pjsip!
>
> My name is Perry, I handle licensing matters.
>
> As an alternative to GPL, ?we provide the pjsip Standard License,
>
> which
>
> allows non-open source use of pjsip. This license is royalty-free and
> applies per company. Therefore you can use it for any number of
> products,
> including software clients, servers, and hardware devices. It includes
> all
> modules including pjsip, pjsua-lib, and pjnath.
>
> The license also includes the first 12 months of email support, fixes,
> and
> updates including new features as they are developed. We have a
> completely
> open development model, so you can always see our current features
> roadmap
> at http://trac.pjsip.org/repos/roadmap.
>
> After the first 12 months, if you choose not to renew, you can still
> use
> pjsip in your products as normal but further updates will be under GPL
> only.
>
> During your evalution phase we offer 30 days of free priority e-mail
> support.
>
> The initial cost of the pjsip Standard License is GBP 7,500.
>
> This quote is valid for the next 30 days.
>
> After 12 months, you can choose to renew maintenance at 50% of the
> license
> fee.
>
> Let me know if this is suitable for your requirements and I can send
> you the
> actual wording of the Standard License.
>
> If you have any more queries, please don't hesitate to contact me
> further.
>
> Best Regards,
>
> --
> Perry Ismangil
> Managing Partner
>
> Teluu - Communicate Everywhere
>
> E perry at teluu.com
> twitter.com/ismangil
> T +44 114 299 8883
> F +44 870 974 9023
> W http://www.teluu.com
>
> 23 Langdon Street, Sheffield S11 8BH, United Kingdom
>
>
> Registered in England as Teluu LLP, no. OC323977
>
>
> ------- Original message -------
>
> From: goldi goel <goelgoldi@xxxxxxxxx>
> Sent: 29.7.'09, ?3:43
>
> Hello,
> Actually i am planning to dedicate some effort on creating a VoIP
> application and while browsing i got to know about your application.
> While going through much details about the lib?s that you already
>
> have
>
> in place looks like interesting to me to reuse them for our
> application.
>
> So basic idea is to have UI interface our own and will try to use all
> your lib?s. So can you please describe more about the licensing
> engagements that you use to have under mandatory terms(not concerned
> about optional issues).
>
> I will be thankful if you can please cover all the option that we can
> go
> for?
>
> Thanks in advance for effort and time spent.
>
> --
> BR,
> Goldi Goel
> Project Manager,
> Devices.
> DextraTech,
> Monterrey,Mexico
> +52-1-811-7488695
>
>
>
>
> --
> BR,
> Goldi Goel
> Project Manager,
> DextraTech,
> Monterrey,Mexico
> +52-1-811-7488695
>
>
> --
> Perry Ismangil
> Managing Partner
>
> Teluu - Communicate Everywhere
>
> E perry at teluu.com
> twitter.com/ismangil
> T +44 114 299 8883
> F +44 709 216 3097
> W http://www.teluu.com
>
>
> 23 Langdon Street, Sheffield S11 8BH, United Kingdom
>
>
> Registered in England as Teluu LLP, no. OC323977
>
>
> --
> BR,
> Goldi Goel
> Project Manager,
> DextraTech,
> Monterrey,Mexico
> +52-1-811-7488695
>
>
>
> --
>
> BR,
> Goldi Goel
> Project Manager,
> DextraTech,
> Monterrey,Mexico
> +52-1-811-7488695
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: symbian_ua.log
Type: application/octet-stream
Size: 83642 bytes
Desc: not available
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100203/23522435/attachment-0001.log>


[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