From f5d06c660de71cb26367ac94246a987cbc34d024 Mon Sep 17 00:00:00 2001 From: TheCK Date: Thu, 27 Nov 2014 13:39:14 +0100 Subject: [PATCH] Change caller id Set a custom caller id or anonymous. --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 976820c..fa72348 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,21 @@ Action | Description Dial ---- -Send call to voicemail or an external number ([call charges apply](https://www.simquadrat.de/tarife/mobile)). +Redirect the call and alter your caller id ([call charges apply](https://www.simquadrat.de/tarife/mobile)). + +Attribute | Possible values | Default value +--------- | ------------------------------------------------------------ | ------------- +callerId | Number in [E.164](http://en.wikipedia.org/wiki/E.164) format | Account settings +anonymous | true, false | Account / phone settings + +Possible targets for the dial command: Target | Description --------- | ----------- Number | Send call to an external number (has to be in [E.164](http://en.wikipedia.org/wiki/E.164) format) Voicemail | Send call to [voicemail](https://www.simquadrat.de/feature-store/voicemail) (feature has to be booked) + **Example 1: Redirect call** ```xml @@ -76,6 +84,27 @@ Voicemail | Send call to [voicemail](https://www.simquadrat.de/feature-store/voi ``` +**Example 3: Suppress phone number** +```xml + + + + 4915799912345 + + +``` + +**Example 4: Set custom caller id for outgoing call** +```xml + + + + + 4915799912345 + + +``` + Play ----