Hi Sems list

i try to test sems(sbc mode) with transcoding from opus -> g711 and g711 ->
opus. and i getting error with unknown payload

 [27536//builddir/build/BUILD/sems-1.6.0/apps/sbc/SBCCallProfile.cpp:1628]
DEBUG:  transcoder_mode_str = 'always'
 [27536//builddir/build/BUILD/sems-1.6.0/apps/sbc/SBCCallProfile.cpp:1629]
DEBUG:  audio_codecs_str = 'opus,PCMU'
 [27536//builddir/build/BUILD/sems-1.6.0/apps/sbc/SBCCallProfile.cpp:1393]
ERROR:  Ignoring unknown payload found in call profile: 'opus/8000'
 [27536//builddir/build/BUILD/sems-1.6.0/apps/sbc/SBCCallProfile.cpp:1393]
ERROR:  Ignoring unknown payload found in call profile: 'PCMU/8000'
 [27536//builddir/build/BUILD/sems-1.6.0/apps/sbc/SBCCallProfile.cpp:1658]
DEBUG:  transcoder is enabled
 [27536//builddir/build/BUILD/sems-1.6.0/apps/sbc/SBCCallProfile.cpp:1661]
ERROR:  transcoder is enabled but no transcoder codecs selected ...
disabling it

how to make sems works

my sems conf:
   load_plugins=sbc;stats;xmlrpc2di;monitoring
   application = sbc

my sbc.conf:
   active_profile=$M($si=>src_ipmap),transparent
   regex_maps=src_ipmap

my src_ipmap.conf
   ^x\.x\.x\.x=>iptel
  ^y\.y\.y\.y=>opensips

my iptel.sbcprofiles.conf
  RURI=sip:[email protected]
  enable_transcoder=always
  sdp_filter=whitelist
  sdpfilter_list=PCMU
  transcoder_codecs=opus,PCMU
  next_hop=1.1.1.1:5060
  enable_rtprelay=yes

my opensips.sbcprofile.conf
  RURI=sip:[email protected]
  enable_transcoder=always
  sdp_filter=whitelist
  sdpfilter_list=opus
  transcoder_codecs=PCMU,opus
  ext_hop=2.2.2.2:5060
  enable_rtprelay=yes


thanks
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to