Thread: [OpenSIPStack] Opensipstack compile error
Brought to you by:
joegenbaclor
From: OpenSIPStack F. <ope...@op...> - 2008-07-31 21:14:45
|
I have downloaded opensipstack and opensbc from CVS I get this when I run: make bothnoshared what should I do? g++ -D_REENTRANT -D_REENTRANT -Wall -DPTRACING -I/root/opensbc/opensipstack/include -DPTRACING -I/root/opensbc/opensipstack/include -Os -c /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx -o /root/opensbc/opensipstack/lib/obj_linux_x86_r/echocancel.o /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:106:24: error: speex_echo.h: No such file or directory /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:107:30: error: speex_preprocess.h: No such file or directory /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx: In destructor âvirtual OpalEchoCanceler::~OpalEchoCanceler()â: /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:158: error: âspeex_echo_state_destroyâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:163: error: âspeex_preprocess_state_destroyâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx: In member function âvoid OpalEchoCanceler::SetParameters(const OpalEchoCanceler::Params&)â: /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:187: error: âspeex_echo_state_destroyâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:192: error: âspeex_preprocess_state_destroyâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx: In member function âvirtual void OpalEchoCanceler::ReceivedPacket(RTP_DataFrame&, INT)â: /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:233: error: âspeex_echo_state_initâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:236: error: âspeex_preprocess_state_initâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:237: error: âSPEEX_PREPROCESS_SET_DENOISEâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:237: error: âspeex_preprocess_ctlâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:241: error: âspx_int16_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:241: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:241: error: expected `;' before âmallocâ /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:246: error: âspx_int32_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:249: error: âspx_int16_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:249: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:249: error: expected `;' before âmallocâ /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:251: error: âspx_int16_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:251: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:251: error: expected `;' before âmallocâ /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:257: error: âspx_int16_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:257: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:257: error: expected `)' before âref_bufâ /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:267: error: âspx_int16_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:267: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:267: error: âspeex_preprocessâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:268: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:277: error: âspx_int32_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:277: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:277: error: âspeex_echo_cancelâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:284: error: âspx_int16_tâ was not declared in this scope /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:284: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:284: error: expected primary-expression before â)â token /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:284: error: âspeex_preprocessâ was not declared in this scope make[3]: *** [/root/opensbc/opensipstack/lib/obj_linux_x86_r/echocancel.o] Error 1 make[3]: Leaving directory `/root/opensbc/opensipstack/src' make[2]: *** [/root/opensbc/opensipstack/lib/libopensipstack_linux_x86_r_s.a] Error 2 make[2]: Leaving directory `/root/opensbc/opensbc' make[1]: *** [optnoshared] Error 2 make[1]: Leaving directory `/root/opensbc/opensbc' make: *** [bothnoshared] Error 2 |
From: OpenSIPStack F. <ope...@op...> - 2008-08-01 00:58:43
|
Try ./configure --enable-localspeex and rebuild your library. If this does not work, please send the results of your configure output. -joegen > {quote:title=mouncifb wrote:}{quote} > > I have downloaded opensipstack and opensbc from CVS I get this when I run: make bothnoshared > what should I do? > > > g++ -D_REENTRANT -D_REENTRANT -Wall -DPTRACING -I/root/opensbc/opensipstack/include -DPTRACING -I/root/opensbc/opensipstack/include -Os -c /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx -o /root/opensbc/opensipstack/lib/obj_linux_x86_r/echocancel.o > /root/opensbc/opensipstack/src/opal/src/codec/echocancel.cxx:106:24: error: speex_echo.h: No such file or directory [snip] |
From: Robert V. <ro...@dc...> - 2008-08-06 14:07:43
|
Hi, I am using ATLSIP.dll (it works great, thanks) but am having troubles registering it on one computer. It gives error: application failed to initialize, try reinstalling the application might fix the problem. I was wondering about what dependencies the dll has ( .NET, Windows Service Pack, ...). Regards, Robert Vos |
From: Christian W. <cwa...@gm...> - 2008-08-06 15:02:20
|
Hi Robert, I think, the the Library is missing some required DLL's. You can find out which one is missing with a tool named Depends.exe which is shipped with the VS.NET. Kind regards Christian -----Ursprüngliche Nachricht----- Von: ope...@li... [mailto:ope...@li...] Im Auftrag von Robert Vos Gesendet: Mittwoch, 6. August 2008 16:07 An: ope...@op...; ope...@li... Betreff: [OpenSIPStack] ATLSIP.dll dependancies Hi, I am using ATLSIP.dll (it works great, thanks) but am having troubles registering it on one computer. It gives error: application failed to initialize, try reinstalling the application might fix the problem. I was wondering about what dependencies the dll has ( .NET, Windows Service Pack, ...). Regards, Robert Vos ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 270.5.12/1595 - Release Date: 06.08.2008 08:23 |
From: <jo...@op...> - 2008-08-06 15:05:23
|
Robert, Dependency walker should be able to tell you what DLLs are missing. See http://dependencywalker.com/ Joegen Robert Vos wrote: > Hi, > > > > I am using ATLSIP.dll (it works great, thanks) but am having troubles > registering it on one computer. > > > > It gives error: application failed to initialize, try reinstalling the > application might fix the problem. > > > > I was wondering about what dependencies the dll has ( .NET, Windows Service > Pack, ...). > > > > Regards, > > Robert Vos > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.5.12/1594 - Release Date: 8/5/2008 9:49 PM > > > > |
From: Robert V. <ro...@dc...> - 2008-10-13 13:48:36
|
Hi, I was wondering if it possible to handle multiple calls with ATLSIP. I am attempting to make an operator soft phone, where there can be multiple incoming calls at the same time. I plan to use it with a SIP intercom system, so it is especially important that the operator knows about all incoming calls. Is there anyway to do this with ATLSIP, or perhaps modify it to allow this? I have thought of a possible work around, where one registers several sip components, and then setup the asterisk server to phone them consecutively until it finds one that is open. This might work, but it seems very inefficient. I would really appreciate any help on this. Regards, Robert Vos |
From: Joegen E. B. <joe...@gm...> - 2008-10-13 16:13:27
|
Robert, I regret to say it but ATLSIP only support single channel for now. It a very nice to have functionality and I agree it has to be supported in future versions. Joegen Robert Vos wrote: > Hi, > > > > I was wondering if it possible to handle multiple calls with ATLSIP. I am > attempting to make an operator soft phone, where there can be multiple > incoming calls at the same time. I plan to use it with a SIP intercom > system, so it is especially important that the operator knows about all > incoming calls. > > > > Is there anyway to do this with ATLSIP, or perhaps modify it to allow this? > > > > I have thought of a possible work around, where one registers several sip > components, and then setup the asterisk server to phone them consecutively > until it finds one that is open. This might work, but it seems very > inefficient. > > > > I would really appreciate any help on this. > > > > Regards, > > Robert Vos > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: 10/12/2008 12:00 PM > > |
From: Manoj J. <ma...@as...> - 2008-10-15 09:05:54
|
Hello Joegen, Do we send any extra header in SIP Invite from Opensipclient to OpenSBC to indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by default if SIP packets are encrypted? The problem is i am not receiving any Voice at both ends when i enable Encryption however i can see SIP packets being encrypted decrypted fine. I am using OSSphone to initiate calls. Regards, Manoj -----Original Message----- From: Joegen E. Baclor [mailto:joe...@gm...] Sent: Monday, October 13, 2008 9:43 PM To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIP multiple calls Robert, I regret to say it but ATLSIP only support single channel for now. It a very nice to have functionality and I agree it has to be supported in future versions. Joegen Robert Vos wrote: > Hi, > > > > I was wondering if it possible to handle multiple calls with ATLSIP. I am > attempting to make an operator soft phone, where there can be multiple > incoming calls at the same time. I plan to use it with a SIP intercom > system, so it is especially important that the operator knows about all > incoming calls. > > > > Is there anyway to do this with ATLSIP, or perhaps modify it to allow this? > > > > I have thought of a possible work around, where one registers several sip > components, and then setup the asterisk server to phone them consecutively > until it finds one that is open. This might work, but it seems very > inefficient. > > > > I would really appreciate any help on this. > > > > Regards, > > Robert Vos > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: 10/12/2008 12:00 PM > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 12:00 AM |
From: Joegen E. B. <joe...@gm...> - 2008-10-15 09:21:22
|
OpenSBC should decrypt the RTP and SIP packets automatically. You might want to run wireshark in OpenSBC and see if RTP is being decrypted properly as well. Manoj Joshi wrote: > Hello Joegen, > > Do we send any extra header in SIP Invite from Opensipclient to OpenSBC to > indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by default > if SIP packets are encrypted? > > The problem is i am not receiving any Voice at both ends when i enable > Encryption however i can see SIP packets being encrypted decrypted fine. I > am using OSSphone to initiate calls. > > Regards, > > Manoj > > -----Original Message----- > From: Joegen E. Baclor [mailto:joe...@gm...] > Sent: Monday, October 13, 2008 9:43 PM > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > Robert, > > I regret to say it but ATLSIP only support single channel for now. It a > very nice to have functionality and I agree it has to be supported in > future versions. > > Joegen > > Robert Vos wrote: > >> Hi, >> >> >> >> I was wondering if it possible to handle multiple calls with ATLSIP. I am >> attempting to make an operator soft phone, where there can be multiple >> incoming calls at the same time. I plan to use it with a SIP intercom >> system, so it is especially important that the operator knows about all >> incoming calls. >> >> >> >> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >> > this? > >> >> I have thought of a possible work around, where one registers several sip >> components, and then setup the asterisk server to phone them consecutively >> until it finds one that is open. This might work, but it seems very >> inefficient. >> >> >> >> I would really appreciate any help on this. >> >> >> >> Regards, >> >> Robert Vos >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> > prizes > >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> ------------------------------------------------------------------------ >> >> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: 10/12/2008 >> > 12:00 PM > >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > |
From: Manoj J. <ma...@as...> - 2008-10-15 09:21:42
|
I ran some debug and found following messages at OpenSBC. "RTP_UDP Session 1, Received data packet too small: 36 bytes" There are many messages like that. Also...does it matter if i call "Encryption::Engine::Encrypt( in, out )" for each RTP packet?..i guess headers will be encrypted too right? Regards, manoj -----Original Message----- From: Joegen E. Baclor [mailto:joe...@gm...] Sent: Wednesday, October 15, 2008 2:46 PM To: Manoj Joshi Cc: ope...@li... Subject: Re: [OpenSIPStack] ATLSIP multiple calls OpenSBC should decrypt the RTP and SIP packets automatically. You might want to run wireshark in OpenSBC and see if RTP is being decrypted properly as well. Manoj Joshi wrote: > Hello Joegen, > > Do we send any extra header in SIP Invite from Opensipclient to OpenSBC to > indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by default > if SIP packets are encrypted? > > The problem is i am not receiving any Voice at both ends when i enable > Encryption however i can see SIP packets being encrypted decrypted fine. I > am using OSSphone to initiate calls. > > Regards, > > Manoj > > -----Original Message----- > From: Joegen E. Baclor [mailto:joe...@gm...] > Sent: Monday, October 13, 2008 9:43 PM > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > Robert, > > I regret to say it but ATLSIP only support single channel for now. It a > very nice to have functionality and I agree it has to be supported in > future versions. > > Joegen > > Robert Vos wrote: > >> Hi, >> >> >> >> I was wondering if it possible to handle multiple calls with ATLSIP. I am >> attempting to make an operator soft phone, where there can be multiple >> incoming calls at the same time. I plan to use it with a SIP intercom >> system, so it is especially important that the operator knows about all >> incoming calls. >> >> >> >> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >> > this? > >> >> I have thought of a possible work around, where one registers several sip >> components, and then setup the asterisk server to phone them consecutively >> until it finds one that is open. This might work, but it seems very >> inefficient. >> >> >> >> I would really appreciate any help on this. >> >> >> >> Regards, >> >> Robert Vos >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> > prizes > >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> ------------------------------------------------------------------------ >> >> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: 10/12/2008 >> > 12:00 PM > >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 12:00 AM |
From: <jo...@op...> - 2008-10-15 09:29:48
|
Manoj Joshi wrote: > I ran some debug and found following messages at OpenSBC. "RTP_UDP Session > 1, Received data packet too small: 36 bytes" > There are many messages like that. > This is an indication that the RTP packet is either truncated or is not formatted correctly. > Also...does it matter if i call "Encryption::Engine::Encrypt( in, out )" for > each RTP packet?..i guess headers will be encrypted too right? > Headers will be encrypted too, yes > Regards, > > manoj > > -----Original Message----- > From: Joegen E. Baclor [mailto:joe...@gm...] > Sent: Wednesday, October 15, 2008 2:46 PM > To: Manoj Joshi > Cc: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > OpenSBC should decrypt the RTP and SIP packets automatically. You might > want to run wireshark in OpenSBC and see if RTP is being decrypted > properly as well. > > Manoj Joshi wrote: > >> Hello Joegen, >> >> Do we send any extra header in SIP Invite from Opensipclient to OpenSBC to >> indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by >> > default > >> if SIP packets are encrypted? >> >> The problem is i am not receiving any Voice at both ends when i enable >> Encryption however i can see SIP packets being encrypted decrypted fine. I >> am using OSSphone to initiate calls. >> >> Regards, >> >> Manoj >> >> -----Original Message----- >> From: Joegen E. Baclor [mailto:joe...@gm...] >> Sent: Monday, October 13, 2008 9:43 PM >> To: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >> >> >> Robert, >> >> I regret to say it but ATLSIP only support single channel for now. It a >> very nice to have functionality and I agree it has to be supported in >> future versions. >> >> Joegen >> >> Robert Vos wrote: >> >> >>> Hi, >>> >>> >>> >>> I was wondering if it possible to handle multiple calls with ATLSIP. I >>> > am > >>> attempting to make an operator soft phone, where there can be multiple >>> incoming calls at the same time. I plan to use it with a SIP intercom >>> system, so it is especially important that the operator knows about all >>> incoming calls. >>> >>> >>> >>> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >>> >>> >> this? >> >> >>> I have thought of a possible work around, where one registers several sip >>> components, and then setup the asterisk server to phone them >>> > consecutively > >>> until it finds one that is open. This might work, but it seems very >>> inefficient. >>> >>> >>> >>> I would really appreciate any help on this. >>> >>> >>> >>> Regards, >>> >>> Robert Vos >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> >>> >> challenge >> >> >>> Build the coolest Linux based applications with Moblin SDK & win great >>> >>> >> prizes >> >> >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> >>> >> world >> >> >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> ------------------------------------------------------------------------ >>> >>> >>> No virus found in this incoming message. >>> Checked by AVG - http://www.avg.com >>> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: >>> > 10/12/2008 > >> 12:00 PM >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >> 12:00 AM >> >> >> >> >> > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Manoj J. <ma...@as...> - 2008-10-15 09:41:46
|
In your logic are you calling Encryption::Engine::Encrypt( in, out ) for every RTP packet or what?...coz in SIP you are capturing whole message first and then encrypting? -----Original Message----- From: jo...@op... [mailto:joe...@gm...] Sent: Wednesday, October 15, 2008 3:00 PM To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIP multiple calls Manoj Joshi wrote: > I ran some debug and found following messages at OpenSBC. "RTP_UDP Session > 1, Received data packet too small: 36 bytes" > There are many messages like that. > This is an indication that the RTP packet is either truncated or is not formatted correctly. > Also...does it matter if i call "Encryption::Engine::Encrypt( in, out )" for > each RTP packet?..i guess headers will be encrypted too right? > Headers will be encrypted too, yes > Regards, > > manoj > > -----Original Message----- > From: Joegen E. Baclor [mailto:joe...@gm...] > Sent: Wednesday, October 15, 2008 2:46 PM > To: Manoj Joshi > Cc: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > OpenSBC should decrypt the RTP and SIP packets automatically. You might > want to run wireshark in OpenSBC and see if RTP is being decrypted > properly as well. > > Manoj Joshi wrote: > >> Hello Joegen, >> >> Do we send any extra header in SIP Invite from Opensipclient to OpenSBC to >> indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by >> > default > >> if SIP packets are encrypted? >> >> The problem is i am not receiving any Voice at both ends when i enable >> Encryption however i can see SIP packets being encrypted decrypted fine. I >> am using OSSphone to initiate calls. >> >> Regards, >> >> Manoj >> >> -----Original Message----- >> From: Joegen E. Baclor [mailto:joe...@gm...] >> Sent: Monday, October 13, 2008 9:43 PM >> To: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >> >> >> Robert, >> >> I regret to say it but ATLSIP only support single channel for now. It a >> very nice to have functionality and I agree it has to be supported in >> future versions. >> >> Joegen >> >> Robert Vos wrote: >> >> >>> Hi, >>> >>> >>> >>> I was wondering if it possible to handle multiple calls with ATLSIP. I >>> > am > >>> attempting to make an operator soft phone, where there can be multiple >>> incoming calls at the same time. I plan to use it with a SIP intercom >>> system, so it is especially important that the operator knows about all >>> incoming calls. >>> >>> >>> >>> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >>> >>> >> this? >> >> >>> I have thought of a possible work around, where one registers several sip >>> components, and then setup the asterisk server to phone them >>> > consecutively > >>> until it finds one that is open. This might work, but it seems very >>> inefficient. >>> >>> >>> >>> I would really appreciate any help on this. >>> >>> >>> >>> Regards, >>> >>> Robert Vos >>> >>> >>> ------------------------------------------------------------------------ - >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> >>> >> challenge >> >> >>> Build the coolest Linux based applications with Moblin SDK & win great >>> >>> >> prizes >> >> >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> >>> >> world >> >> >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> ------------------------------------------------------------------------ >>> >>> >>> No virus found in this incoming message. >>> Checked by AVG - http://www.avg.com >>> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: >>> > 10/12/2008 > >> 12:00 PM >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >> 12:00 AM >> >> >> >> >> > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 12:00 AM |
From: Manoj J. <ma...@as...> - 2008-10-16 07:22:49
|
Hello Joegan, Could you please reply to my query?....Is this called for each packet?...or for frame...does it matter if its is called for each frame or for packet. Regards, Manoj -----Original Message----- From: Manoj Joshi [mailto:ma...@as...] Sent: Wednesday, October 15, 2008 3:10 PM To: jo...@op...; ope...@li... Subject: Re: [OpenSIPStack] ATLSIP multiple calls In your logic are you calling Encryption::Engine::Encrypt( in, out ) for every RTP packet or what?...coz in SIP you are capturing whole message first and then encrypting? -----Original Message----- From: jo...@op... [mailto:joe...@gm...] Sent: Wednesday, October 15, 2008 3:00 PM To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIP multiple calls Manoj Joshi wrote: > I ran some debug and found following messages at OpenSBC. "RTP_UDP Session > 1, Received data packet too small: 36 bytes" > There are many messages like that. > This is an indication that the RTP packet is either truncated or is not formatted correctly. > Also...does it matter if i call "Encryption::Engine::Encrypt( in, out )" for > each RTP packet?..i guess headers will be encrypted too right? > Headers will be encrypted too, yes > Regards, > > manoj > > -----Original Message----- > From: Joegen E. Baclor [mailto:joe...@gm...] > Sent: Wednesday, October 15, 2008 2:46 PM > To: Manoj Joshi > Cc: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > OpenSBC should decrypt the RTP and SIP packets automatically. You might > want to run wireshark in OpenSBC and see if RTP is being decrypted > properly as well. > > Manoj Joshi wrote: > >> Hello Joegen, >> >> Do we send any extra header in SIP Invite from Opensipclient to OpenSBC to >> indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by >> > default > >> if SIP packets are encrypted? >> >> The problem is i am not receiving any Voice at both ends when i enable >> Encryption however i can see SIP packets being encrypted decrypted fine. I >> am using OSSphone to initiate calls. >> >> Regards, >> >> Manoj >> >> -----Original Message----- >> From: Joegen E. Baclor [mailto:joe...@gm...] >> Sent: Monday, October 13, 2008 9:43 PM >> To: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >> >> >> Robert, >> >> I regret to say it but ATLSIP only support single channel for now. It a >> very nice to have functionality and I agree it has to be supported in >> future versions. >> >> Joegen >> >> Robert Vos wrote: >> >> >>> Hi, >>> >>> >>> >>> I was wondering if it possible to handle multiple calls with ATLSIP. I >>> > am > >>> attempting to make an operator soft phone, where there can be multiple >>> incoming calls at the same time. I plan to use it with a SIP intercom >>> system, so it is especially important that the operator knows about all >>> incoming calls. >>> >>> >>> >>> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >>> >>> >> this? >> >> >>> I have thought of a possible work around, where one registers several sip >>> components, and then setup the asterisk server to phone them >>> > consecutively > >>> until it finds one that is open. This might work, but it seems very >>> inefficient. >>> >>> >>> >>> I would really appreciate any help on this. >>> >>> >>> >>> Regards, >>> >>> Robert Vos >>> >>> >>> ------------------------------------------------------------------------ - >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> >>> >> challenge >> >> >>> Build the coolest Linux based applications with Moblin SDK & win great >>> >>> >> prizes >> >> >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> >>> >> world >> >> >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> ------------------------------------------------------------------------ >>> >>> >>> No virus found in this incoming message. >>> Checked by AVG - http://www.avg.com >>> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: >>> > 10/12/2008 > >> 12:00 PM >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >> 12:00 AM >> >> >> >> >> > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 12:00 AM ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 12:00 AM |
From: Joegen E. B. <joe...@gm...> - 2008-10-16 07:32:34
|
Encryption is done on the entire RTP packet, not just the payload. What are you trying to do exactly? Are you trying to make your own custom encryption server based on XOR encryption of OpenSIPStack? Manoj Joshi wrote: > Hello Joegan, > > Could you please reply to my query?....Is this called for each packet?...or > for frame...does it matter if its is called for each frame or for packet. > > Regards, > > Manoj > > -----Original Message----- > From: Manoj Joshi [mailto:ma...@as...] > Sent: Wednesday, October 15, 2008 3:10 PM > To: jo...@op...; ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > In your logic are you calling Encryption::Engine::Encrypt( in, out ) for > every RTP packet or what?...coz in SIP you are capturing whole message first > and then encrypting? > > > > -----Original Message----- > From: jo...@op... [mailto:joe...@gm...] > Sent: Wednesday, October 15, 2008 3:00 PM > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > Manoj Joshi wrote: > >> I ran some debug and found following messages at OpenSBC. "RTP_UDP Session >> 1, Received data packet too small: 36 bytes" >> There are many messages like that. >> >> > > This is an indication that the RTP packet is either truncated or is not > formatted correctly. > > > >> Also...does it matter if i call "Encryption::Engine::Encrypt( in, out )" >> > for > >> each RTP packet?..i guess headers will be encrypted too right? >> >> > > Headers will be encrypted too, yes > > > >> Regards, >> >> manoj >> >> -----Original Message----- >> From: Joegen E. Baclor [mailto:joe...@gm...] >> Sent: Wednesday, October 15, 2008 2:46 PM >> To: Manoj Joshi >> Cc: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >> >> >> OpenSBC should decrypt the RTP and SIP packets automatically. You might >> want to run wireshark in OpenSBC and see if RTP is being decrypted >> properly as well. >> >> Manoj Joshi wrote: >> >> >>> Hello Joegen, >>> >>> Do we send any extra header in SIP Invite from Opensipclient to OpenSBC >>> > to > >>> indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by >>> >>> >> default >> >> >>> if SIP packets are encrypted? >>> >>> The problem is i am not receiving any Voice at both ends when i enable >>> Encryption however i can see SIP packets being encrypted decrypted fine. >>> > I > >>> am using OSSphone to initiate calls. >>> >>> Regards, >>> >>> Manoj >>> >>> -----Original Message----- >>> From: Joegen E. Baclor [mailto:joe...@gm...] >>> Sent: Monday, October 13, 2008 9:43 PM >>> To: ope...@li... >>> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >>> >>> >>> Robert, >>> >>> I regret to say it but ATLSIP only support single channel for now. It a >>> very nice to have functionality and I agree it has to be supported in >>> future versions. >>> >>> Joegen >>> >>> Robert Vos wrote: >>> >>> >>> >>>> Hi, >>>> >>>> >>>> >>>> I was wondering if it possible to handle multiple calls with ATLSIP. I >>>> >>>> >> am >> >> >>>> attempting to make an operator soft phone, where there can be multiple >>>> incoming calls at the same time. I plan to use it with a SIP intercom >>>> system, so it is especially important that the operator knows about all >>>> incoming calls. >>>> >>>> >>>> >>>> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >>>> >>>> >>>> >>> this? >>> >>> >>> >>>> I have thought of a possible work around, where one registers several >>>> > sip > >>>> components, and then setup the asterisk server to phone them >>>> >>>> >> consecutively >> >> >>>> until it finds one that is open. This might work, but it seems very >>>> inefficient. >>>> >>>> >>>> >>>> I would really appreciate any help on this. >>>> >>>> >>>> >>>> Regards, >>>> >>>> Robert Vos >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> > - > >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> >>>> >>>> >>> challenge >>> >>> >>> >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> >>>> >>>> >>> prizes >>> >>> >>> >>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>> >>>> >>>> >>> world >>> >>> >>> >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> No virus found in this incoming message. >>>> Checked by AVG - http://www.avg.com >>>> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: >>>> >>>> >> 10/12/2008 >> >> >>> 12:00 PM >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> >>> >> challenge >> >> >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> >>> >> world >> >> >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG Free Edition. >>> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >>> 12:00 AM >>> >>> >>> >>> >>> >>> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >> 12:00 AM >> >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> > prizes > >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: Manoj J. <ma...@as...> - 2008-10-16 08:21:35
|
Yes actually i am trying to implement another Encryption logic into it. I have also added g723 codec. -----Original Message----- From: Joegen E. Baclor [mailto:joe...@gm...] Sent: Thursday, October 16, 2008 1:02 PM To: ope...@li... Cc: jo...@op... Subject: Re: [OpenSIPStack] ATLSIP multiple calls Encryption is done on the entire RTP packet, not just the payload. What are you trying to do exactly? Are you trying to make your own custom encryption server based on XOR encryption of OpenSIPStack? Manoj Joshi wrote: > Hello Joegan, > > Could you please reply to my query?....Is this called for each packet?...or > for frame...does it matter if its is called for each frame or for packet. > > Regards, > > Manoj > > -----Original Message----- > From: Manoj Joshi [mailto:ma...@as...] > Sent: Wednesday, October 15, 2008 3:10 PM > To: jo...@op...; ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > In your logic are you calling Encryption::Engine::Encrypt( in, out ) for > every RTP packet or what?...coz in SIP you are capturing whole message first > and then encrypting? > > > > -----Original Message----- > From: jo...@op... [mailto:joe...@gm...] > Sent: Wednesday, October 15, 2008 3:00 PM > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP multiple calls > > > Manoj Joshi wrote: > >> I ran some debug and found following messages at OpenSBC. "RTP_UDP Session >> 1, Received data packet too small: 36 bytes" >> There are many messages like that. >> >> > > This is an indication that the RTP packet is either truncated or is not > formatted correctly. > > > >> Also...does it matter if i call "Encryption::Engine::Encrypt( in, out )" >> > for > >> each RTP packet?..i guess headers will be encrypted too right? >> >> > > Headers will be encrypted too, yes > > > >> Regards, >> >> manoj >> >> -----Original Message----- >> From: Joegen E. Baclor [mailto:joe...@gm...] >> Sent: Wednesday, October 15, 2008 2:46 PM >> To: Manoj Joshi >> Cc: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >> >> >> OpenSBC should decrypt the RTP and SIP packets automatically. You might >> want to run wireshark in OpenSBC and see if RTP is being decrypted >> properly as well. >> >> Manoj Joshi wrote: >> >> >>> Hello Joegen, >>> >>> Do we send any extra header in SIP Invite from Opensipclient to OpenSBC >>> > to > >>> indicate wether it should encrypt RTP?...Or OpenSBC decrypts RTP by >>> >>> >> default >> >> >>> if SIP packets are encrypted? >>> >>> The problem is i am not receiving any Voice at both ends when i enable >>> Encryption however i can see SIP packets being encrypted decrypted fine. >>> > I > >>> am using OSSphone to initiate calls. >>> >>> Regards, >>> >>> Manoj >>> >>> -----Original Message----- >>> From: Joegen E. Baclor [mailto:joe...@gm...] >>> Sent: Monday, October 13, 2008 9:43 PM >>> To: ope...@li... >>> Subject: Re: [OpenSIPStack] ATLSIP multiple calls >>> >>> >>> Robert, >>> >>> I regret to say it but ATLSIP only support single channel for now. It a >>> very nice to have functionality and I agree it has to be supported in >>> future versions. >>> >>> Joegen >>> >>> Robert Vos wrote: >>> >>> >>> >>>> Hi, >>>> >>>> >>>> >>>> I was wondering if it possible to handle multiple calls with ATLSIP. I >>>> >>>> >> am >> >> >>>> attempting to make an operator soft phone, where there can be multiple >>>> incoming calls at the same time. I plan to use it with a SIP intercom >>>> system, so it is especially important that the operator knows about all >>>> incoming calls. >>>> >>>> >>>> >>>> Is there anyway to do this with ATLSIP, or perhaps modify it to allow >>>> >>>> >>>> >>> this? >>> >>> >>> >>>> I have thought of a possible work around, where one registers several >>>> > sip > >>>> components, and then setup the asterisk server to phone them >>>> >>>> >> consecutively >> >> >>>> until it finds one that is open. This might work, but it seems very >>>> inefficient. >>>> >>>> >>>> >>>> I would really appreciate any help on this. >>>> >>>> >>>> >>>> Regards, >>>> >>>> Robert Vos >>>> >>>> >>>> ----------------------------------------------------------------------- - >>>> > - > >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> >>>> >>>> >>> challenge >>> >>> >>> >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> >>>> >>>> >>> prizes >>> >>> >>> >>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>> >>>> >>>> >>> world >>> >>> >>> >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> ----------------------------------------------------------------------- - >>>> >>>> >>>> No virus found in this incoming message. >>>> Checked by AVG - http://www.avg.com >>>> Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: >>>> >>>> >> 10/12/2008 >> >> >>> 12:00 PM >>> >>> >>> ------------------------------------------------------------------------ - >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> >>> >> challenge >> >> >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> >>> >> world >> >> >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG Free Edition. >>> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >>> 12:00 AM >>> >>> >>> >>> >>> >>> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 >> 12:00 AM >> >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great >> > prizes > >> Grand prize is a trip for two to an Open Source event anywhere in the >> > world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 270.8.0/696 - Release Date: 10/9/2008 > 12:00 AM > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 270.8.1/696 - Release Date: 10/15/2008 12:00 AM |
From: Robert V. <ro...@dc...> - 2008-10-20 14:56:15
|
Hi, >From a little testing, it would seem that ATLSIP has a memory leak. I am more than willing to accept that it might be me with the leak, but I can't find any in the simple app I wrote. Can anyone maby confirm this for me? Regards, Robert |