ImportVar()

Setzt eine Variable basierend auf einer Channelvariable eines anderen Channels.

ImportVar(NeueVariable=Channel,Variable)

Setzt die Variable NeueVariable auf den Wert von Variable des angegebenen Channels. Falls NeueVariable mit dem Zeichen _ beginnt, wird einfache Vererbung angenommen. Falls NeueVariable mit __ beginnt, wird unbeschränkte Vererbung angenommen.

; Caller-ID vom Channel Zap/1 importieren:
exten => 123,1,Answer()
exten => 123,n,ImportVar(cid=Zap/1,CALLERID)
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'ImportVar' =- 

[Synopsis]
Import a variable from a channel into a new variable

[Description]
  ImportVar(newvar=channelname|variable): This application imports a var
iable
from the specified channel (as opposed to the current one) and stores it
 as
a variable in the current channel (the channel that is calling this
application). Variables created by this application have the same inheri
tance
properties as those created with the Set application. See the documentat
ion for
Set for more information.

Differenz zum internen Hilfetext in Asterisk 1.2: 

- keine - 

Siehe auch.  Set()