Author Message
Torrance
Joined: Feb 7, 2020
Messages: 27
Offline
I am attempting to use AES SMS to create a new entry in the "Uniform Dial Plan" CM in collaboratory-134 (SMS_test.php)

Here is the data I am using:
  • Model:UniformDialPlan

  • Operation: Change

  • Qualifier:2000002

  • Fields: Match_Pattern=2000002|Len=7|Del=0|Net=ext|Conv=y


  • The response almost looks like it succeeded...

    Response {
    var $result_code = 0
    var $result_data = ' '
    var $message_text = ' '
    }

    but when I do a "list uniform" in CM cutthrough, the entry does not show up. Any idea what I am doing wrong here?
    Torrance
    Joined: Feb 7, 2020
    Messages: 27
    Offline
    I have figured this one out. There needs to be some position data in the fields.
    The input should look like this...
  • Model:UniformDialPlan

  • Operation: Change

  • Qualifier:2000002

  • Fields
    Match_Pattern[1]=2000002|Len[1]=7|Del[1]=0|Net[1]=ext|Conv[1]=y
  • Go to:   
    Mobile view