RE: [reSIProcate] DUM assert on receiving INFO-message
That is a bug. I've removed the assert and committed the change to SVN.
I assuming since you've even seen the assert you've either added
application/dtmf-relay as an acceptable mime type or disabled content
validation on the DUM profile - so that's good.
With the assertion gone now - you should get an onInfo callback.
Scott
-----Original Message-----
From: stensil [mailto:stensil@xxxxxxx]
Sent: Wednesday, June 29, 2005 1:41 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] DUM assert on receiving INFO-message
Hello, I try to realize some sort of SIP-server (IVR and so on) using
reSIProcate and DUM.
My SIP-client transfer DTMF's as INFO-message with contents
"application/dtmf-relay" using ClientInviteSession::info. But DUM on the
server side dispatch message through
DialogUsageManager::processRequest -> DialogSet::dispatch ->
Dialog::dispatch -> ServerInviteSession::dispatch ->
InviteSession::dispatch -> InviteSession::dispatchConnected ->
InviteSession::toEvent
and then throw assert at InviteSession.cpp, 1668:
assert(0);
Sources was updated from subversion repository at 27 june 2005, revision
4993.
What should I do for normal receiving INFO messages?..
P.S. Sorry for my ugly english :(
--------------------------------------------------
foobar2000 v0.8.3 : (foobar2000 is not active ;-)
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel