在
这个函数的文档里 , TB 公司说:
Call leg allocation should be done here by creating a new ef CTBCMCLeg. If for any reason call leg
allocation is not done, ef CTBCMCLeg::RefuseLeg should be called to refuse the leg correctly.
这说明, CTBCMCLeg 并不存在于传进来的参数, 传进来的只是 legID , 和 legAttribute
此外还有一个重要的函数是
virtual TBX_VOID OnNapStatsUpdated ( IN std::vector< PTRCTBCAFNapStats > in_aNapStats );接收到此事件时,说明NAP发生了改变。