Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - idelac3

Pages: [1]
1
Features requests / SIP UPDATE support
« on: July 09, 2018, 12:40:55 AM »
Hi,

I would like to add support for SIP UPDATE message to Yate.

I see in source code, file ysipchan.cpp need additional line;

Code: [Select]
YateSIPEngine::YateSIPEngine(YateSIPEndPoint* ep) :
SIPEngine(s_cfg.getValue("general", "useragent")), m_ep(ep),
m_prack(false), m_info(false), m_foreignAuth(false) {
addAllowed("INVITE");
addAllowed("BYE");
addAllowed("CANCEL");

addAllowed("UPDATE");

But I don't know where to put code which will actually update parameters of media in SIP session when UPDATE message arrives.

Any suggestion ?

Igor

Pages: [1]