> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/protocols/sip-users-guide.md).

# SIP User's Guide

UNDER CONSTRUCTION as of August 10th, 2009.

General description goes here.

### Before you begin

The signaling information/code contained in this document/product is based on the best information we have available. Although it has been tested successfully with other piece of signaling equipment, we cannot guarantee that it will conform to the usage of any particular switch in the field.

### SIP User's Guide

#### TUCL

* [Overview](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/tucl/README.md)
  * Architecture
* Stack Configuration
  * General Configuration
  * Interface(s) Configuration
* Alarms
* States

#### SIP

* Overview
  * Summary
  * Features
  * Specification
  * Architecture within the TB640
* Configuration
* Stack Configuration
  * General configuration
  * UA entity configuration
  * SAP configuration
  * Transport Server configuration
  * System Manager Layer configuration
* User Agent Functionalities
  * SIP message request
  * SIP message response
  * SIP API message identifiers
    * Session Identifier
    * Dialog Identifier
    * Transaction Identifier
  * Scenarios showing uses of API message identifiers
    * Outgoing call setup and termination
    * Incoming call setup and termination
* SIP/SDP Information element usage
  * Overview
  * SIP Utility Library
  * SIP Message
    * Sip Message Header
    * Sip Message Body
  * SIP Header information element
  * SDP information element
  * Example: Building a SIP Invite Request
* Call flow and scenarios
  * Outgoing call state diagram
  * Incoming call state diagram
  * Establishing an outgoing call
    * Call flow with packet losses
    * Call flow with error sending
    * Call flow with remote expires
    * Call flow with local expires
    * Call flow with host Cancel
    * Call flow with no expire header
    * Call flow with host Cancel timeout
    * Call flow with host Cancel cross over
    * Detailed SIP Messages
  * Receiving a call
    * Call flow with packet losses
    * Call flow with error timeout
    * Call flow with remote host Cancel
    * Call flow with remote host Cancel cross over
    * Detailed SIP Messages
  * Requesting to release a call
    * Normal call flow
    * Call flow with packet losses
    * Call flow with error sending
    * Detailed SIP Messages
  * Remote release of a Call
    * Call flow with packet losses
    * Detailed SIP Messages
  * Registering
    * Call flow for register client
    * Call flow for register server
    * Detailed SIP Messages.80
  * Options method
    * Call flow for options client.83
    * Call flow for options server
    * Detailed SIP Messages
  * Refer/Notify method
    * Call flow for refer client
    * Call flow for refer server
    * Detailed SIP Messages
  * Info method.93
    * Call flow for info client.93
    * Call flow for info server
    * Detailed SIP Messages
  * Replaces header
* Error handling
* Alarms
* States
* Accounting


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/protocols/sip-users-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
