< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] DUM assert on receiving INFO-message


SG> That is a bug.  I've removed the assert and committed the change to SVN.  
SG> 
SG> I assuming since you've even seen the assert you've either added
SG> application/dtmf-relay as an acceptable mime type or disabled content
SG> validation on the DUM profile - so that's good.

Yes, of course :) I used SdpContents and some other Contents classes as
example for new DtmfContents class.

SG> 
SG> With the assertion gone now - you should get an onInfo callback.
SG> 
SG> Scott

Yes, that works fine :) Thanx very much.