You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Rob K. <ro...@gm...> - 2008-03-17 00:56:32
|
*chiming in* same thing... On Sat, Mar 15, 2008 at 10:15 PM, Steve Wofford <SW...@uc...> wrote: > Do you have any code example using your SIP API. I have never developed > SIP applications, but familiar w/ the technology, but do not know where to > start w/ the API. > > > > Specific Questions to what I am trying to accomplish: > > > > 1. Do it support SUBSCRIBE/NOTIFY > > 2. How do you capture client Responses from your request…ie > AddListener for when you receive you response from your > REGISTER/SUBSCRIBE….etc. > > 3. Example composing a message, I guess any will work. > > > > I would be happy to help contribute to the project, let me know what you > need help on. > > > > Thanks, > > > > Steve > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > nsip-devel mailing list > nsi...@li... > https://lists.sourceforge.net/lists/listinfo/nsip-devel > > -- phone: 866.405.7216 | http://seerobcode.com | video phone: robcube.homeip.net [please consider the environment] |
From: Steve W. <SW...@uc...> - 2008-03-16 04:15:27
|
Do you have any code example using your SIP API. I have never developed SIP applications, but familiar w/ the technology, but do not know where to start w/ the API. Specific Questions to what I am trying to accomplish: 1. Do it support SUBSCRIBE/NOTIFY 2. How do you capture client Responses from your request...ie AddListener for when you receive you response from your REGISTER/SUBSCRIBE....etc. 3. Example composing a message, I guess any will work. I would be happy to help contribute to the project, let me know what you need help on. Thanks, Steve |
From: August S. <au...@gm...> - 2008-01-21 01:47:43
|
Hello all, I have just finished posting a new website for project information. The content is pretty minimal right now and I'm still having small issues with the news in the sidebar, but it should suffice for a short while. I plan on updating it with more development information within the next couple of weeks. Augie |
From: Rob K. <ro...@gm...> - 2006-10-23 18:30:06
|
Hi all, Am getting into the SIP world for the first time... Downloaded nSIP and was giving it a try... Due to a dearth of samples/examples, I'm asking you all for some guidance. In the Main procedure in Program.cs: so far from reading the rfc3261, am uneven as to what the first line should be: Request r = new Request("INVITE sip:bo...@bi... SIP/2.0"); or Dialog d = new Dialog("INVITE sip:bo...@bi... SIP/2.0"); What should the next line be? I would assume we would need to capture the status, i.e. ringing, and then the ACK. -rob |