Skip to Content
Asterisk: The Future of Telephony
book

Asterisk: The Future of Telephony

by Jim Van Meggelen, Jared Smith, Leif Madsen
September 2005
Intermediate to advanced
408 pages
16h 20m
English
O'Reilly Media, Inc.
Content preview from Asterisk: The Future of Telephony

Name

Eval() — Evaluates any Asterisk variables located within a string

Synopsis

    Eval(newvar=string)

Processes the given string and evaluates any variables contained in the string. The resulting value is assigned to the variable newvar.

This application is used in situations where a string is used in the dialplan, but any variables contained within it need to be evaluated first. This is often the case when the string is retrieved from a database or other external source.

    ; go through some convoluted steps to create a string that contains
    ; the unparsed variable ${UNIQUEID}
    exten => 123,1,Set(ONE=\$)
    exten => 123,2,Set(TWO=$[{UNIQUEID}])
    ; print the values to the console, to make sure it hasn't been parsed
    exten => 123,3,NoOp(${ONE}${TWO})
    ; now evaluate the variables in the string
    exten => 123,4,Eval(TEST=${ONE}${TWO})
    ; print the result to the console
    exten => 123,5,NoOp(${TEST})

See Also

Exec(), ExecIf()

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Asterisk: The Future of Telephony, 2nd Edition

Asterisk: The Future of Telephony, 2nd Edition

Jim Van Meggelen, Jared Smith, Leif Madsen
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 0596009623Supplemental ContentCatalog PageErrata