I am a bit confused as to what you are asking. RFC-2833 is in band dtmf, and info is out of band dtmf. In band dtmf flows with the rtp, and out of band flows on a different path.
SIP.js 0.9.X supports only out of band dtmf via SIP INFO.
There are commits on master which add support for in band dtmf (2833). This is slated to go out as a "beta" feature for 0.10.X, due to the fact that the API's that it uses are now deprecated. We do plan on upgrading it to the new WebRTC apis for dtmf soon.
-Eric Green