Hello all,
I want make a call which would be forked with multiple destionation, and each of forked call has a priority number(spcified in SIP RFC, the q field in SIP header.). To do this, I first use the serctl command to add user with specified q number like this: % hsucc- sudo serctl ul show 54760 sip:054760@140.113.214.205;q=1.00;expires=1003738934 sip:54760@140.113.214.205:5060;q=0.00;expires=3597 But while testing, ser didn't seem to follow the q header field. Could anyone can tell me if I had anything worng about this?
P.S. My ser is version 0.8.14.
Any advice would be great......