> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/mobilfunk/funktionen-und-tastenkuerzel-im-mobilfunk-von-sipgate.md).

# Functions and keyboard shortcuts in sipgate mobile network

With a SIM card or eSIM from sipgate, after successful activation you have access to the following functions:

* own caller ID
* any number of local and mobile numbers can be used
* simultaneous ringing
* quick integration into the routing of your sipgate line
* quick navigation to various functions using keyboard shortcuts:

  | keyboard shortcuts     | Action                                                | Comment                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | ---------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | **\*3 phone number #** | Initiate transfer (put through/transfer call)         | Type **\*3** as well as the desired destination number and confirm with #. You will first be connected to the selected participant. As soon as you hang up, the caller will be put through.                                                                                                                                                                                                                                                                    |
  | **\*8**                | Cancel transfer                                       | With **\*8** you can cancel the transfer. You will then be connected back to the calling person.                                                                                                                                                                                                                                                                                                                                                               |
  | **\*4**                | Broker call (switch between the existing connections) | If you want to inform the callers that they are now being forwarded, tap **\*4**. As soon as you hang up, the caller will be put through.                                                                                                                                                                                                                                                                                                                      |
  | **\*5**                | Start three-way conference                            | If you want to connect yourself and the two participants into a conference, tap **\*5** and the conference will start.                                                                                                                                                                                                                                                                                                                                         |
  | **\*6**                | Start/stop call recordings                            | Type **\*6** and the recording will start. All call participants will hear the announcement "Recording started". Tap again **\*6** and the recording will stop. All call participants will also hear the announcement "Recording stopped". You can then find the recording in your event list. There you can listen to it or download it as an MP3 file. Alternatively, you can also listen to recordings by phone. Multiple recordings per call are possible. |
  | **\*8**                | Disconnect call                                       | Type **\*8**, to disconnect the current call.                                                                                                                                                                                                                                                                                                                                                                                                                  |


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/mobilfunk/funktionen-und-tastenkuerzel-im-mobilfunk-von-sipgate.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.
