<div dir="ltr">Hi,<div><br></div><div>Asterisk 13.8.0. Can anybody explain why I get two objects whenever I use ARI Push? (<a href="https://wiki.asterisk.org/wiki/display/AST/ARI+Push+Configuration">https://wiki.asterisk.org/wiki/display/AST/ARI+Push+Configuration</a>)</div><div><br></div><div>Below is what I see using the auth push example from the wiki, but I get the same thing for endpoints and aors too.</div><div><br></div><div><div>root@vagrant-ubuntu-wily-64:~# asterisk -r -x "pjsip show auths"</div><div>No objects found.</div></div><div><br></div><div><div>root@vagrant-ubuntu-wily-64:~# curl -X PUT -H "Content-Type: application/json" -u asterisk:asterisk -d '{"fields": [ { "attribute": "auth_type", "value": "userpass"}, {"attribute": "username", "value": "alice"}, {"attribute": "password", "value": "secret" } ] }' <a href="http://localhost:8088/ari/asterisk/config/dynamic/res_pjsip/auth/alice">http://localhost:8088/ari/asterisk/config/dynamic/res_pjsip/auth/alice</a></div><div>[</div><div>  {</div><div>    "attribute": "md5_cred",</div><div>    "value": ""</div><div><snipped></div></div><div><br></div><div><div>root@vagrant-ubuntu-wily-64:~#asterisk -r -x "pjsip show auths"</div><div>  I/OAuth:  <AuthId/UserName.............................................................></div><div> =========================================================================================</div><div><br></div><div>     Auth:  alice/alice</div><div>     Auth:  alice/alice</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>