added dtfm payload to the SDP response. Thx to Juha for contributing the patch.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@48 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 20 years ago
parent 099d706bc3
commit 3afc8699a5

@ -216,7 +216,10 @@ int AmSdp::genResponse(const string& localip, int localport,
+ (*it)->sdp_format_parameters + "\r\n";
}
}
if (hasTelephoneEvent())
payloads += " " + int2str(telephone_event_pt->payload_type);
out_buf += payloads + "\r\n"
+ options;
if (hasTelephoneEvent())

Loading…
Cancel
Save