linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Issue PSTN Calls with Blackberry Linphone


From: Jehan Monnier
Subject: Re: [Linphone-developers] Issue PSTN Calls with Blackberry Linphone
Date: Fri, 2 Dec 2011 14:10:03 +0100

Hmm, I does not share you enthusiasm regarding what BB OS7 support :-(
http://www.blackberry.com/developers/docs/7.1.0api/index.html
See section  Enabling a Recording Player in VOIP Mode

Cheers


Le 2 déc. 2011 à 13:09, Anurag Mishra a écrit :

Hi Sir,
BlackBerry OS 5 only Support AMR-NB is the only codec allowed realtime access.  But in OS 6 and OS 7 Supports Codec G711a ,G711u  and GSM. i did check the features of OS 6. 
We wanted to ask you if you are planning to develop officially supported for other codec which are more commons, like GSM, G711 and such.

thanks

Anurag



On Tue, Nov 29, 2011 at 3:37 PM, Alastair Johnson <address@hidden> wrote:
You need to convince RIM to change the restrictions they impose on application
developers. At the moment AMR is the only codec allowed realtime access.

On Tuesday 29 November 2011, Anurag Mishra wrote:
> Hi Sir,
>
> I want to implement G711 Codec in BlackBerry Linphone Application so please
> sir help me
> how to code for G711 Codec.
>
> thanks
>
> Anurag
>
> On Mon, Nov 28, 2011 at 8:39 PM, Alastair Johnson <
>
> address@hidden> wrote:
> > If you've made that change the termination provider should ony ever see
> > ulaw.
> > You need to look at your asterisk logs to see where it is going wrong.
> >
> > On Monday 28 November 2011, Anurag Mishra wrote:
> > > Hi,
> > >
> > > i had already did the changes in sip.conf. but We will get issue when
> > > we send this call to the termination provider they don't accept as
> > > because amr-nb codec is not there on the termination side.
> > >
> > > Please help me.
> > >
> > > Anurag
> > >
> > > On Thu, Nov 24, 2011 at 7:51 PM, i iordanov <address@hidden> wrote:
> > > > Assuming you install the amr-nb codec in asterisk 1.4, you can see
> > > > the codecs and whether asterisk can convert between them with:
> > > >
> > > > core show translation
> > > >
> > > > at the asterisk command-line. After confirming that there is a
> > > > translation path between amr and for example ulaw, you
> > > >
> > > > disallow=all
> > > > allow=ulaw
> > > >
> > > > in the peer definition for your provider(s), and:
> > > >
> > > > disallow=ulaw
> > > > allow=amr-nb
> > > >
> > > > For the user definition of the bb clients. I am not sure the codec is
> > > > called amr-nb, it was a guess.
> > > >
> > > > Also, you disable all the options that asterisk has of renegotiating
> > > > a direct audio path between the clients and provider, so it can do
> > > > the conversion (see canreinvite and similar options in sip.conf).
> > > >
> > > > Cheers,
> > > > Iordan
> > > >
> > > > --
> > > > The conscious mind has one thread of execution.
> > > >
> > > > On Nov 24, 2011 6:08 AM, "Anurag Mishra" <address@hidden> wrote:
> > > >> Hi,
> > > >>
> > > >> I will install AMR-NB codec on my server. after that i will get
> > > >> issue
> >
> > on
> >
> > > >> termination side as now a days no termination provider is supporting
> > > >> ABR-NB codec so is there any way we convert AMR-NB to other codec
> > > >> like GSM, g721 or any other codec.
> > > >>
> > > >> Thanks
> > > >>
> > > >> Anurag
> > > >>
> > > >> On Thu, Nov 24, 2011 at 4:11 PM, Anurag Mishra
> >
> > <address@hidden>wrote:
> > > >>>  Hi,  Please find the following information about asterisk:
> > > >>> I am using Asterisk 1.4, but I am unable to find AMR-NB codec for
> > > >>> Asterisk 1.4 version.
> > > >>> If you would  provide me help about this that how to build amrnb
> >
> > codec
> >
> > > >>> along with Asterisk 1.4 version.
> > > >>> then I would be thankful for you.
> > > >>>
> > > >>>
> > > >>> Thanks
> > > >>> Anurag
> > > >>>
> > > >>> On Thu, Nov 24, 2011 at 12:31 PM, Ramu <address@hidden>
> >
> > wrote:
> > > >>>> You need to install AMR-NB codec in Asterisk
> > > >>>>
> > > >>>> On Wed, Nov 23, 2011 at 4:12 PM, Anurag Mishra
> >
> > <address@hidden>wrote:
> > > >>>>> Hi Sir,
> > > >>>>>
> > > >>>>> When We make call with  Blackberry Linphone  To  PSTN call then
> > > >>>>> Asterisk generate following   Error Log message
> > > >>>>> please see bellow
> > > >>>>>
> > > >>>>>
> > > >>>>> No matching peer found
> > > >>>>>
> > > >>>>> [Nov 23 01:03:05] NOTICE[2703]: chan_sip.c:5994 process_sdp: No
> > > >>>>> compatible code
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>> Thanks
> > > >>>>>
> > > >>>>>
> > > >>>>> Anurag
> > > >>>>>
> > > >>>>> _______________________________________________
> > > >>>>> Linphone-developers mailing list
> > > >>>>> address@hidden
> > > >>>>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
> > > >>>>
> > > >>>> --
> > > >>>> Ramu
> > > >>>>
> > > >>>> _______________________________________________
> > > >>>> Linphone-developers mailing list
> > > >>>> address@hidden
> > > >>>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
> > > >>
> > > >> _______________________________________________
> > > >> Linphone-developers mailing list
> > > >> address@hidden
> > > >> https://lists.nongnu.org/mailman/listinfo/linphone-developers
> > > >
> > > > _______________________________________________
> > > > Linphone-developers mailing list
> > > > address@hidden
> > > > https://lists.nongnu.org/mailman/listinfo/linphone-developers
> >
> > _______________________________________________
> > Linphone-developers mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]