Re: [Sofia-sip-devel] soa example

2007-11-13 Thread Simon Perreault
On Friday 09 November 2007 03:17:04 Kai Vehmanen wrote:
> most/all apps use 'soa' through 'nua' interface.

AH! I get it now. Thanks a lot!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] soa example

2007-11-09 Thread Kai Vehmanen
Hi,

On Thu, 8 Nov 2007, Simon Perreault wrote:

> I've looked at every single application mentioned on
> http://wiki.opensource.nokia.com/projects/SofiaApplications. I grepped for
> any kind of usage of soa.
>
> Nobody uses it.

most/all apps use 'soa' through 'nua' interface. See for instance:

http://sofia-sip.org/repos/sofsip-cli/src/ssc_sip.c

... and grep for "SDP O/A note" and "SOA".

If you want to use 'soa' directly, I recommend taking look at 'nua' 
sources in sofia-sip.

-- 
  under work: Sofia-SIP at http://sofia-sip.sf.net

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] soa example

2007-11-08 Thread Simon Perreault
On Tuesday 06 November 2007 15:41:14 Simon Perreault wrote:
> - How am I supposed to use SOA?

Nobody knows?

I've looked at every single application mentioned on 
http://wiki.opensource.nokia.com/projects/SofiaApplications. I grepped for 
any kind of usage of soa.

Nobody uses it.

Nobody knows?

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] soa example

2007-11-07 Thread mikhail.zabaluev
Hi, 

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On 
>Behalf Of ext Simon Perreault
>Sent: Tuesday, November 06, 2007 10:41 PM
>To: sofia-sip-devel@lists.sourceforge.net
>Subject: [Sofia-sip-devel] soa example
>
>- The RTP source is an external program. Sofia app will start 
>the external 
>program with the right parameters (ie. destination IP and port).
>
>Questions:
>
>- Is this design sound? (Don't tell me to use RTSP. I can't.)

I don't know if it counts for, but that's what we do in Telepathy (for 
bidirectional RTP).

Best regards,
  Mikhail

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] soa example

2007-11-06 Thread Simon Perreault
Hello,

Here's what I want to do:

- A simple SIP UA that will not make calls, only be called. Will use NUA.
- Can only send H.263 video. Will use SOA for this.
- The RTP source is an external program. Sofia app will start the external 
program with the right parameters (ie. destination IP and port).

In a nutshell, I want to use SIP where RTSP should be used instead. ;)

Questions:

- Is this design sound? (Don't tell me to use RTSP. I can't.)
- How am I supposed to use SOA? Am I suposed to call SOA functions in the 
event callback, or am I supposed to somehow "register" my capabilities with 
SOA before entering the event loop so that SOA replies to incoming invites 
itself? Is there a basic SOA example I could look at?

The documentation is very good, many praises on that. I just need to look at a 
few examples to get me started.

Thanks!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel