Module pstnproxy

An SIP application level 'firewall' to defend a PSTN gateway from misuse and to make sure users are authorized to make calls to different 'classes' of numbers (configured through regular expressions).

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

Behaviours: yxa_app.

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

Description

An SIP application level 'firewall' to defend a PSTN gateway from misuse and to make sure users are authorized to make calls to different 'classes' of numbers (configured through regular expressions). Also perform ENUM lookups on requests _from_ the PSTN gw. 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 a response/2 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 a response/2 function.


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