How to extract an unrecognized SIP header with pyshark #592
othomas-dev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Does someone know how to extract an unrecognized SIP header with pyshark ?
for instance, the header "P-MyHeader" below :
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hG4bK74bf9
Max-Forwards: 70
From: Alice sip:[email protected];tag=9fxced76sl
To: Bob sip:[email protected]
Call-ID: [email protected]
P-MyHeader: myHeaderValue
CSeq: 2 INVITE
Thanks a lot for your help !
Beta Was this translation helpful? Give feedback.
All reactions