Seitenhierarchie

Suche

Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

To

...

enable

...

the

...

logging

...

of

...

the

...

SIP

...

packets

...

on

...

the

...

STARFACE,

...

the

...

following

...

steps

...

must

...

be

...

performed:

  1. Connect

    via

    ssh

    to

    STARFACE

  2. Login with the root user (see also "Password for the Root User")

  3. Enter command "asterisk -rvvvv" (without quotation marks) and confirm with Enter key

  4. Enable logging of SIP packets

Various

...

commands

...

are

...

available

...

for

...

activating

...

the

...

SIP

...

packet

...

logging:

Syntax

Beschreibung

sip set debugLogging of all received and sent SIP packets (up to version 5 of STARFACE)
sip set debug on
Logging of all received and sent SIP packets (from version 6 of STARFACE)
sip set debug ip IP-Adresse
Only SIP packets received from the IP address and sent to the IP address will be logged.

sip set debug peer Peer-Name

Only SIP packets received by this peer and sent to this peer are logged.

sip set debug off

Deactivation of the entire SIP logging

...