Skip to end of metadata
Go to start of metadata

ImportVar()

Synopsis

Import a variable from a channel into a new variable.

Description

This application imports a variable from the specified channel (as opposed to the current one) and stores it as a variable (newvar) in the current channel (the channel that is calling this application). Variables created by this application have the same inheritance properties as those created with the Set application.

Syntax

ImportVar(newvar=channelname,variable)
Arguments
  • newvar
  • vardata
    • channelname
    • variable

See Also

Import Version

This documentation was imported from Asterisk Version SVN-branch-1.8-r418641

  • No labels

1 Comment

  1. Usage:

    Syntax

    Example

    ImportVar(newvar=ChannelName|Variable)

    ImportVar(cdruniqueid=DAHDI/1|CDR(uniqueid))