Behaviours: gen_server.
| cancel/2 | |
| code_change/3 | |
| delete/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| insert/4 | |
| process/2 | |
| reply/2 | |
| request/3 | |
| request/4 | |
| start_link/0 | |
| stop/1 | |
| terminate/2 |
cancel(Sip, TU) -> any()
code_change(OldVsn, State, Extra) -> any()
delete(Branch, Method, Type) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
insert(Branch, Method, Type, Pid) -> any()
process(SIPSock, Sip) -> any()
reply(Trid, Sip) -> any()
request(SIPSock, Req, TU) -> any()
request(SIPSock, Sip, TU, Opts) -> any()
start_link() -> any()
stop(Trid) -> any()
terminate(Reason, State) -> any()
Generated by EDoc