SIP Channel Debug Filters
August 14, 2008 – 6:40 pmI’d love to see sip channel debug filters that let you filter on things _in_ the SIP headers. Something along the lines of:
sip set debug cpn “7775551212″ timeout 90
which prints SIP output and information for all calls with a Calling Party Number of 7775551212 for the next 90 seconds.Another option would be to turn that on and provide a debug id which could be used to disable that specific debug.These would technically be traces so another idea….
sip set trace cpn “7775551212″ [timeoute 90]
returns id of 3
set set trace 3 off
turns trace #3 off

You must be logged in to post a comment.