What exactly is a ruri? I'm trying to push a packet into the fifo
buffers using serctl, a packet like this:
serctl fifo t_uac_dlg 'BYE sip:116@xxx.xxx.55.252:5060' 'Via:
SIP/2.0/UDP xxx.xxx.138.139:5060;branch=z9hG4bKjqQ5yqXAE' 'From:
82616925 <sip:82616925@xxx.xxx.131.216>;tag=as67ffe585' 'To: 116
<sip:116@xxx.xxx.131.216>;tag=lZfPgRflzRRtcGgg' 'Contact:
<sip:82616925@xxx.xxx.138.139>' 'Call-ID:
OmyJNtz3QH1n0deX(a)xxx.xxx.55.252' 'CSeq: 102 BYE' . .
and i get:
400 fifo_uac: ruri invalid
In addition to what the ruri is, if anyone knows what's wrong with my
packet there, i'd love to know.
Thank you.