Re: [Sofia-sip-devel] Modify sofsip cli to work with PCMA instead of PCMA

2009-09-24 Thread Pekka Pessi
2009/9/14 fabien comte > I want sofsip cli works with PCMA instead of PCMU. How to modify it ? Just in case you have not figured out it yet: you have to change the RTP payload type on m= line to 8, too. The rtpmap should work, provided the payload number on m=audio line and a=rtpmap are same, at

[Sofia-sip-devel] Modify sofsip cli to work with PCMA instead of PCMA

2009-09-14 Thread fabien comte
sofia-sip-devel@lists.sourceforge.net Hello, I want sofsip cli works with PCMA instead of PCMU. How to modify it ? I modified ssc_media_gst.c   self->sm_pt = 0; /* PT=0 => PCMU */   /* step: initialize the PT<->caps hash table */   pt_caps = gst_caps_new_simple ("application/x-rtp", "clock-r