man megaco_transport () - Megaco transport begaviour.

NAME

megaco_transport - Megaco transport begaviour.

DESCRIPTION

The following functions should be exported from a megaco_transport callback module:

EXPORTS

Module:send_message(Handle, Msg) -> ok | Error

Types
Handle = term()

Msg = binary() | iolist()

Error = term()

Send a megaco message.

AUTHOR

Micael Karlberg - support@erlang.ericsson.se