MCPcopy Create free account
hub / github.com/SIPp/sipp / call

Class call

include/message.hpp:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164/* Custom Keyword Function Type. */
165struct MessageComponent;
166class call;
167typedef int (*customKeyword)(call *, struct MessageComponent *, char *, int);
168/* Custom Keyword Registration Function. */
169int registerKeyword(char *keyword, customKeyword fxn);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected