Module sippacket

Parses a SIP message received from the network.

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

Authors: Magnus Ahltorp (ahltorp@nada.kth.se), Fredrik Thulin (ft@it.su.se).

Description

Parses a SIP message received from the network.

Data Types

header()

header() = #header{}

no description

ptr()

ptr() = #ptr{}

no description

Function Index

parse/2 Parse a packet received from the network into either a request or a response record().

Function Details

parse/2

parse(Packet, Origin) -> Request | Response | keepalive

throws {siperror, Status, Reason} | {siperror, Status, Reason, ExtraHeaders}

Parse a packet received from the network into either a request or a response record()


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