{ "info": { "_postman_id": "721d5504-301f-488d-a25b-5e78769eac5a", "name": "CezenPBX_API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "29498098" }, "item": [ { "name": "create a new endpoint", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"id\": \"1001\",\n \"transport\": \"transport-udp\",\n \"aors\": \"1001\",\n \"auth\": \"1001\",\n \"context\": \"from-internal\",\n \"disallow\": \"all\",\n \"allow\": \"ulaw\",\n \"directMedia\": \"no\",\n \"connectedLineMethod\": \"invite\",\n \"callerid\": \"User <1001>\",\n \"dtmfMode\": \"rfc4733\",\n \"mohsuggest\": \"default\",\n \"mailboxes\": \"1001@default\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8081/cezen/add_user", "protocol": "http", "host": [ "localhost" ], "port": "8081", "path": [ "cezen", "add_user" ] } }, "response": [] } ] }