linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Looking for help regarding Codec settings in Linph


From: Vishal Deep
Subject: [Linphone-developers] Looking for help regarding Codec settings in Linphone Android.
Date: Mon, 10 Aug 2015 04:24:40 -0700

Hello Team,

Greetings from my side.

I am a Developer of linphone working in a Indian Company.

My team assign me a project where i need to  integrate an API for login and password.

here is the sample:

INPUT (must be given via POST)
 'user' => username, usually email address
 'pass' => password

RETURN (JSON DATA)
 {
  "sip_pass" : "XXXXXXXX",
  "sip_port" : "6050",
  "sip_proto" : "udp",
  "sip_server" : "server name",
  "sip_user" : "e782b2442a",

"sip_codec":"g729;ulaw",
"sip_dtmf":"info","


  "sms_enabled" : false,
  "sms_error_message" : "This feature is not available on your account.",
  "success" : true
 }

--------------------------------------------------

So, 
i have implemented all settings very well but i am stuck on

"sip_codec":"g729;ulaw",


please let me know how to put these settings which results App use only codec which is coming from API.

Please help me to do this task.
Looking forward to hearing you asap.
Thank you.

reply via email to

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