listExtendedRouting()

This application is used to get list of extended routing belonged to customer.

Available starting from Sippy2023


Implementation details

This function supports trusted mode in which case i_wholesaler (integer) parameter should be supplied.

Parameters:

  • i_customer - customer id. Integer.
  • offset - skip first offset records. Integer. Optional.
  • limit - return only limit records. Integer. Optional.

Returns:

  • result - OK means that query was successful. String.
  • extended_routing- an array containing structures:
    • i_extended_routing - Integer.
    • i_wholesaler - Integer.
    • i_customer - Integer.
    • i_routing_group - Integer.
    • i_tariff - Integer. Could be nil in case own tariff of customer is used.
    • description - String.
  • XMLRPC fault in case of any error.