Advertisement
josefu

Good CDR MongoDB

Nov 30th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. callflow : [
  2.      {
  3.           dialplan : "XML",
  4.           profile_index : 1
  5.           caller_profile : {
  6.                username : "102",
  7.                onekey : "value 1",
  8.                anotherkey : "value 2"
  9.                origination : [
  10.                     {
  11.                          key_one : "value 1",
  12.                          key_two : "value 2"
  13.                     } ,
  14.                    {
  15.                          key_one : "value 1",
  16.                          key_two : "value 2"
  17.                    }
  18.                ]
  19.      } ,
  20.      {
  21.           dialplan : "XML",
  22.           profile_index : 2
  23.           caller_profile : {
  24.                username : "102",
  25.                onekey : "value 1",
  26.                anotherkey : "value 2"
  27.                origination : [
  28.                     {
  29.                          key_one : "value 1",
  30.                          key_two : "value 2"
  31.                     } ,
  32.                    {
  33.                          key_one : "value 1",
  34.                          key_two : "value 2"
  35.                    }
  36.                ]
  37.      }
  38. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement