Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. [{lager, [
  2.   {handlers, [
  3.       {lager_console_backend, [{level, debug}]}
  4.   ]}
  5.   ]},
  6.   {fsbite , [{node, 'freeswitch@public1'},
  7.              {users, [{<<"test">>, <<"192.168.0.120">>, <<"Password">>},
  8.                       {<<"Gateway">>, <<"192.168.0.120">>, <<"12345">>}]},
  9.              {gateways, [{<<"Gateway">>, <<"192.168.0.120">>, <<"12345">>}]},
  10.              {dialplans, [#{<<"number">> => <<"454545">>, <<"actions">> => [#{<<"action">> => <<"bridge">>, <<"data">> => <<"sofia/default/Gateway%192.168.0.120">>}]},
  11.                           #{<<"number">> => <<"Gateway">>, <<"actions">> => [#{<<"action">> => <<"answer">>}, #{<<"action">> => <<"park">>}]}]
  12.              }
  13.             ]
  14.   }
  15. ].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement