Mixpbx api externalurl

From MIXvoip wiki

Jump to: navigation, search

The MIXpbx has the ability to call a web url at every incoming call. The web url can return several parameters which the MIXpbx uses to change the callerID. This feature can be used to connect the MIXpbx to your CRM or to trigger external actions.

You can define the external url in our webinterface inside the configuration section.

Parameters provided by the MIXpbx

  • calleridnum
    • The number of the calling party
  • calleridname
    • The name of the calling part
  • extension
    • The called extension on the MIXpbx
Example: http://www.yourdomain.com/cid.php?customparameter=2&calleridnum=20333320&calleridname=MIXvoip&extension=20

Return options

The MIXpbx expects a simple text return with no mandatory parameters. Available parameters are:

  • CALLERIDNUM
  • CALLERIDNAME
  • HANGUP
    • Values can be TRUE or FALSE

Example

CALLERIDNUM=20333320
CALLERIDNAME=MIXVOIP
HANGUP=FALSE
Personal tools