[SIP Beyond VoIP] Sylkserver: Additional headers are not transported in dispatched messages
Saúl Ibarra Corretgé
saul at ag-projects.com
Tue Nov 15 11:22:46 CET 2011
Andreas,
On Nov 15, 2011, at 11:01 AM, Andreas Bachmann wrote:
> Hello,
>
> I realized that any additional headers in the CPIM messages are not
> dispatched to the participants in the conference. Looking in room.py I
> changed from:
>
>
> chat_stream.send_message(message.body, message.content_type,
> local_identity=identity, recipients=[self.identity],
> timestamp=message.timestamp)
>
> to:
>
> chat_stream.send_message(message.body, message.content_type,
> local_identity=identity, recipients=[self.identity],
> timestamp=message.timestamp, additional_headers=message.additional_headers)
>
>
> in the dispatch_method function. Same with dispatch_private_message.
>
> After that the headers are sent correctly.
> Maybe someone can apply this to the trunk.
>
Applied. Thanks!
Out of curiosity, what headers are you adding? With what client?
Thanks and regards,
--
Saúl Ibarra Corretgé
AG Projects
More information about the SIPBeyondVoIP
mailing list