VZTECH / Mbed 2 deprecated main_src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Embed: (wiki syntax)

« Back to documentation index

sip.h File Reference

sip.h File Reference

Implementa as funções utilizadas no tratamento SIP entre a Header e o server More...

Go to the source code of this file.

Variables

 __pad1__
 Indica o timeout de espera de resposta de pedido de ligação para o servidor, após esse tempo responde ligação encerrado para o Call_box.
const uint16_t SIP_MAXFIELDSIZE = 256
 Define o tamanho máximo de algumas mensagens usadas na negociação Sip.
const uint16_t SIP_MAXMSGSIZE = 1024
 Define o tamanho máximo das mensagens enviadas.
static const char SIP_ALLOW [] = "Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER"
 String de composição de pacotes enviados pela Header para o *.

Detailed Description

Implementa as funções utilizadas no tratamento SIP entre a Header e o server

Author:
Jhonatan Casale
Version:
1
Date:
2014-11-05

Definition in file sip.h.


Variable Documentation

Indica o timeout de espera de resposta de pedido de ligação para o servidor, após esse tempo responde ligação encerrado para o Call_box.

Definition at line 20 of file sip.h.

const char SIP_ALLOW[] = "Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER" [static]

String de composição de pacotes enviados pela Header para o *.

Definition at line 28 of file sip.h.

const uint16_t SIP_MAXFIELDSIZE = 256

Define o tamanho máximo de algumas mensagens usadas na negociação Sip.

Definition at line 22 of file sip.h.

const uint16_t SIP_MAXMSGSIZE = 1024

Define o tamanho máximo das mensagens enviadas.

Definition at line 25 of file sip.h.