[OpenSIPS-Devel] Encrypt and Decrypt sip signals

2014-06-23 Thread kaushik parmar
Hello All, My Android mobile SIP Dialer is sending Encrypted SIP messages and i want to decrypt that SIP message on opensips proxy server. Opensips server will Decrypt the sip request and forward it to my voip server. Same way it will take sip request of voip switch , Encrypt it and send

Re: [OpenSIPS-Devel] [OpenSIPS-Users] Encrypt and Decrypt sip signals

2014-06-23 Thread Olle E. Johansson
On 23 Jun 2014, at 09:12, kaushik parmar androidj...@gmail.com wrote: Hello All, My Android mobile SIP Dialer is sending Encrypted SIP messages Is it actually using S/MIME to decrypt on a per-message basis or do you mean it's using TLS as a transport? /O and i want to decrypt that SIP

Re: [OpenSIPS-Devel] [opensips] TLS issue (#255)

2014-06-23 Thread Bogdan Andrei IANCU
@contact2malay, this is not a bug, but a configuration error - please post your problem on the opensips mailing lists: http://opensips.org/Support/Contact --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] TLS issue (#255)

2014-06-23 Thread Bogdan Andrei IANCU
Closed #255. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/255#event-134009978___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] Devel Digest, Vol 72, Issue 25

2014-06-23 Thread kaushik parmar
/pipermail/devel/attachments/20140623/33fd46f4/attachment.html -- Message: 2 Date: Mon, 23 Jun 2014 09:24:50 +0200 From: Olle E. Johansson o...@edvina.net Subject: Re: [OpenSIPS-Devel] [OpenSIPS-Users] Encrypt and Decrypt sip signals To: OpenSIPS users

[OpenSIPS-Devel] [OpenSIPS/opensips] b36da5: Fixed empty tree bug

2014-06-23 Thread Vlad Paiu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b36da5ec0ba5cf4a21d23edc8fe0484f586fb286 https://github.com/OpenSIPS/opensips/commit/b36da5ec0ba5cf4a21d23edc8fe0484f586fb286 Author: Vlad Paiu vladp...@opensips.org Date: 2014-06-23 (Mon, 23 Jun

[OpenSIPS-Devel] [OpenSIPS/opensips] e5c6bb: Fixed empty tree bug

2014-06-23 Thread Vlad Paiu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: e5c6bbfd946429e64aa20d72b01984fa715cdf61 https://github.com/OpenSIPS/opensips/commit/e5c6bbfd946429e64aa20d72b01984fa715cdf61 Author: Vlad Paiu vladp...@opensips.org Date: 2014-06-23 (Mon, 23 Jun 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] dbc865: Fix moving the AVP list from UAS to UAC in B2B.

2014-06-23 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: dbc8653b08b675bcf973356ed4509fa46e5e0453 https://github.com/OpenSIPS/opensips/commit/dbc8653b08b675bcf973356ed4509fa46e5e0453 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-06-23 (Mon, 23

[OpenSIPS-Devel] [OpenSIPS/opensips] c760b6: Fix moving the AVP list from UAS to UAC in B2B.

2014-06-23 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c760b69cb4f1b56b91112ab457fef232b5753fbd https://github.com/OpenSIPS/opensips/commit/c760b69cb4f1b56b91112ab457fef232b5753fbd Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-06-23 (Mon, 23

Re: [OpenSIPS-Devel] [opensips] crash while creating avp (#230)

2014-06-23 Thread Bogdan Andrei IANCU
Closed #230. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/230#event-134145317___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [OpenSIPS-Users] Encrypt and Decrypt sip signals

2014-06-23 Thread ag
Perhaps is using OTR? In this case the encryption is end-to-end and cannot be handled by an intermediary as it defies the purpose. Adrian On 23 Jun 2014, at 04:24, Olle E. Johansson o...@edvina.net wrote: On 23 Jun 2014, at 09:12, kaushik parmar androidj...@gmail.com wrote: Hello All,