On Thu, Sep 29, 2011 at 8:12 PM, Vikas Gupta <vikas.gupta at vektrix.in> wrote: > Hi All > > I am struggling to find a way to stop codec lock step pjsip follows if it > receives more than one codec in the SDP answer from the remote end. > > Please help me disable the codec lock code cleanly. > As a workaround, enable only one codec in your application code. If the other end is helpful, you could first send OPTIONS to query what it supports and decide which one codec to use in advance. Benny