Jump to content

Lucio

Members
  • Posts

    8
  • Joined

  • Last visited

Lucio's Achievements

Novice

Novice (1/7)

0

Reputation

  1. "outgoing message" would be that feature: IVM places a call and runs it through a (few) OGM(s) ? But that is only activated on the IVM interface, whats the point in activating it remotely? If you mean the greeting of mailboxes, i never really tryed that method described, i allways change the WAV file directly, but one way i can think of, going around the mailbox application itself would be something like that: a 'mailOGM' that plays a greeting then transfer to a mailbox with no greeting (i.e. 0.1 sec mute greeting) a OGM that transfers to 'mailOGM' if timed out OR to 'adminOGM' if pasword is typed (password would be a single key press --> tranfer to another OGM, followed by a "capture of keys" into a current call VAR) if VAR differs from password u're transfered back to ogm-1 or to 'mailOGM', if its equal, ure asked to record a file (the same file 'mailOGM' plays)
  2. I changed the value of strings in the windows registry key: HKEY_LOCAL_MACHINE\SOFTWARE\NCH Swift Sound\IVM\Folders I was using a more accessible folder to read the logs, change OGM.ini files and etc. But since I got this new version this no longer works, I have to use the boring path: C:\Documents and Settings\All Users\Aplication Data\NCH Swift Sound\IVM I just read an old request for some easy way to change the default folders, so presumably in response to that request the feature as added, but why would you undo a improvement? Is there another way to change the folders? Please restore the registry option.
  3. I answered your other topic, i don't know why it shows 0 replies... nch.invisionzone.com/index.php?showtopic=6531
  4. Lucio

    IVM and Axon

    I may come to use axon, could you tell us what was the solution?
  5. Not really, maybe you got issues because the NAT is already forwarding ports, but redirecting local port 8000 to external port 9000... just guessing. It worked with me behind 3 cascading NATs, only the nearest one was forwarding and probably it was not required.
  6. If I got it right, IVM is an extension of a PBX, so IVM transfers call to extension 9..1, at this point IVM is disconected and the pbx has the control, at this step it will depend if you are doing a real transfer (your telephony/provider will connect the caller to another number and disconnect you) or just a conference (the pbx dials the 3rd number but remains plugged). If you're doing a regular transfer you will see in IVM logs a transfer to 90001 and in the PBX logs a transfer to 00387523435...
  7. Actually, since the 3rd mailbox is just a audio message, is does not need a mailbox, it can be an OGM thats play the message and then hangs-up. For a easily changeable audio inventory you could do: OGM: inv1 > plays your voice saying "todays inventory is, slippers" inv2* > (select advaced>voice synthesis of script) in script/comments type: %slippers% inv3 > play voice "high quality shoes" inv4* > voice synthesis of script > %shoes% inv5 > play voice "thanks for the preference, gerard!" Then in inv1 > advanced > is "set local variables" type: slippers=12&shoes=9 *optionaly inv2 and 4 could play your own voice too, you would need to record 1 wav file for each number from 1 to 50(?), set in advanced > play extrnal file: x:\xxx\%slippers%.wav, then when variable slippers=12 the ogm 2 would play the file 12.wav. Even if your IVM is the Small Biz (wich is expensive, for 20 dollars extra you get 70 OGM) you can play the hole inventory with 2 OGM, using a php plug-in.
  8. If you understand a bit about PHP you can use it as your definitive plugin argument 1 = c:\blablbalb\script.txt argument 2 = fisrt argument passed to script and so on... script.txt will be a php script, > to catch the arguments 2 use $argv[1] > To return variable to IVM use: print "variable=value &variable2=value2 &variable3=value3"; http://www.php.net/manual/en/features.commandline.php As for the speech: Select in the OGM > advanced > voice synthesis of script ( script = those comments is the "mesage" tab) as comment use %somevar% make a plug-in return: somevar=wow thats easy Thats it!
×
×
  • Create New...