Regarding G729 integration in pjsip
问题 I am querying on this because I am not a C expert .See if any one who has worked around it could help.I am integrating g729 in pjsip lib and I got g729 codec files from here.Here are I steps I have followed : First I have registered g729 in 'pjmedia/src/pjmedia-codec/audio_codecs.c' by putting this #if PJMEDIA_HAS_G729_CODEC /* Register G729 */ status = pjmedia_codec_g729_init(endpt); if (status != PJ_SUCCESS){ return status; } #endif Now I have two files 'pj_g729.c' and 'pj_g729.h' that I