On Wed, 2006-10-18 at 16:20 +0200, Francesco Lamonica wrote: > I forgot to add this in the previous email... > the SipUserAgent upon receiving a SIP INFO message automatically > responds with a 501 error response and these messages never appear in > the messagequeue i associated to the ua (unlike all other messages) > what am i doing wrong?
Generally SipUserAgent rejects any method that it has not been instructed to accept. After constructing it, use SipUserAgent::allowMethod() so that INFO will be delivered to your application. Dale _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
