|
@@ -2869,6 +2869,11 @@ static const char *rpc_retransmit_reply_doc[2] = {
|
|
0
|
|
0
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+static const char *rpc_retransmit_reply_callid_doc[2] = {
|
|
|
|
+ "Retransmit the transaction reply by call-id",
|
|
|
|
+ 0
|
|
|
|
+};
|
|
|
|
+
|
|
static const char *rpc_reply_callid_doc[2] = {
|
|
static const char *rpc_reply_callid_doc[2] = {
|
|
"Reply transaction by call-id",
|
|
"Reply transaction by call-id",
|
|
0
|
|
0
|
|
@@ -2943,6 +2948,8 @@ static rpc_export_t tm_rpc[] = {
|
|
{"tm.cancel", rpc_cancel, rpc_cancel_doc, 0},
|
|
{"tm.cancel", rpc_cancel, rpc_cancel_doc, 0},
|
|
{"tm.reply", rpc_reply, rpc_reply_doc, 0},
|
|
{"tm.reply", rpc_reply, rpc_reply_doc, 0},
|
|
{"tm.retransmit_reply", rpc_retransmit_reply, rpc_retransmit_reply_doc, 0},
|
|
{"tm.retransmit_reply", rpc_retransmit_reply, rpc_retransmit_reply_doc, 0},
|
|
|
|
+ {"tm.retransmit_reply_callid", rpc_retransmit_reply_callid,
|
|
|
|
+ rpc_retransmit_reply_callid_doc, 0},
|
|
{"tm.reply_callid", rpc_reply_callid, rpc_reply_callid_doc, 0},
|
|
{"tm.reply_callid", rpc_reply_callid, rpc_reply_callid_doc, 0},
|
|
{"tm.stats", tm_rpc_stats, tm_rpc_stats_doc, 0},
|
|
{"tm.stats", tm_rpc_stats, tm_rpc_stats_doc, 0},
|
|
{"tm.hash_stats", tm_rpc_hash_stats, tm_rpc_hash_stats_doc, 0},
|
|
{"tm.hash_stats", tm_rpc_hash_stats, tm_rpc_hash_stats_doc, 0},
|