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: Anurag Mishra
Subject: Re: [Linphone-developers] Issue PSTN Calls with Blackberry Linphone
Date: Tue, 29 Nov 2011 12:32:40 +0530

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


reply via email to

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