AlexsProg / virtual-pbx

Automatically exported from code.google.com/p/virtual-pbx
0 stars 1 forks source link

Radius accounting #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to support radius accounting

Original issue reported on code.google.com by igor.oku...@gmail.com on 14 Sep 2010 at 8:01

GoogleCodeExporter commented 8 years ago
added in build 3945

Original comment by igor.oku...@gmail.com on 15 Sep 2010 at 3:44

GoogleCodeExporter commented 8 years ago
rad packet:
Thu Sep 16 02:25:46 2010
    Acct-Status-Type = Start
    Cisco-AVPair = "pbx-call-type=incoming"
    h323-setup-time = "06:25:46.000 UTC Thu Sep 16 2010"
    h323-call-origin = "answer"
    h323-gw-id = "10.1.111.6"
    h323-call-type = "VoIP"
    Acct-Session-Id = "4cf9225944f2b4af1be0a226e2b47c6b"
    User-Name = "613"
    NAS-Identifier = "VPBX_TEST"
    Calling-Station-Id = "iokunev@10.1.111.6"
    Called-Station-Id = "613"
    h323-conf-id = "4cf9225944f2b4af1be0a226e2b47c6b"
    NAS-IP-Address = 127.0.0.1
    Client-IP-Address = 127.0.0.1
    Acct-Unique-Session-Id = "32d272849b630141"
    Timestamp = 1284618346

Thu Sep 16 02:25:55 2010
    Acct-Status-Type = Interim-Update
    Cisco-AVPair = "event-type=Playback"
    Cisco-AVPair = "event-duration=9"
    Cisco-AVPair = "event-ext=0"
    Acct-Session-Id = "4cf9225944f2b4af1be0a226e2b47c6b"
    User-Name = "613"
    NAS-Identifier = "VPBX_TEST"
    Calling-Station-Id = "iokunev@10.1.111.6"
    Called-Station-Id = "613"
    h323-conf-id = "4cf9225944f2b4af1be0a226e2b47c6b"
    NAS-IP-Address = 127.0.0.1
    Client-IP-Address = 127.0.0.1
    Acct-Unique-Session-Id = "32d272849b630141"
    Timestamp = 1284618355

Thu Sep 16 02:26:01 2010
    Acct-Status-Type = Interim-Update
    Cisco-AVPair = "event-type=Playback"
    Cisco-AVPair = "event-duration=2"
    Cisco-AVPair = "event-ext=1"
    Acct-Session-Id = "4cf9225944f2b4af1be0a226e2b47c6b"
    User-Name = "613"
    NAS-Identifier = "VPBX_TEST"
    Calling-Station-Id = "iokunev@10.1.111.6"
    Called-Station-Id = "613"
    h323-conf-id = "4cf9225944f2b4af1be0a226e2b47c6b"
    NAS-IP-Address = 127.0.0.1
    Client-IP-Address = 127.0.0.1
    Acct-Unique-Session-Id = "32d272849b630141"
    Timestamp = 1284618361

Thu Sep 16 02:26:01 2010
    Acct-Status-Type = Stop
    Cisco-AVPair = "pbx-call-type=incoming"
    Acct-Session-Time = 16
    h323-setup-time = "06:25:45.000 UTC Thu Sep 16 2010"
    h323-connect-time = "06:25:45.000 UTC Thu Sep 16 2010"
    h323-disconnect-time = "06:26:01.000 UTC Thu Sep 16 2010"
    h323-call-origin = "answer"
    h323-gw-id = "10.1.111.6"
    h323-call-type = "VoIP"
    Acct-Session-Id = "4cf9225944f2b4af1be0a226e2b47c6b"
    User-Name = "613"
    NAS-Identifier = "VPBX_TEST"
    Calling-Station-Id = "iokunev@10.1.111.6"
    Called-Station-Id = "613"
    h323-conf-id = "4cf9225944f2b4af1be0a226e2b47c6b"
    NAS-IP-Address = 127.0.0.1
    Client-IP-Address = 127.0.0.1
    Acct-Unique-Session-Id = "32d272849b630141"
    Timestamp = 1284618361

Original comment by igor.oku...@gmail.com on 16 Sep 2010 at 6:44