opensipstack-devel Mailing List for OpenSIPStack (Page 6)
Brought to you by:
joegenbaclor
You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(12) |
Jul
(4) |
Aug
(3) |
Sep
(24) |
Oct
(45) |
Nov
(41) |
Dec
(67) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(51) |
Feb
(93) |
Mar
(54) |
Apr
(76) |
May
(114) |
Jun
(133) |
Jul
(124) |
Aug
(180) |
Sep
(53) |
Oct
(41) |
Nov
(109) |
Dec
(92) |
2008 |
Jan
(52) |
Feb
(40) |
Mar
(29) |
Apr
(40) |
May
(83) |
Jun
(68) |
Jul
(30) |
Aug
(72) |
Sep
(50) |
Oct
(48) |
Nov
(25) |
Dec
(80) |
2009 |
Jan
(9) |
Feb
(2) |
Mar
(32) |
Apr
(67) |
May
|
Jun
(7) |
Jul
(7) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
(2) |
2010 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ramu <con...@gm...> - 2009-04-01 16:46:49
|
Hi, We configured OpenSBC to do upper registration. We are able to register phones. Our setup as follows UA ==> OpenSBC ==> OpenSER (Registrar) When I try to call user INVITE say: 1004 forwarding OpenSBC to OpenSER, OpenSER sending INVITE back to OpenSBC, OpenSBC is replying the "404 Not Found" After setting "Route-List" as "[sip:*] ip-address in "B2BUA-Routes" page am not getting "404 Not Found" but call is not reaching other party. When I do SIP trace I come to know that SIP packets are traversing in loopback interface and finally getting "483 Too many hops" message. If I remove this entry then I am getting "404 Not Found" 1) In "OpenSBC-General-Parameters" page I set SBC-Application-Mode to "B2BUpperReg mode" 2) In "Upper-Registration" page I checked All-Reg-As-Upper-Reg Ramu |
From: Jyothsna B. <jyo...@gm...> - 2009-04-01 15:48:09
|
Hi Joegen, Thanks for the reply. Iam using the same test registration application. Scenario: Sending Invite from Testapplication to SJPhone(running in another system) I have added few methods in Register Class for Invite,ACK and 200_OK. Instead of sending the Registration ,iam calling the Invite method which i have added. Find the attached Source file and XML ,reading the values from this file. Now iam getting call back (200OK)to onreceived message,there iam preparing the ACK and sending back.but ACk is not going. Please check the code and let me know whether iam doing something wrong . Br, Jyothsna On Wed, Apr 1, 2009 at 5:14 PM, Joegen Baclor <joe...@gm...>wrote: > Can you publish the test application code? I want to see how you are > sending the INVITE out so we have something in common to look at. > Tools/TestRegistration sample application in OpenSBC demonstrates pretty > basic transaction callbacks. You might want to start with that as well. > > > -------------------------------------------------- > From: "Jyothsna Banda" <jyo...@gm...> > Sent: Wednesday, April 01, 2009 5:53 PM > To: <ope...@li...> > Subject: [OpenSIPStack] Call back for an Invite Response in the > Testapplication > > > Hi, > > > > I have tried two scenarios for sending an Invite Request: > > > > First Scenario: > > > > Iam sending an Invite request thru test application to SJPhone running > on > > another machine. > > > > receiving the 200 Ok from Sjphone to test application. Where will we get > > the > > call back in Test application, so that we can send an Ack for the 200 ok > > response. > > > > Second Scenario: > > > > when sending the Invite message from test application to OpensipStack > > server > > running on the other message, > > getting the 100 Trying call back in the test application Onreceived > > message.Here how to send the 200 ok response from test application acting > > as > > a user agent server.Also how to set the test application as User Agent > > server? > > > > > > > > Can any one please help. > > > > Br, > > Jyothsna > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > No virus found in this incoming message. > > Checked by AVG - www.avg.com > > Version: 8.0.238 / Virus Database: 270.11.35/2033 - Release Date: > 03/31/09 > > 13:05:00 > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Matthias D. <mdr...@gm...> - 2009-04-01 15:18:03
|
I have some questions so I can give you any solution for your problem. How do you send the message? How do you use the other callbacks? Are you using the OpalOSSEndPoint directly or do use the SoftPhone/SoftPhoneInterface? Regards, Matthias kishore kumar schrieb: > Hi Matthias, > > Thanks for the quick reply. > > the call back you mentioned is not implemented yet it seems. and i am not > able to keep the call back in that file. and i am explaining my scenario > more clearly here. > > USER 1: > > 1. Running OpenSIPStack. > 2. An application called USER 1 is registered to that stack on the same > machine just as TestResgistration application. > 3. Expecting callback from USER 2 which is sending MESSSAGE to USER 1(for > which call back we are getting in USER 1 OpenSIPStack. and from where we are > sending the 200_OK to USER 2)---This is the actual question. > > USER 2: > > 1. Running OpenSIPStack. > 2. Sending MESSAGE to USER 1 which is already registered on another > machine. > 3. Got 200_ok response from USER 1. > > I think this description may help you people to understand the scenario > clearly.. > > Regards, > Kishore. > > On Wed, Apr 1, 2009 at 5:15 PM, Joegen Baclor <joe...@gm...>wrote: > > >> Yes, that is absolutely correct. >> >> -------------------------------------------------- >> From: "Matthias Dreißig" <mdr...@gm...> >> Sent: Wednesday, April 01, 2009 6:45 PM >> To: <ope...@li...> >> Subject: Re: [OpenSIPStack] doubt on opensipstack call backs... >> >> >>> Hello Kishore, >>> >>> I think what you are looking for is this callback >>> >>> virtual void OpalOSSEndPoint::OnReceivedInstantMessage( const SIPMessage >>> & message ) >>> >>> >>> Regards, >>> Matthias >>> >>> kishore kumar schrieb: >>> >>>> Hi All, >>>> >>>> I am trying to send MESSAGE from the opensipstack to the another >>>> opensipstack which is running on the other machine. >>>> I am able to send MESSAGE and able to get the 200_OK from the other >>>> machine >>>> where another opensipstack is running. >>>> >>>> But i am not able to find the call back in opensipstack, which is >>>> >> calling >> >>>> when MESSAGE is received to other machine and from where it is sending >>>> the >>>> 200_OK in opensipstack, >>>> >>>> Can anyone look in to this please. >>>> >>>> Regards, >>>> Kishore. >>>> >>>> >> ------------------------------------------------------------------------------ >> >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>> >>> >> ------------------------------------------------------------------------------ >> >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >> >> >>> No virus found in this incoming message. >>> Checked by AVG - www.avg.com >>> Version: 8.0.238 / Virus Database: 270.11.35/2033 - Release Date: >>> >> 03/31/09 >> >>> 13:05:00 >>> >>> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: kishore k. <kk...@gm...> - 2009-04-01 13:27:24
|
Hi Matthias, Thanks for the quick reply. the call back you mentioned is not implemented yet it seems. and i am not able to keep the call back in that file. and i am explaining my scenario more clearly here. USER 1: 1. Running OpenSIPStack. 2. An application called USER 1 is registered to that stack on the same machine just as TestResgistration application. 3. Expecting callback from USER 2 which is sending MESSSAGE to USER 1(for which call back we are getting in USER 1 OpenSIPStack. and from where we are sending the 200_OK to USER 2)---This is the actual question. USER 2: 1. Running OpenSIPStack. 2. Sending MESSAGE to USER 1 which is already registered on another machine. 3. Got 200_ok response from USER 1. I think this description may help you people to understand the scenario clearly.. Regards, Kishore. On Wed, Apr 1, 2009 at 5:15 PM, Joegen Baclor <joe...@gm...>wrote: > Yes, that is absolutely correct. > > -------------------------------------------------- > From: "Matthias Dreißig" <mdr...@gm...> > Sent: Wednesday, April 01, 2009 6:45 PM > To: <ope...@li...> > Subject: Re: [OpenSIPStack] doubt on opensipstack call backs... > > > Hello Kishore, > > > > I think what you are looking for is this callback > > > > virtual void OpalOSSEndPoint::OnReceivedInstantMessage( const SIPMessage > > & message ) > > > > > > Regards, > > Matthias > > > > kishore kumar schrieb: > >> Hi All, > >> > >> I am trying to send MESSAGE from the opensipstack to the another > >> opensipstack which is running on the other machine. > >> I am able to send MESSAGE and able to get the 200_OK from the other > >> machine > >> where another opensipstack is running. > >> > >> But i am not able to find the call back in opensipstack, which is > calling > >> when MESSAGE is received to other machine and from where it is sending > >> the > >> 200_OK in opensipstack, > >> > >> Can anyone look in to this please. > >> > >> Regards, > >> Kishore. > >> > ------------------------------------------------------------------------------ > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > No virus found in this incoming message. > > Checked by AVG - www.avg.com > > Version: 8.0.238 / Virus Database: 270.11.35/2033 - Release Date: > 03/31/09 > > 13:05:00 > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen B. <joe...@gm...> - 2009-04-01 11:45:35
|
Yes, that is absolutely correct. -------------------------------------------------- From: "Matthias Dreißig" <mdr...@gm...> Sent: Wednesday, April 01, 2009 6:45 PM To: <ope...@li...> Subject: Re: [OpenSIPStack] doubt on opensipstack call backs... > Hello Kishore, > > I think what you are looking for is this callback > > virtual void OpalOSSEndPoint::OnReceivedInstantMessage( const SIPMessage > & message ) > > > Regards, > Matthias > > kishore kumar schrieb: >> Hi All, >> >> I am trying to send MESSAGE from the opensipstack to the another >> opensipstack which is running on the other machine. >> I am able to send MESSAGE and able to get the 200_OK from the other >> machine >> where another opensipstack is running. >> >> But i am not able to find the call back in opensipstack, which is calling >> when MESSAGE is received to other machine and from where it is sending >> the >> 200_OK in opensipstack, >> >> Can anyone look in to this please. >> >> Regards, >> Kishore. >> ------------------------------------------------------------------------------ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.35/2033 - Release Date: 03/31/09 > 13:05:00 > |
From: Joegen B. <joe...@gm...> - 2009-04-01 11:44:50
|
Can you publish the test application code? I want to see how you are sending the INVITE out so we have something in common to look at. Tools/TestRegistration sample application in OpenSBC demonstrates pretty basic transaction callbacks. You might want to start with that as well. -------------------------------------------------- From: "Jyothsna Banda" <jyo...@gm...> Sent: Wednesday, April 01, 2009 5:53 PM To: <ope...@li...> Subject: [OpenSIPStack] Call back for an Invite Response in the Testapplication > Hi, > > I have tried two scenarios for sending an Invite Request: > > First Scenario: > > Iam sending an Invite request thru test application to SJPhone running on > another machine. > > receiving the 200 Ok from Sjphone to test application. Where will we get > the > call back in Test application, so that we can send an Ack for the 200 ok > response. > > Second Scenario: > > when sending the Invite message from test application to OpensipStack > server > running on the other message, > getting the 100 Trying call back in the test application Onreceived > message.Here how to send the 200 ok response from test application acting > as > a user agent server.Also how to set the test application as User Agent > server? > > > > Can any one please help. > > Br, > Jyothsna > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.35/2033 - Release Date: 03/31/09 > 13:05:00 > |
From: Matthias D. <mdr...@gm...> - 2009-04-01 10:45:33
|
Hello Kishore, I think what you are looking for is this callback virtual void OpalOSSEndPoint::OnReceivedInstantMessage( const SIPMessage & message ) Regards, Matthias kishore kumar schrieb: > Hi All, > > I am trying to send MESSAGE from the opensipstack to the another > opensipstack which is running on the other machine. > I am able to send MESSAGE and able to get the 200_OK from the other machine > where another opensipstack is running. > > But i am not able to find the call back in opensipstack, which is calling > when MESSAGE is received to other machine and from where it is sending the > 200_OK in opensipstack, > > Can anyone look in to this please. > > Regards, > Kishore. > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Jyothsna B. <jyo...@gm...> - 2009-04-01 09:53:30
|
Hi, I have tried two scenarios for sending an Invite Request: First Scenario: Iam sending an Invite request thru test application to SJPhone running on another machine. receiving the 200 Ok from Sjphone to test application. Where will we get the call back in Test application, so that we can send an Ack for the 200 ok response. Second Scenario: when sending the Invite message from test application to OpensipStack server running on the other message, getting the 100 Trying call back in the test application Onreceived message.Here how to send the 200 ok response from test application acting as a user agent server.Also how to set the test application as User Agent server? Can any one please help. Br, Jyothsna |
From: kishore k. <kk...@gm...> - 2009-04-01 09:21:10
|
Hi All, I am trying to send MESSAGE from the opensipstack to the another opensipstack which is running on the other machine. I am able to send MESSAGE and able to get the 200_OK from the other machine where another opensipstack is running. But i am not able to find the call back in opensipstack, which is calling when MESSAGE is received to other machine and from where it is sending the 200_OK in opensipstack, Can anyone look in to this please. Regards, Kishore. |
From: Joegen B. <joe...@gm...> - 2009-03-30 01:18:23
|
Sorry no. There is currently no API documentation for OpenSIPStack. If you want to learn how to use it, you must be ready to have your hands dirty and trace through OpenSBC code. > > i have now OpenSipStack (latest version) > please how to start using it ? > any documentations ? > any wiki ? > thanks > ------------------------------------------------------------------------------ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.31/2027 - Release Date: 03/27/09 > 18:51:00 > |
From: Meftah T. <tay...@gm...> - 2009-03-26 12:25:35
|
Hello,Joegen Baclor a écrit : > uhm, have you looked at OpenSBC? OpenSBC is a complete SIP Session Border > Controller and have media server capability. If you simply want simple > proxy capability, there is a sample application under opensbc/tools > directory called OpenSBCGroomer. This is a proxy only application we use in > Solegy to control ingress and egress traffic. > > -------------------------------------------------- > From: "Meftah Tayeb" <tay...@gm...> > Sent: Sunday, March 22, 2009 4:47 PM > To: <ope...@li...> > Subject: [OpenSIPStack] Sip Media Server / Proxy Using OpenSipStack > > >> hello, >> please is it pocible to develope a SIP Proxy or a SIP Media Server with >> OpenSipStack ? >> if yes, please any semple ? >> thanks! >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > > > >> No virus found in this incoming message. >> Checked by AVG - www.avg.com >> Version: 8.0.238 / Virus Database: 270.11.23/2016 - Release Date: 03/21/09 >> 17:58:00 >> >> > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > i have now OpenSipStack (latest version) please how to start using it ? any documentations ? any wiki ? thanks |
From: kishore k. <kk...@gm...> - 2009-03-24 08:21:39
|
Hi Joegen, Thanks for the immediate response. Yes, i ran configuration file and i also have the vxibuildopts.h auto generated file. But i am able to build from the console, after building properly from the console i am getting error like "Unable to load XML Scenario file register.xml" while rnning the TestRegistration application in OPESBC. Will you please look into this... Regards, Kishore. On Tue, Mar 24, 2009 at 12:01 PM, Joegen Baclor <joe...@gm...>wrote: > vxibuildopts.h is auto-generated by the configure script. Did you run > configure before building? You should find it in opensipstack/include > folder > after running configure. I use Kdevelop IDE in Linux. > > -------------------------------------------------- > From: "kishore kumar" <kk...@gm...> > Sent: Tuesday, March 24, 2009 2:21 PM > To: <ope...@li...> > Subject: [OpenSIPStack] getting build errors while building in LINUX > usingecilips. > > > Hi, > > > > i am not able to build the OpenSBCstck using ecilips in the openSUSI > linux > > environment. i am getting the following errors: > > > > OSBC/opensipstack/src/vxi/trd/../../../include/vxi/VXItrd.h:38:26: > > warning: > > vxibuildopts.h: No such file or directory > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:76: error: ‘VXIulong’ > does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:77: error: > > ‘VXItrdThreadStartFunc’ does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:78: error: > > ‘VXItrdThreadArg’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:84: error: ‘VXIbool’ does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:85: error: ‘VXIbool’ does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:89: error: ‘VXIint32’ > does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:97: error: ‘VXItrdResult’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:122: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:184: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:217: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:250: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: variable or > > field ‘VXItrdThreadCleanup’ declared void > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: > > ‘VXItrdThreadArg’ was not declared in this scope > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:279: > error: > > expected ‘,’ or ‘;’ before ‘{’ token > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > ISO C++ forbids declaration of ‘VXITRD_DEFINE_THREAD_FUNC’ with no type > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > ‘VXItrdThreadStart’ was not declared in this scope > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > ‘userData’ was not declared in this scope > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > initializer expression list treated as compound expression > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:291: > error: > > expected ‘,’ or ‘;’ before ‘{’ token > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:321: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:404: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:437: error: expected > > constructor, destructor, or type conversion before ‘void’ > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:452: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:500: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:515: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:527: error: expected > > constructor, destructor, or type conversion before ‘void’ > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:545: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:572: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:609: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:655: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:676: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:688: error: ‘VXITRD_API’ > > does not name a type > > > > > > and a make error---make: *** > > [OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.o] > > Error 1 > > > > will you please suggest any IDE other than ecilips for the LINUX > > environment. > > > > CAN ANYONE LOOK INTO THIS? > > > > Regards, > > Kishore. > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > No virus found in this incoming message. > > Checked by AVG - www.avg.com > > Version: 8.0.238 / Virus Database: 270.11.25/2019 - Release Date: > 03/23/09 > > 18:51:00 > > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen B. <joe...@gm...> - 2009-03-24 06:34:20
|
vxibuildopts.h is auto-generated by the configure script. Did you run configure before building? You should find it in opensipstack/include folder after running configure. I use Kdevelop IDE in Linux. -------------------------------------------------- From: "kishore kumar" <kk...@gm...> Sent: Tuesday, March 24, 2009 2:21 PM To: <ope...@li...> Subject: [OpenSIPStack] getting build errors while building in LINUX usingecilips. > Hi, > > i am not able to build the OpenSBCstck using ecilips in the openSUSI linux > environment. i am getting the following errors: > > OSBC/opensipstack/src/vxi/trd/../../../include/vxi/VXItrd.h:38:26: > warning: > vxibuildopts.h: No such file or directory > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:76: error: ‘VXIulong’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:77: error: > ‘VXItrdThreadStartFunc’ does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:78: error: > ‘VXItrdThreadArg’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:84: error: ‘VXIbool’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:85: error: ‘VXIbool’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:89: error: ‘VXIint32’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:97: error: ‘VXItrdResult’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:122: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:184: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:217: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:250: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: variable or > field ‘VXItrdThreadCleanup’ declared void > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: > ‘VXItrdThreadArg’ was not declared in this scope > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:279: error: > expected ‘,’ or ‘;’ before ‘{’ token > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > ISO C++ forbids declaration of ‘VXITRD_DEFINE_THREAD_FUNC’ with no type > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > ‘VXItrdThreadStart’ was not declared in this scope > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > ‘userData’ was not declared in this scope > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > initializer expression list treated as compound expression > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:291: error: > expected ‘,’ or ‘;’ before ‘{’ token > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:321: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:404: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:437: error: expected > constructor, destructor, or type conversion before ‘void’ > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:452: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:500: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:515: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:527: error: expected > constructor, destructor, or type conversion before ‘void’ > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:545: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:572: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:609: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:655: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:676: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:688: error: ‘VXITRD_API’ > does not name a type > > > and a make error---make: *** > [OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.o] > Error 1 > > will you please suggest any IDE other than ecilips for the LINUX > environment. > > CAN ANYONE LOOK INTO THIS? > > Regards, > Kishore. > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.25/2019 - Release Date: 03/23/09 > 18:51:00 > |
From: kishore k. <kk...@gm...> - 2009-03-24 06:21:26
|
Hi, i am not able to build the OpenSBCstck using ecilips in the openSUSI linux environment. i am getting the following errors: OSBC/opensipstack/src/vxi/trd/../../../include/vxi/VXItrd.h:38:26: warning: vxibuildopts.h: No such file or directory OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:76: error: ‘VXIulong’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:77: error: ‘VXItrdThreadStartFunc’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:78: error: ‘VXItrdThreadArg’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:84: error: ‘VXIbool’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:85: error: ‘VXIbool’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:89: error: ‘VXIint32’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:97: error: ‘VXItrdResult’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:122: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:184: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:217: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:250: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: variable or field ‘VXItrdThreadCleanup’ declared void OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: ‘VXItrdThreadArg’ was not declared in this scope OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:279: error: expected ‘,’ or ‘;’ before ‘{’ token OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: ISO C++ forbids declaration of ‘VXITRD_DEFINE_THREAD_FUNC’ with no type OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: ‘VXItrdThreadStart’ was not declared in this scope OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: ‘userData’ was not declared in this scope OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: initializer expression list treated as compound expression OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:291: error: expected ‘,’ or ‘;’ before ‘{’ token OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:321: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:404: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:437: error: expected constructor, destructor, or type conversion before ‘void’ OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:452: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:500: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:515: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:527: error: expected constructor, destructor, or type conversion before ‘void’ OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:545: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:572: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:609: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:655: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:676: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:688: error: ‘VXITRD_API’ does not name a type and a make error---make: *** [OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.o] Error 1 will you please suggest any IDE other than ecilips for the LINUX environment. CAN ANYONE LOOK INTO THIS? Regards, Kishore. |
From: Meftah T. <tay...@gm...> - 2009-03-23 08:31:54
|
hello, i want to develope a full SIP VoIp Server (modulare) i want to ceparate SIP Module from the core application other i add other modules like Database modules for Users / extentions Management, LibIax2 Wrapper for IAX2 Proxy Capability, and LibJingle2 for Jabber / XMPP Integration then, is it pocible ? also, any Compiled binary for .Net ? thanks Joegen Baclor a écrit : > uhm, have you looked at OpenSBC? OpenSBC is a complete SIP Session Border > Controller and have media server capability. If you simply want simple > proxy capability, there is a sample application under opensbc/tools > directory called OpenSBCGroomer. This is a proxy only application we use in > Solegy to control ingress and egress traffic. > > -------------------------------------------------- > From: "Meftah Tayeb" <tay...@gm...> > Sent: Sunday, March 22, 2009 4:47 PM > To: <ope...@li...> > Subject: [OpenSIPStack] Sip Media Server / Proxy Using OpenSipStack > > >> hello, >> please is it pocible to develope a SIP Proxy or a SIP Media Server with >> OpenSipStack ? >> if yes, please any semple ? >> thanks! >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > > > >> No virus found in this incoming message. >> Checked by AVG - www.avg.com >> Version: 8.0.238 / Virus Database: 270.11.23/2016 - Release Date: 03/21/09 >> 17:58:00 >> >> > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen B. <joe...@gm...> - 2009-03-22 23:37:22
|
uhm, have you looked at OpenSBC? OpenSBC is a complete SIP Session Border Controller and have media server capability. If you simply want simple proxy capability, there is a sample application under opensbc/tools directory called OpenSBCGroomer. This is a proxy only application we use in Solegy to control ingress and egress traffic. -------------------------------------------------- From: "Meftah Tayeb" <tay...@gm...> Sent: Sunday, March 22, 2009 4:47 PM To: <ope...@li...> Subject: [OpenSIPStack] Sip Media Server / Proxy Using OpenSipStack > hello, > please is it pocible to develope a SIP Proxy or a SIP Media Server with > OpenSipStack ? > if yes, please any semple ? > thanks! > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.23/2016 - Release Date: 03/21/09 > 17:58:00 > |
From: Meftah T. <tay...@gm...> - 2009-03-22 08:47:24
|
hello, please is it pocible to develope a SIP Proxy or a SIP Media Server with OpenSipStack ? if yes, please any semple ? thanks! |
From: Joegen B. <joe...@gm...> - 2009-03-20 22:55:54
|
Hi, I have updated the test registration code in CVS and was tested working using testregistration.exe -ttttt -p pidfile.txt -r register.xml -i 192.168.0.152:5070 command line params. Please upgrade from CVS and send a frash call stack trace if you are still experiencing a crash. Joegen -------------------------------------------------- From: "Jyothsna Banda" <jyo...@gm...> Sent: Friday, March 20, 2009 7:49 PM To: <ope...@li...> Subject: Re: [OpenSIPStack] How to i test the Test Register > Hi Joegen, > > r u back to the work? > > Iam testing the Test regsitration in windows,i was able to compile and > build > properly. > > But while running the Test registration iam getting the error > > *Unhandled exception at 0x1048782d in TestRegistration.exe: 0xC0000005: > Access violation writing location 0xcdcdcd00.* > > I tried to debug the code,its showing int he Logger.cxx file, > > > LoggingContext::LoggingContext( > > LoggingDestination * dest, > > const char * label, > > unsigned logLevel, > > const OString & contextId > > ) > > { > > PAssertNULL( dest ); > > m_Destination = dest; > > m_Label = label; > > m_LogLevel = (LoggingLevel)logLevel; > > m_ContextId = contextId; // here iam getting the access voilation > > } > > > Please help me? > > Br, > Jyothsna > On Wed, Mar 18, 2009 at 7:39 AM, Joegen Baclor > <jo...@op...>wrote: > >> I am currently out of town and my opensbc code is not handy. There are >> a >> lot of changes in opensipstack recently that would have broken the test >> registration code. I will get back to you as soon as I'm back on my work >> desk. >> >> -------------------------------------------------- >> From: "Jyothsna Banda" <jyo...@gm...> >> Sent: Tuesday, March 17, 2009 1:41 PM >> To: <ope...@li...> >> Subject: [OpenSIPStack] How to i test the Test Register >> >> > Hi, >> > >> > I have downloaded the Opensipstack and able to configure . Also able to >> > register with the stack using OSSphone client. >> > >> > I want to test TestRegistration application by runing thru the console. >> > >> > when i was running the file its giving errors? >> > >> > linux-09oh:/home/user/OSBC/opensbc/Tools/TestRegistration # >> > ./TestRegistration.cxx -p pid.txt -r register.xml -i 10.83.21.64:9000 >> > ./TestRegistration.cxx: line 11: using: command not found >> > ./TestRegistration.cxx: line 12: using: command not found >> > ./TestRegistration.cxx: line 13: using: command not found >> > ./TestRegistration.cxx: line 14: class: command not found >> > ./TestRegistration.cxx: line 15: class: command not found >> > ./TestRegistration.cxx: line 16: class: command not found >> > ./TestRegistration.cxx: line 22: class: command not found >> > ./TestRegistration.cxx: line 37: syntax error near unexpected token >> > `PTimer,' >> > ./TestRegistration.cxx: line 37: ` PDECLARE_NOTIFIER( PTimer, >> > REGISTER, >> > OnSendRefresh );' >> > >> > >> > I opened the workpspace in eclipse. >> > >> > Its showing errors in the files. >> > >> > My observation is it unable to find some of the >> > definitions(#includes,and >> > #defines) >> > do we need to change anything in the make file? >> > >> > kindly help me. >> > >> > >> > Br, >> > Jyothsna >> > >> ------------------------------------------------------------------------------ >> > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> > powering Web 2.0 with engaging, cross-platform capabilities. Quickly >> > and >> > easily build your RIAs with Flex Builder, the Eclipse(TM)based >> development >> > software that enables intelligent coding and step-through debugging. >> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> > _______________________________________________ >> > opensipstack-devel mailing list >> > ope...@li... >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > >> >> >> >> > >> > No virus found in this incoming message. >> > Checked by AVG - www.avg.com >> > Version: 8.0.237 / Virus Database: 270.11.16/2005 - Release Date: >> 03/16/09 >> > 19:01:00 >> > >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based >> development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.20/2013 - Release Date: 03/19/09 > 19:03:00 > |
From: Jyothsna B. <jyo...@gm...> - 2009-03-20 11:49:33
|
Hi Joegen, r u back to the work? Iam testing the Test regsitration in windows,i was able to compile and build properly. But while running the Test registration iam getting the error *Unhandled exception at 0x1048782d in TestRegistration.exe: 0xC0000005: Access violation writing location 0xcdcdcd00.* I tried to debug the code,its showing int he Logger.cxx file, LoggingContext::LoggingContext( LoggingDestination * dest, const char * label, unsigned logLevel, const OString & contextId ) { PAssertNULL( dest ); m_Destination = dest; m_Label = label; m_LogLevel = (LoggingLevel)logLevel; m_ContextId = contextId; // here iam getting the access voilation } Please help me? Br, Jyothsna On Wed, Mar 18, 2009 at 7:39 AM, Joegen Baclor <jo...@op...>wrote: > I am currently out of town and my opensbc code is not handy. There are a > lot of changes in opensipstack recently that would have broken the test > registration code. I will get back to you as soon as I'm back on my work > desk. > > -------------------------------------------------- > From: "Jyothsna Banda" <jyo...@gm...> > Sent: Tuesday, March 17, 2009 1:41 PM > To: <ope...@li...> > Subject: [OpenSIPStack] How to i test the Test Register > > > Hi, > > > > I have downloaded the Opensipstack and able to configure . Also able to > > register with the stack using OSSphone client. > > > > I want to test TestRegistration application by runing thru the console. > > > > when i was running the file its giving errors? > > > > linux-09oh:/home/user/OSBC/opensbc/Tools/TestRegistration # > > ./TestRegistration.cxx -p pid.txt -r register.xml -i 10.83.21.64:9000 > > ./TestRegistration.cxx: line 11: using: command not found > > ./TestRegistration.cxx: line 12: using: command not found > > ./TestRegistration.cxx: line 13: using: command not found > > ./TestRegistration.cxx: line 14: class: command not found > > ./TestRegistration.cxx: line 15: class: command not found > > ./TestRegistration.cxx: line 16: class: command not found > > ./TestRegistration.cxx: line 22: class: command not found > > ./TestRegistration.cxx: line 37: syntax error near unexpected token > > `PTimer,' > > ./TestRegistration.cxx: line 37: ` PDECLARE_NOTIFIER( PTimer, REGISTER, > > OnSendRefresh );' > > > > > > I opened the workpspace in eclipse. > > > > Its showing errors in the files. > > > > My observation is it unable to find some of the definitions(#includes,and > > #defines) > > do we need to change anything in the make file? > > > > kindly help me. > > > > > > Br, > > Jyothsna > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > No virus found in this incoming message. > > Checked by AVG - www.avg.com > > Version: 8.0.237 / Virus Database: 270.11.16/2005 - Release Date: > 03/16/09 > > 19:01:00 > > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Dao X. D. <du...@el...> - 2009-03-18 04:30:18
|
Thanks for response. If I want to add conference capability, so what methods I have to override to create my own call flow? -----Original Message----- From: Joegen Baclor [mailto:jo...@op...] Sent: Wednesday, March 18, 2009 9:15 AM To: ope...@li... Subject: Re: [OpenSIPStack] How to create a custom user agent to receive acall? Whit is correct. ATLSIP is to start if you want to build a UA. If you don't need/want ActiveX, you could always create your own by looking at how ATLSIP wrapped SoftPhoneInterface. However, if you only need signaling and you want to create your own or use third party RTP and Audio Codecs, then CallSession* is the place to start. CallSession initself is a complete class. everything you need to make and receive outbound calls are already implemented. You would however override the OnReceivedSDP* and OnRequireSDP* callbacks if you opt not to use OPAL for RTP and Audio/Video encoding. Joegen -------------------------------------------------- From: "Whit Thiele" <de...@wh...> Sent: Tuesday, March 17, 2009 9:03 PM To: <ope...@li...> Subject: Re: [OpenSIPStack] How to create a custom user agent to receive a call? > > You want to create a User agent like your own softphone? If that is the > case you should look at the ATLSIP project. There is an example > softphone (OSSphone) in there you can use as a guide. > > Whit > > Dao Xuan Duong wrote: >> Hi All >> >> I want to create a custom user agent to receive a call from other user >> agents. So, do I have to create my own classes derive from base classes >> CallSession and CallSessionManager? And what methods I have to implement >> from that base classes in my own classes? >> >> >> >> Thanks and Br >> >> Duongdx >> >> ---------------------------------------------------------------------------- -- >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based >> development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > > ---------------------------------------------------------------------------- -- > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.237 / Virus Database: 270.11.16/2005 - Release Date: 03/16/09 > 19:01:00 > ---------------------------------------------------------------------------- -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Whit T. <de...@wh...> - 2009-03-17 13:03:40
|
You want to create a User agent like your own softphone? If that is the case you should look at the ATLSIP project. There is an example softphone (OSSphone) in there you can use as a guide. Whit Dao Xuan Duong wrote: > Hi All > > I want to create a custom user agent to receive a call from other user > agents. So, do I have to create my own classes derive from base classes > CallSession and CallSessionManager? And what methods I have to implement > from that base classes in my own classes? > > > > Thanks and Br > > Duongdx > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > |
From: Jyothsna B. <jyo...@gm...> - 2009-03-17 05:41:27
|
Hi, I have downloaded the Opensipstack and able to configure . Also able to register with the stack using OSSphone client. I want to test TestRegistration application by runing thru the console. when i was running the file its giving errors? linux-09oh:/home/user/OSBC/opensbc/Tools/TestRegistration # ./TestRegistration.cxx -p pid.txt -r register.xml -i 10.83.21.64:9000 ./TestRegistration.cxx: line 11: using: command not found ./TestRegistration.cxx: line 12: using: command not found ./TestRegistration.cxx: line 13: using: command not found ./TestRegistration.cxx: line 14: class: command not found ./TestRegistration.cxx: line 15: class: command not found ./TestRegistration.cxx: line 16: class: command not found ./TestRegistration.cxx: line 22: class: command not found ./TestRegistration.cxx: line 37: syntax error near unexpected token `PTimer,' ./TestRegistration.cxx: line 37: ` PDECLARE_NOTIFIER( PTimer, REGISTER, OnSendRefresh );' I opened the workpspace in eclipse. Its showing errors in the files. My observation is it unable to find some of the definitions(#includes,and #defines) do we need to change anything in the make file? kindly help me. Br, Jyothsna |
From: Dao X. D. <du...@el...> - 2009-03-17 04:51:17
|
Hi All I want to create a custom user agent to receive a call from other user agents. So, do I have to create my own classes derive from base classes CallSession and CallSessionManager? And what methods I have to implement from that base classes in my own classes? Thanks and Br Duongdx |
From: Joegen B. <joe...@gm...> - 2009-03-13 12:23:06
|
Sorry no. There is no conference capability in opensipstack yet. -------------------------------------------------- From: "Dao Xuan Duong" <du...@el...> Sent: Thursday, March 12, 2009 4:27 PM To: <ope...@li...> Subject: [OpenSIPStack] Conferencing in Opensipstack library? > Hi all > > > > Did the opensipstack library supported conferencing feature? > > > > Thanks and Br > > Duongdx > |
From: Dao X. D. <du...@el...> - 2009-03-12 08:29:35
|
Hi all Did the opensipstack library supported conferencing feature? Thanks and Br Duongdx |