quote: "Could you also guide as to how we can encrypt the audio packet being sent using our own encryption alogorithm using pjsip and sipek." coding as all of us, if you are capable to learn "how the packets work", you don't have any problems to implement your "own cryptography" on the wrapper in C# (c core), also that is better on IAX protocol. about pjsip: The authors of pjsip on my opinion made a excelent piece of code implementing a stack that all of expertise of coders can made any changes on it. it is possible to do? Yes, i have a server asterisk based with some changes on it to work as a cryptography protocol initiation server and also server mobile (mini asterisk) on symbian. Clients and wrappers on windows, symbian and currently on blackberry (java based). So, you can. The question is if you have the capacity of design and implement a serious proyect based on pjsip, is that ? sorry benny if i ask the mail, but i think your work is excelent and open to all people who want to make anything start on it. cheers From: hyd1_shikha@xxxxxxxxxxxxx To: pjsip at lists.pjsip.org Date: Mon, 2 Nov 2009 09:57:30 +0530 Subject: PJSIP based SIPek comaptibility with Realsip VOIP/SIP Server Dear Sir, We are using VOIP client application for Windows.We have used the Sipek application based on pjsip. Sipek is a C# wrapper around PJSIP. When we try to dial a call from Sipek client using the Realsip SIP Sever, the registration is successful, however, dialing fails. We want to route our call through a VOIP provider via Internet. Could you please suggest an existing server we can use which can be used instead of realsip which has been tested with pjsip and we can try the same. Could you provide us guidance on an existing project we can use. Could you also guide as to how we can encrypt the audio packet being sent using our own encryption alogorithm using pjsip and sipek. Thanks in advance. Regards, Seema ----- Original Message ----- From: pjsip-request@xxxxxxxxxxxxxxx To: pjsip at lists.pjsip.org Sent: Sunday, November 01, 2009 11:30 PM Subject: pjsip Digest, Vol 27, Issue 1 Send pjsip mailing list submissions to pjsip at lists.pjsip.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org or, via email, send a message with subject or body 'help' to pjsip-request at lists.pjsip.org You can reach the person managing the list at pjsip-owner at lists.pjsip.org When replying, please edit your Subject line so it is more specific than "Re: Contents of pjsip digest..." Today's Topics: 1. Mod_pjsip (Meftah Tayeb) 2. Freeswitch Pjsip Module (Meftah Tayeb) 3. stun problem help request (giorge27 at alice.it) ---------------------------------------------------------------------- Message: 1 Date: Sat, 31 Oct 2009 20:27:53 +0000 From: Meftah Tayeb <tayeb.meftah@xxxxxxxxx> Subject: Mod_pjsip To: "freeswitch-users at lists.freeswitch.org; pjsip list" <pjsip at lists.pjsip.org> Message-ID: <4AEC9DC9.30502 at gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi my FreeSWITCH friends Today we talked about FreeSWITCH libraries and we found pjsip, which is a lot better than sofia, it can do everything sofia can do and more, it's thread-safe and performs well, I would love to see a mod_pjsip. The library is GPL but they also offer alternative licensing, don't get me wrong, Sofia is great but I think FreeSWITCH will benefit from a thread-safe SIP library. don't say that i need some stuf for free, but we need to make fs a very also we love freeswitch to run in a Embedded PC like the blackfin CPU/boards, Pjsip is very good for Embedded SIP Devicesawesome Open Source project With much love, DelphiWorld____ Information from ESET NOD32 Antivirus, version of virus signature database 4539 (20091024) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4539 (20091024) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4539 (20091024) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4539 (20091024) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4539 (20091024) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------------------------------ Message: 2 Date: Sat, 31 Oct 2009 23:03:31 +0000 From: Meftah Tayeb <tayeb.meftah@xxxxxxxxx> Subject: Freeswitch Pjsip Module To: pjsip at lists.pjsip.org Message-ID: <4AECC243.1050600 at gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed hello, freeswitch is a nice Softswitch/PBX/Softphone Open Source Project. please could anyone contribute a Freeswitch Module that use Pjsip unstid of Sofia SIP? sip only, no media. thank you! see you in Freenode Irc, #Freeswitch channel. my nickname is DelphiWorld. __________ Information from ESET NOD32 Antivirus, version of virus signature database 4539 (20091024) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------------------------------ Message: 3 Date: Sun, 1 Nov 2009 15:47:09 +0100 From: <giorge27@xxxxxxxx> Subject: stun problem help request To: <pjsip at lists.pjsip.org> Message-ID: <4AACEE901C38E1438250DDD2323BDEFD01A563 at FBCMST12V03.fbc.local> Content-Type: text/plain; charset="iso-8859-1" I don't understand the reason that d0nt' abilitate STUN server I use this code in python pjsip: userAgentCfg = pj.UAConfig() userAgentCfg.stun_host = "stun.voip.eutelia.it" lib.init(ua_cfg=userAgentCfg, log_cfg = pj.LogConfig(level=LOG_LEVEL, callback=self.call_backLog)) and i've always as result the stun server not abilitated and those logs: log_cb: 15:37:52.585 pjsua_core.c STUN resolution failed: STUN transaction has timed out (PJNATH_ESTUNTIMEDOUT) log_cb: 15:37:52.597 pjsua_core.c Ignoring STUN resolution failure (by setting) log_cb: 15:37:52.597 pjsua_core.c pjsua version 1.4 for i686-pc-linux-gnu initialized i've tried even "pjsua" client with the option "--stun-srv=stun.voip.eutelia.it" and i've the same behavior. In this case the log are: 15:45:50.278 pjsua_core.c Trying STUN server stun.voip.eutelia.it (1 of 1).. ^[[5~ 15:45:50.327 pa_dev.c PortAudio sound library initialized, status=0 15:45:50.327 pa_dev.c PortAudio host api count=1 15:45:50.327 pa_dev.c Sound device count=2 15:45:50.328 pjlib select() I/O Queue created (0x8e0a61c) 15:45:58.181 stuntsx0x8e096 STUN timeout waiting for response 15:45:58.181 stunresolve Session failed because STUN Binding request failed: STUN transaction has timed out (PJNATH_ESTUNTIMEDOUT) 15:45:58.181 pjsua_core.c STUN resolution for stun.voip.eutelia.it failed: STUN transaction has timed out (PJNATH_ESTUNTIMEDOUT) 15:45:58.181 pjsua_core.c STUN resolution failed: STUN transaction has timed out (PJNATH_ESTUNTIMEDOUT) 15:45:58.199 pjsua_core.c Ignoring STUN resolution failure (by setting) thank you Giorge Alice Messenger ;-) chatti anche con gli amici di Windows Live Messenger e tutti i telefonini TIM! Vai su http://maileservizi.alice.it/alice_messenger/index.html?pmk=footer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091101/f4ea1484/attachment-0001.html> ------------------------------ _______________________________________________ pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org End of pjsip Digest, Vol 27, Issue 1 ************************************ _________________________________________________________________ Inf?rmate, mantente en contacto y encu?ntralo todo, a la vez. Con la nueva Toolbar de MSN nunca has tenido tantas ventajas en tan poco espacio. http://toolbar.es.msn.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091102/779340ce/attachment.html>