Integrating issue of G729 with latest version of PJSIP

JS
Jazib Shehraz
Tue, Jan 16, 2018 11:49 AM

I want to integrate G729 codec with PJSIP for android. For this purpose, i
found two kind of solution.

  1. Intel IPP_Codecs which are specified on PJSIP website: Attached_URL
    https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
  2. Patches from Csipsimple or Linphone

*For Intel IPP_Codecs :  *I have followed following tutorial :
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions

After following the tutorial, i figured out  that Intel have no longer
support of ARM base architecture and G729 sample code is also no longer
provided by Intel in latest release of Intel IPP library. So i am unable to
integrate  Intel IPP Codecs with PJSIP.

*2) Secondly patches are available till  PJSIP 2.5v and many of these
tutorial cannot resolved my problem. *

So please guide me how should  i integrate G729 codecs with latest version
of PJSIP.

Thanks in advance.

--
Regards,
Jazib Shehraz
Cell # 0331-523-4057
skype: muhammad.jazab
e-mail : shehrazjazib@gmail.com

I want to integrate G729 codec with PJSIP for android. For this purpose, i found two kind of solution. 1) Intel IPP_Codecs which are specified on PJSIP website: Attached_URL <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions> 2) Patches from Csipsimple or Linphone *For Intel IPP_Codecs : *I have followed following tutorial : *https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions>* After following the tutorial, i figured out that Intel have no longer support of ARM base architecture and G729 sample code is also no longer provided by Intel in latest release of Intel IPP library. So i am unable to integrate Intel IPP Codecs with PJSIP. *2) Secondly patches are **available** till PJSIP 2.5v and many of these tutorial cannot resolved my problem. * So please guide me how should i integrate G729 codecs with latest version of PJSIP. Thanks in advance. -- Regards, *Jazib Shehraz* Cell # 0331-523-4057 skype: muhammad.jazab e-mail : shehrazjazib@gmail.com
AP
Arslan Pervaiz
Tue, Jan 16, 2018 12:54 PM

Hi,

I am not Android expert but AFAIK this works

https://github.com/VoiSmart/pjsip-android-builder

Regards,
Arslan Pervaiz

On Tue, Jan 16, 2018 at 12:49 PM, Jazib Shehraz shehrazjazib@gmail.com
wrote:

I want to integrate G729 codec with PJSIP for android. For this purpose, i
found two kind of solution.

  1. Intel IPP_Codecs which are specified on PJSIP website: Attached_URL
    https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
  2. Patches from Csipsimple or Linphone

*For Intel IPP_Codecs :  *I have followed following tutorial :
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions

After following the tutorial, i figured out  that Intel have no longer
support of ARM base architecture and G729 sample code is also no longer
provided by Intel in latest release of Intel IPP library. So i am unable to
integrate  Intel IPP Codecs with PJSIP.

*2) Secondly patches are available till  PJSIP 2.5v and many of these
tutorial cannot resolved my problem. *

So please guide me how should  i integrate G729 codecs with latest version
of PJSIP.

Thanks in advance.

--
Regards,
Jazib Shehraz
Cell # 0331-523-4057
skype: muhammad.jazab
e-mail : shehrazjazib@gmail.com


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, I am not Android expert but AFAIK this works https://github.com/VoiSmart/pjsip-android-builder Regards, Arslan Pervaiz On Tue, Jan 16, 2018 at 12:49 PM, Jazib Shehraz <shehrazjazib@gmail.com> wrote: > I want to integrate G729 codec with PJSIP for android. For this purpose, i > found two kind of solution. > > 1) Intel IPP_Codecs which are specified on PJSIP website: Attached_URL > <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions> > 2) Patches from Csipsimple or Linphone > > *For Intel IPP_Codecs : *I have followed following tutorial : > *https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions > <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions>* > > After following the tutorial, i figured out that Intel have no longer > support of ARM base architecture and G729 sample code is also no longer > provided by Intel in latest release of Intel IPP library. So i am unable to > integrate Intel IPP Codecs with PJSIP. > > *2) Secondly patches are **available** till PJSIP 2.5v and many of these > tutorial cannot resolved my problem. * > > So please guide me how should i integrate G729 codecs with latest version > of PJSIP. > > Thanks in advance. > > > -- > Regards, > *Jazib Shehraz* > Cell # 0331-523-4057 > skype: muhammad.jazab > e-mail : shehrazjazib@gmail.com > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
JS
Jazib Shehraz
Wed, Jan 17, 2018 7:28 AM

Thanks for response dear. I already followed the tutorial, that you shared.
There are two issue with that tutorial.

  1. Its for very old version of PJSIP
  2. When i tried, i got this message : " G729 is disabled ...yes"

So please guide me, how should i do

Thanks in advance

On Tue, 16 Jan 2018 at 17:55 Arslan Pervaiz arslan.bn@gmail.com wrote:

Hi,

I am not Android expert but AFAIK this works

https://github.com/VoiSmart/pjsip-android-builder

Regards,
Arslan Pervaiz

On Tue, Jan 16, 2018 at 12:49 PM, Jazib Shehraz shehrazjazib@gmail.com
wrote:

I want to integrate G729 codec with PJSIP for android. For this purpose,
i found two kind of solution.

  1. Intel IPP_Codecs which are specified on PJSIP website: Attached_URL
    https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
  2. Patches from Csipsimple or Linphone

*For Intel IPP_Codecs :  *I have followed following tutorial :
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions

After following the tutorial, i figured out  that Intel have no longer
support of ARM base architecture and G729 sample code is also no longer
provided by Intel in latest release of Intel IPP library. So i am unable to
integrate  Intel IPP Codecs with PJSIP.

*2) Secondly patches are available till  PJSIP 2.5v and many of
these tutorial cannot resolved my problem. *

So please guide me how should  i integrate G729 codecs with latest
version of PJSIP.

Thanks in advance.

--
Regards,
Jazib Shehraz
Cell # 0331-523-4057
skype: muhammad.jazab
e-mail : shehrazjazib@gmail.com


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


--
Regards,
Jazib Shehraz
Cell # 0331-523-4057
skype: muhammad.jazab
e-mail : shehrazjazib@gmail.com

Thanks for response dear. I already followed the tutorial, that you shared. There are two issue with that tutorial. 1) Its for very old version of PJSIP 2) When i tried, i got this message : " G729 is disabled ...yes" So please guide me, how should i do Thanks in advance On Tue, 16 Jan 2018 at 17:55 Arslan Pervaiz <arslan.bn@gmail.com> wrote: > Hi, > > I am not Android expert but AFAIK this works > > https://github.com/VoiSmart/pjsip-android-builder > > Regards, > Arslan Pervaiz > > On Tue, Jan 16, 2018 at 12:49 PM, Jazib Shehraz <shehrazjazib@gmail.com> > wrote: > >> I want to integrate G729 codec with PJSIP for android. For this purpose, >> i found two kind of solution. >> >> 1) Intel IPP_Codecs which are specified on PJSIP website: Attached_URL >> <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions> >> 2) Patches from Csipsimple or Linphone >> >> *For Intel IPP_Codecs : *I have followed following tutorial : >> *https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions >> <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions>* >> >> After following the tutorial, i figured out that Intel have no longer >> support of ARM base architecture and G729 sample code is also no longer >> provided by Intel in latest release of Intel IPP library. So i am unable to >> integrate Intel IPP Codecs with PJSIP. >> >> *2) Secondly patches are **available** till PJSIP 2.5v and many of >> these tutorial cannot resolved my problem. * >> >> So please guide me how should i integrate G729 codecs with latest >> version of PJSIP. >> >> Thanks in advance. >> >> >> -- >> Regards, >> *Jazib Shehraz* >> Cell # 0331-523-4057 >> skype: muhammad.jazab >> e-mail : shehrazjazib@gmail.com >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Regards, *Jazib Shehraz* Cell # 0331-523-4057 skype: muhammad.jazab e-mail : shehrazjazib@gmail.com
AP
Arslan Pervaiz
Wed, Jan 17, 2018 9:04 AM

Hi,

I believe you can modify this script to use the latest version of PJSIP in
config file.
To compile PJSIP with G729 you need to use this command ./build-with-g729
instead of ./build

Regards,
Arslan Pervaiz

On Wed, Jan 17, 2018 at 8:28 AM, Jazib Shehraz shehrazjazib@gmail.com
wrote:

Thanks for response dear. I already followed the tutorial, that you
shared. There are two issue with that tutorial.

  1. Its for very old version of PJSIP
  2. When i tried, i got this message : " G729 is disabled ...yes"

So please guide me, how should i do

Thanks in advance

On Tue, 16 Jan 2018 at 17:55 Arslan Pervaiz arslan.bn@gmail.com wrote:

Hi,

I am not Android expert but AFAIK this works

https://github.com/VoiSmart/pjsip-android-builder

Regards,
Arslan Pervaiz

On Tue, Jan 16, 2018 at 12:49 PM, Jazib Shehraz shehrazjazib@gmail.com
wrote:

I want to integrate G729 codec with PJSIP for android. For this purpose,
i found two kind of solution.

  1. Intel IPP_Codecs which are specified on PJSIP website: Attached_URL
    https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
  2. Patches from Csipsimple or Linphone

*For Intel IPP_Codecs :  *I have followed following tutorial :
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions
https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions

After following the tutorial, i figured out  that Intel have no longer
support of ARM base architecture and G729 sample code is also no longer
provided by Intel in latest release of Intel IPP library. So i am unable to
integrate  Intel IPP Codecs with PJSIP.

*2) Secondly patches are available till  PJSIP 2.5v and many of
these tutorial cannot resolved my problem. *

So please guide me how should  i integrate G729 codecs with latest
version of PJSIP.

Thanks in advance.

--
Regards,
Jazib Shehraz
Cell # 0331-523-4057
skype: muhammad.jazab
e-mail : shehrazjazib@gmail.com


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


--
Regards,
Jazib Shehraz
Cell # 0331-523-4057
skype: muhammad.jazab
e-mail : shehrazjazib@gmail.com


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, I believe you can modify this script to use the latest version of PJSIP in config file. To compile PJSIP with G729 you need to use this command ./build-with-g729 instead of ./build Regards, Arslan Pervaiz On Wed, Jan 17, 2018 at 8:28 AM, Jazib Shehraz <shehrazjazib@gmail.com> wrote: > Thanks for response dear. I already followed the tutorial, that you > shared. There are two issue with that tutorial. > 1) Its for very old version of PJSIP > 2) When i tried, i got this message : " G729 is disabled ...yes" > > So please guide me, how should i do > > Thanks in advance > > On Tue, 16 Jan 2018 at 17:55 Arslan Pervaiz <arslan.bn@gmail.com> wrote: > >> Hi, >> >> I am not Android expert but AFAIK this works >> >> https://github.com/VoiSmart/pjsip-android-builder >> >> Regards, >> Arslan Pervaiz >> >> On Tue, Jan 16, 2018 at 12:49 PM, Jazib Shehraz <shehrazjazib@gmail.com> >> wrote: >> >>> I want to integrate G729 codec with PJSIP for android. For this purpose, >>> i found two kind of solution. >>> >>> 1) Intel IPP_Codecs which are specified on PJSIP website: Attached_URL >>> <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions> >>> 2) Patches from Csipsimple or Linphone >>> >>> *For Intel IPP_Codecs : *I have followed following tutorial : >>> *https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions >>> <https://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs#LinuxInstructions>* >>> >>> After following the tutorial, i figured out that Intel have no longer >>> support of ARM base architecture and G729 sample code is also no longer >>> provided by Intel in latest release of Intel IPP library. So i am unable to >>> integrate Intel IPP Codecs with PJSIP. >>> >>> *2) Secondly patches are **available** till PJSIP 2.5v and many of >>> these tutorial cannot resolved my problem. * >>> >>> So please guide me how should i integrate G729 codecs with latest >>> version of PJSIP. >>> >>> Thanks in advance. >>> >>> >>> -- >>> Regards, >>> *Jazib Shehraz* >>> Cell # 0331-523-4057 >>> skype: muhammad.jazab >>> e-mail : shehrazjazib@gmail.com >>> >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip@lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >>> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > > -- > Regards, > *Jazib Shehraz* > Cell # 0331-523-4057 > skype: muhammad.jazab > e-mail : shehrazjazib@gmail.com > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >