Guest notes Report post Posted 05/01/2010 07:21 AM Good Day Sir, I used VG on multilanguage, How can I send different email language depend on caller language. Example: I have English and France language on start, if the caller select France on the end the system will send email on France language. Thanks hope for your response! Share this post Link to post
SupportTeam Report post Posted 05/01/2010 08:12 AM You will probably just need to setup toe email modules - one for each language - and route the script to the appropriate one depending on value of $RV that stores the language choice. Share this post Link to post
Guest notes Report post Posted 05/01/2010 12:35 PM Thanks Sir,but how can i separate the $RV[] after hang up? Share this post Link to post
SupportTeam Report post Posted 05/01/2010 09:28 PM All the Result Variables set during the call are still available during the "After Hangup" script that runs when the call is ended. If you still have problems please post both your main script and the "After Hangup" script and we can modify them appropriately to show how this needs to be implemented. Share this post Link to post
Guest notes Report post Posted 05/04/2010 06:24 AM Good day Sir, yes here is my log file and also some image to more clearly sir. Hope you help me for this problem. When I try to send arabic writtings to my email the character is not arabic and cannot understand,. Attached: Log File.zip Share this post Link to post
SupportTeam Report post Posted 05/04/2010 10:32 AM Are you able to open the .VGS file in a text editor and edit the email module settings there? Try doing that and just save the .vgs file with the arabic text in it and see if your VoiceGuide system will read those in and correctly send out arabic email. Please post traces capturing that approach if you still have problems. Share this post Link to post
SupportTeam Report post Posted 05/04/2010 10:33 AM If the above does not work then you may need to use an external app to do the email sending and call that utility from VG using the Run Program module. Share this post Link to post
Guest notes Report post Posted 05/04/2010 01:10 PM where I find the text editor Share this post Link to post
SupportTeam Report post Posted 05/04/2010 10:53 PM Windows' Notepad, Windows'Wordpad, etc. Share this post Link to post
Guest notes Report post Posted 05/05/2010 06:14 AM Good day sir , yes the text editor is different from the vgs file when I open it,it means not work sir. Sir how can I use the run program module? can you give exmaple module sir? Share this post Link to post
SupportTeam Report post Posted 05/06/2010 09:30 AM Google: email command line this gives amongst others: http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm http://www.codestone.ltd.uk/software/docs/cssmtp/cssmtp.html Share this post Link to post