Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
SIP client for Blackberry
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Muhammad Shomail Haider  
View profile  
 More options Nov 6, 9:13 pm
From: Muhammad Shomail Haider <msh0...@gmail.com>
Date: Sat, 7 Nov 2009 07:13:02 +0500
Local: Fri, Nov 6 2009 9:13 pm
Subject: SIP client for Blackberry

Salam All,

I'm looking for a SIP client for Blackberry, does anyone know here a good
software I can use?

Thanks,

--
Muhammad Shomail Haider
www.shomail.blogspot.com
www.facebook.com/shomail
www.twitter.com/shomail
www.linkedin.com/in/shomail


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mustafa.r...@gmail.com  
View profile  
 More options Nov 9, 7:39 am
From: mustafa.r...@gmail.com
Date: Mon, 9 Nov 2009 12:39:33 +0000
Local: Mon, Nov 9 2009 7:39 am
Subject: Re: SIP client for Blackberry

There's none available at this point.

Empower your Business with BlackBerry® and Mobile Solutions from Etisalat


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Haris Shamsi  
View profile  
 More options Nov 9, 7:56 am
From: Haris Shamsi <haris.sha...@gmail.com>
Date: Mon, 9 Nov 2009 17:56:12 +0500
Local: Mon, Nov 9 2009 7:56 am
Subject: Re: SIP client for Blackberry
It should be Mustafa ! No ? Atleats RIM should open up for skype

On 11/9/09, mustafa.r...@gmail.com <mustafa.r...@gmail.com> wrote:

--
Sent from my mobile device

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
techtiger  
View profile  
 More options Nov 10, 11:46 pm
From: techtiger <mu.kha...@googlemail.com>
Date: Tue, 10 Nov 2009 20:46:37 -0800 (PST)
Local: Tues, Nov 10 2009 11:46 pm
Subject: Re: SIP client for Blackberry
Well, I guess limitation is from Skype not from RIM

On Nov 9, 5:56 pm, Haris Shamsi <haris.sha...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Haris Shamsi  
View profile  
 More options Nov 11, 3:30 am
From: Haris Shamsi <haris.sha...@gmail.com>
Date: Wed, 11 Nov 2009 13:30:46 +0500
Local: Wed, Nov 11 2009 3:30 am
Subject: Re: SIP client for Blackberry

So what you are saying is that Skype is not willing to offer the application
for Blackberry ? i am unable to understand the rational behind it as the
same application is available on other hand held device.

/HS


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ahmad, Shakeel  
View profile  
 More options Nov 11, 9:40 am
From: "Ahmad, Shakeel" <shakeelah...@gmail.com>
Date: Wed, 11 Nov 2009 19:40:34 +0500
Local: Wed, Nov 11 2009 9:40 am
Subject: Re: SIP client for Blackberry

Blackberry does support SIP connections to Cisco Call Manager Client as far
as i remember but other than that i guess RIM haven't provided any API or
low level access to developers for SIP programing. I've used thin Skype on
BB but it uses a tie line feature and make calls to local numbers to connect
to voice which is not VOIP obviously.

thnx.

On Wed, Nov 11, 2009 at 1:30 PM, Haris Shamsi <haris.sha...@gmail.com>wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ahmad, Shakeel  
View profile  
 More options Nov 11, 9:46 am
From: "Ahmad, Shakeel" <shakeelah...@gmail.com>
Date: Wed, 11 Nov 2009 19:46:48 +0500
Local: Wed, Nov 11 2009 9:46 am
Subject: Re: SIP client for Blackberry

This URL might help, i guess people are developing apps but have below
issues (see bold notes):

http://supportforums.blackberry.com/t5/Java-Development/SIP-Stack-for...

    10-07-2009 10:20 AM
 Hi rahuljaiswal07, I tried sip-for-me stack, and also the mjsip, actually
they work pretty well on BB, and only some little adjustments need to be
made on the connection socket, adding some arguments like
deviceside=true;interface=wifi, however, don't worry to get sip working,
because *what said aviator is true, you cant record and play at the same
time, the problem is that the implementation of player is managed by system
threads and is not accessible for us to manage, I've made a simple app, that
starts a thread and plays a sound in loops, that works fine, also, I can
start a thread to record, that works fine to, but if I start the recording
thread and the playing thread both players stop, they don't play or record,
that was tested on the simulator and on the javelin 8900 actual device.

So to make it clear, JavaME, in the JSR135, don't specify that the players
should record and play at the same time, BB just don't support such feature
through JavaME, you would need more low level access than java provides to
implement a VoIP app on BB*.
My advice, either don't try it at all (and don't waste your time, go for
android ), or go to talk RIM directly (if you have the budget to do so).

On Wed, Nov 11, 2009 at 7:40 PM, Ahmad, Shakeel <shakeelah...@gmail.com>wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google