提交 9a05aca8 authored 作者: Georgiewskiy Yuriy's avatar Georgiewskiy Yuriy

uncoment codec-prefs handling (commented out while make some experiments with codec exchange).


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15246 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8eeca909
/*
Version 0.0.8
Version 0.0.9
*/
#include "mod_h323.h"
......@@ -872,9 +872,9 @@ bool FSH323Connection::OnReceivedCapabilitySet(const H323Capabilities & remoteCa
bool FSH323Connection::OnAlerting(const H323SignalPDU &alertingPDU, const PString &user){
PTRACE(4, "mod_h323\t======>PFSH323Connection::OnAlerting user = "<<(const char *)user<<" ["<<*this<<"]");
return (switch_channel_mark_ring_ready(m_fsChannel) == SWITCH_STATUS_SUCCESS);
;
switch_status_t status = switch_channel_mark_ring_ready(m_fsChannel);
PTRACE(4, "mod_h323\t----------->OnAlerting return = "<<status);
return ( status == SWITCH_STATUS_SUCCESS);
}
void FSH323Connection::OnEstablished(){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论