[asterisk-dev] Queues and Flash/SendDTMF in hybrid PBX
Matthew Fredrickson
creslin at digium.com
Tue Nov 28 10:43:08 MST 2006
On Nov 27, 2006, at 8:19 AM, Vieri wrote:
>
> --- "Vieri (Antonio in Istambul)"
> <rentorbuy at yahoo.com> wrote:
>
>> In case of using the queue Asterisk runs:
>> -- Executing
>> Flash("Local/4002 at from-internal-11e2,2",
>> "") in new stack
>
> and the log shows:
> logger.c: -- Executing
> Flash("Local/4002 at from-internal-11e2,2", "") in new
> stack
>
> app_flash.c: Local/4002 at from-internal-11e2,2 is not a
> Zap channel
>
> logger.c: == Spawn extension (from-internal, 7021,
> 5) exited non-zero on
> 'Local/4002 at from-internal-11e2,2'
>
> Is it possible to use Flash() when a call is picked up
> from the queue?
This will not work with chan_local. App_flash only works with zap
channel types, and if you are executing it on one of the pseudo channel
types, it won't be able to execute on the channel.
Matthew Fredrickson
More information about the asterisk-dev
mailing list