the true answer about Background is:
Background not intend to work with read. the Background work like a menue, so we need to catch a digit, we add rows like:
or if you need to read to variable do that instead.
exten=i,1,SayNumber(${INVALID_EXTEN})
but you can do the only one per each context(this is true??). the main porpose of i is trap mistake keys. but we can use with this as way to read into variable.
the true answer about Background is:
Background not intend to work with read. the Background work like a menue, so we need to catch a digit, we add rows like:
or if you need to read to variable do that instead.
exten=i,1,SayNumber(${INVALID_EXTEN})
but you can do the only one per each context(this is true??). the main porpose of i is trap mistake keys. but we can use with this as way to read into variable.
Ok, now I understand more about your problem…so you can try use Read() to play a prompt while waiting for digits, because the second parameter of the Read() application is the name of an audio prompt, it’s played while waiting for digits.
[quote=“mbruni”]Ok, now I understand more about your problem…so you can try use Read() to play a prompt while waiting for digits, because the second parameter of the Read() application is the name of an audio prompt, it’s played while waiting for digits.
Hope it helps.
Regards.
Marco Bruni[/quote]
OK, but I need to play message that compound with sequence of file that depend on CRM Data for this customer?