SendText()
SendText(Text
[,Optionen
])
j
wird, wenn der Channel keine Textübertragung unterstützt, zur
Priorität n+101 gesprungen.SENDTEXTSTATUS
auf SUCCESS
(Erfolg), FAILURE
(Sendefehler) oder UNSUPPORTED
(nicht unterstützt).exten => 123,1,SendText(Willkommen zu Asterisk)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'SendText' =-
[Synopsis]
Send a Text Message
[Description]
SendText(text[|options]): Sends text to current channel (callee).
Result of transmission will be stored in the SENDTEXTSTATUS
channel variable:
SUCCESS Transmission succeeded
FAILURE Transmission failed
UNSUPPORTED Text transmission not supported by channel
At this moment, text is supposed to be 7 bit ASCII in most channels.
The option string many contain the following character:
'j' -- jump to n+101 priority if the channel doesn't support
text transport
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,7 +4,7 @@
Send a Text Message
[Description]
- SendText(text[|options]): Sends text to current channel (callee).
+ SendText(text): Sends text to current channel (callee).
Result of transmission will be stored in the SENDTEXTSTATUS
channel variable:
SUCCESS Transmission succeeded
@@ -12,6 +12,3 @@
UNSUPPORTED Text transmission not supported by channel
At this moment, text is supposed to be 7 bit ASCII in most channels.
- The option string many contain the following character:
- 'j' -- jump to n+101 priority if the channel doesn't support
- text transport