question

Mukul.Jain3 avatar image
Mukul.Jain3 asked Mukul.Jain3 answered

Is there any API/Library that spirent abacus provide to read the sip logs?

Hi,

I am new to spirent abacus and working on exploring the capabilities of it. I have a requirement where I need to read the sip logs (at message level) and need to apply some business logic there. So is there any API/Libraby that I can use to read the sip logs?

Thanks,

Mukul Jain

apiAbacussipjavavoip
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

DebbieLandis avatar image
DebbieLandis answered

Hi @Mukul.Jain3,

Were you able to find the information you needed? There is a Call Tracer in the GUI, which allows you to monitor up to 4 subscribers at a time for messages sent/received. The call tracer exposes message headers, body, and hex, just like a .pcap would, and you also have the option of starting capture on one channel that captures all packets seen on the selected interface.

If you want control over message exchange, SIP Headers, or SDP body, you should create a custom protocol using the Protocol Development window from the Configure menu. If you would like control over those same things but during feature testing, you would modify call flow, header, and body from the Scripts window on the Supplementary Services tab.

::aba::ApiCallTracer provides methods which can start/stop call tracer and export the captured messages: CaptureStart, ExportStart, ExportStop (for continuous ExportStart only), and CaptureStop. Steps 2 and 3 can be repeated if necessary.

For additional information on using these methods, the Abacus Tcl Automation User Guide installs with Abacus to C:\Abacus 5000\6.22\MANUAL.

I apologize that you didn't receive a response sooner!

I hope this helps,

Debbie

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mukul.Jain3 avatar image
Mukul.Jain3 answered

Thanks DebbieLandis .. I will give a try ..

,

Thanks DebbieLandis .. I will give a try ..

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.