コード例 #1
0
ファイル: client.c プロジェクト: GeorgeShaw/opensips
void b2b_client_tm_cback( struct cell *t, int type, struct tmcb_params *ps)
{
	b2b_tm_cback(t, client_htable, ps);
}
コード例 #2
0
ファイル: server.c プロジェクト: Parantido/opensips
void b2b_server_tm_cback( struct cell *t, int type, struct tmcb_params *ps)
{
	b2b_tm_cback(t, server_htable, ps);
}