您當(dāng)前的位置是:  首頁(yè) > 資訊 > 文章精選 >
 首頁(yè) > 資訊 > 文章精選 >

最新Kamailio版本開始支持RTP Media Server

2019-03-12 09:57:14   作者:   來源:CTI論壇   評(píng)論:0  點(diǎn)擊:


  Kamailio是非常有名的SIP開源軟交換平臺(tái)。Kamailio在全世界有著非常龐大的用戶群體,大部分的用戶通過Kamailio和其他媒體軟交換的集成來實(shí)現(xiàn)集群管理,均衡負(fù)載等功能。
  以前的Kamailio一直沒有支持RTP媒體服務(wù)器內(nèi)置模塊,現(xiàn)在開發(fā)人員通過和oRTP集成,實(shí)現(xiàn)了媒體服務(wù)器模塊的功能。它可以通過外部的媒體服務(wù)器支持包(MediaStreamer2 和 oRTP),通過API調(diào)用的方式實(shí)現(xiàn)媒體功能。
  oRTP支持的功能包括:
  • Written in C, works under Linux (and probably any Unix) and Windows
  • Implements the RFC 3550 (RTP) with an easy-to-use API with high- and low-level access
  • Features an adaptive jitter algorithm that enables a receiver to adapt to the clock rate of the sender and network jitter
  • Includes support for multiple profiles, (AV profile (RFC 3551) is the default)
  • Supports part of RFC 4733 for telephone events over RTP
  • Includes an API to parse and compose RTCP packets, including AVPF RTCP packets
  • Features a congestion detector based on an analysis of the packet's arrival time
  • Comprises a download capacity estimator that is usable for video streams
  媒體服務(wù)器模塊可以實(shí)現(xiàn)媒體文件播放,電話橋接,DTMF生成,編碼和重采樣等功能。具體的功能仍然在測(cè)試開發(fā)階段,相信在不久的未來可以看到穩(wěn)定版本面世。
  代碼示例:
  …
  event_route[rms:start] {
  xnotice("[rms:start] play …\n");
  rms_play("/tmp/reference_8000.wav", "rms:after_play");
  }; // 播放語(yǔ)音文件
  event_route[rms:after_play] {
  xnotice("[rms:after_play] play done…\n");
  rms_hangup();
  };
  route {
  if (t_precheck_trans()) {
  t_check_trans();
  exit;
  }
  t_check_trans();
  if (is_method("INVITE") && !has_totag()) {
  if (!rms_answer("rms:start")) {
  t_reply("503", "server error");
  }
  }
  rms_sip_request();
  …
  筆者認(rèn)為,Kamailio集成媒體服務(wù)器的功能以后,可能會(huì)成為繼Asterisk,F(xiàn)reeSWITCH媒體服務(wù)器以后另外一個(gè)比較強(qiáng)大的媒體信令軟交換平臺(tái),可能更加適合互聯(lián)網(wǎng)模式開發(fā)環(huán)境和靈活的語(yǔ)音應(yīng)用場(chǎng)景。
  關(guān)于媒體模塊的使用,讀者可以訪問:
  http://kamailio.org/docs/modules/devel/modules/rtp_media_server.html
 
 
  關(guān)注微信公眾號(hào):asterisk-cn,獲得有價(jià)值的Asterisk行業(yè)分享
  Asterisk freepbx 中文官方論壇:http://bbs.freepbx.cn/forum.php
  Asterisk freepbx技術(shù)文檔: www.freepbx.org.cn
  融合通信商業(yè)解決方案,協(xié)同解決方案首選產(chǎn)品:www.hiastar.com
  Asterisk/FreePBX中國(guó)合作伙伴,官方qq技術(shù)分享群(3000千人):589995817

【免責(zé)聲明】本文僅代表作者本人觀點(diǎn),與CTI論壇無(wú)關(guān)。CTI論壇對(duì)文中陳述、觀點(diǎn)判斷保持中立,不對(duì)所包含內(nèi)容的準(zhǔn)確性、可靠性或完整性提供任何明示或暗示的保證。請(qǐng)讀者僅作參考,并請(qǐng)自行承擔(dān)全部責(zé)任。

專題

CTI論壇會(huì)員企業(yè)