search for: vinko

Displaying 2 results from an estimated 2 matches for "vinko".

Did you mean: vinfo
2005 Mar 07
5
Asterisk & MySQL Blobs
...application I am working on requires all user data resides in a database. I am currently reading/writing the files to disk via a phpagi scripts but I would love to read the blob into a variable in the dial plan, etc. It seems like a waste of resources to write and delete the file. Thanks, Vinko Grskovic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050307/8c331b4d/attachment.htm
2005 Mar 08
1
Dial() out and offer a menu system
Hello all! I'd like my * to call out to somebody and offer the called party a menu system. Everything should just be as if the called party had initiated the call themselves. This is my try: exten => 100,1,Dial(Modem/g1:0555321) exten => 100,2,Goto(mainmenu,s,1) This doesn't really work, because the Dial cmd blocks further execution until the called party hangs up. Next try: