SMDI_MSG_RETRIEVE(smdiPort
,schluessel
[,timeout
[,optionen
]])
SMDI_MSG()
(Abschnitt D.92, „SMDI_MSG()
“). Die
SMDI-Konfiguration für Asterisk befindet sich in der
smdi.conf
. Für Beispiele siehe
doc/smdi.txt
im Asterisk-Source-Verzeichnis.| | | 1.4 |————————| 1.6 |————————
-= Info about function 'SMDI_MSG_RETRIEVE' =-
[Syntax]
SMDI_MSG_RETRIEVE(<smdi port>,<search key>[,timeout[,options]])
[Synopsis]
Retrieve an SMDI message.
[Description]
This function is used to retrieve an incoming SMDI message. It returns
an ID which can be used with the SMDI_MSG() function to access details of
the message. Note that this is a destructive function in the sense that
once an SMDI message is retrieved using this function, it is no longer in
the global SMDI message queue, and can not be accessed by any other Asterisk
channels. The timeout for this function is optional, and the default is
3 seconds. When providing a timeout, it should be in milliseconds.
The default search is done on the forwarding station ID. However, if
you set one of the search key options in the options field, you can change
this behavior.
Options:
t - Instead of searching on the forwarding station, search on the message
desk terminal.
n - Instead of searching on the forwarding station, search on the message
desk number.
SMDI_MSG()
“[232] Simplified Message Desk Interface, http://en.wikipedia.org/wiki/Simplified_Message_Desk_Interface. Sie finden es z. B. bei älteren Cisco-Telefonanlagen.