According to https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_PUSH, the command Push()
should be perfectly valid. However, in my Asterisk 13.6 installation:
same => n, Push(customer_codes,1234,5678,9087)
generates:
[Nov 6 11:19:07] WARNING[24966][C-00000002]: pbx.c:4972 pbx_extension_helper: No application 'Push' for extension
When I execute asterisk -x 'core show applications'
, I notice that Push()
, Pop()
, Shift()
are conspicuously absent from the list.
Can anyone tell me which module these are found in, or what might be the problem?