I want to generate a random number from 1 to 10 inside the extensions.conf with asterisk. Using the infamous rand(1,10) is just not working. I know I'm not using the proper language for extensions to understand so any kind of help I can get on this is greatly appreciated.
Here's what I have:
exten => 123456789,2,MeetMe(rand(1,10),qdM)