Jump to content

Ciao121

Members
  • Posts

    6
  • Joined

  • Last visited

Ciao121's Achievements

Novice

Novice (1/7)

0

Reputation

  1. Hi, is there a way to run a plugin without (or before) answering? I wanto to make some actions based on CID and this is available immediately. Can't find a way to use it without answering. Thank you
  2. Ciao121

    Data Entry

    When I try to call via a voip phone I can set it to send DTMF via: Audio - RFC 2833 - SIP Info. Changing those setting make the IVM receive it the entry twice (same result that I have from a mobile phone). Anyway IVM is on a voip line (so no hardware modem is installed).
  3. Ciao121

    Data Entry

    Hi, I'm having the same problem (in my case it happens always). This happens calling from a cell phone. If I try from a voip phone no entry is catched (maybe a phone problem?). I only made those tries
  4. Ciao121

    Variable from php

    I solved, informations here http://nch.com.au/ivm/sdk.html#AAD are wrong: Argument 1: -q (prevents HTTP headers being sent) Argument 2: Arguments 3+: Arguments to pass to PHP script should be Argument 1: -q (prevents HTTP headers being sent) Argument 2: script path Arguments 3+: Arguments to pass to PHP script BTW the script on the same page has syntax errors This is what I use for a test <?php if ($argv[1] == 1234) { echo "NextOGM=1"; } else { echo "NextOGM=2"; } ?>
  5. Ciao121

    Variable from php

    I tried echo, print $var="something".... everything I think I'm missing something in the IVR part, but I can't reaaly find a complete howto I saw there is a ineturl plugin on this site (that works like a bridge from ivr and a php on a remote server); I can try using it but the php is local on the same machine where ivr is installed (and I don't like the idea to installa a web server only for this)
  6. Ciao121

    Variable from php

    Maybe this is stupid. I searched nut didn't find how to do it. I want to make a php plugin, so I tried a very very simple script: <?php echo "numero=100"; ?> Script is succesfully executed, but no var is returned to the script... what am I missing? Thank you
×
×
  • Create New...