Module incomingproxy

Server handling registrar functions and routing of SIP- requests/responses.

Introduced in: 15 Nov 2002 by Magnus Ahltorp <ahltorp@nada.kth.se>

Behaviours: yxa_app.

Authors: Magnus Ahltorp (ahltorp@nada.kth.se).

Description

Server handling registrar functions and routing of SIP- requests/responses. See the README file for more information.

Function Index

request/2 YXA applications must export a request/2 function.
response/2 YXA applications must export an response/3 function.

Function Details

request/2

request(Request, YxaCtx) -> term()

returns: Yet to be specified. Return 'ok' for now.

YXA applications must export a request/2 function.

response/2

response(Response, YxaCtx) -> term()

returns: Yet to be specified. Return 'ok' for now.

YXA applications must export an response/3 function.


Generated by EDoc, Oct 17 2007, 16:48:25.