Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
title Remote Probing (Local Processing)
skinparam backgroundColor white
skinparam backgroundColor white
skinparam defaultFontColor #1e293b
skinparam ArrowColor #475569


skinparam rectangle {
skinparam rectangle {
Line 19: Line 23:
}
}


skinparam frame {
skinparam cloud {
     BorderColor #64748b
    BackgroundColor #e0f4fc
     BorderColor #00719A
}
}


frame "Remote Site" {
cloud "PBX/SBC Traffic" as NET1
    cloud "Traffic" as NET1
rectangle "Remote Sensor\nLocal Processing" as SENSOR1
    rectangle "Sensor" as SENSOR1
storage "PCAP" as PCAP1
    storage "PCAP" as PCAP1
    NET1 -down-> SENSOR1 : capture
    SENSOR1 -down-> PCAP1 : packets
}


frame "Central Server" {
rectangle "Web GUI" as GUI
    rectangle "GUI" as GUI
database "MySQL" as DB
    database "MySQL" as DB
}


SENSOR1 -right-> DB : CDR
NET1 -down-> SENSOR1 : capture
SENSOR1 -down-> PCAP1 : packets
SENSOR1 -right-> DB : CDR only
GUI -down-> DB : query
GUI -down-> DB : query
note right of SENSOR1 : Remote Site
note right of DB : Central Server


@enduml
@enduml
</kroki>
</kroki>

Latest revision as of 20:02, 11 December 2025