Re: [OpenSIPS-Devel] Sip stereo B2BUA conference server

2011-02-28 Thread Victor Gamov

try to check
http://www.iptel.org/sems

On 25.02.2011 12:02, MatzeMuc86 wrote:

Hello Adrian,

I know that I need some RTP part which receives, mixes and sends the media
stream. I thought I can do all these things with OpenSIPS? I saw that SDP is
implemented, but, of course, this is transported by SIP.
Maybe I am wrong about RTP and OpenSIPS - sorry.

Refering to FreeSWITCH: IT can handle RTP, conferences, B2BUA eg. - but no
stereo. TO implement this, the project is that big that - after talking with
the freeswitch developers - this seems to be a very big project. As it is
only a Bachelor Thesis I thought about finding an easier way to implement my
idea.

Thanks
MatzeMuc86


-Ursprüngliche Nachricht-
Von: Adrian Georgescu [mailto:a...@ag-projects.com]
Gesendet: Donnerstag, 24. Februar 2011 23:42
An: matzemu...@gmail.com; OpenSIPS devel mailling list
Betreff: Re: [OpenSIPS-Devel] Sip stereo B2BUA conference server

OpenSIPS is a SIP server, it handles the SIP signaling, not the media. To
implement what you describe you need something that can create and handle
incoming media streams and is able to mix them. If FreeSwitch or Asterisk
cannot already do these things close to what you plan to implement, you will
need to reinvent some wheels.

Adrian

On Feb 24, 2011, at 10:43 PM, MatzeMuc86 wrote:


Hello,

I try to develop a stereo back to back user agent conference server

where simultaneously not only mono but also stereo clients can connect.
B2BUA to be as much standard conform as possible (it's just an idea). Stereo
clients means that the client sends mono to the server but gets a stereo
signal back (upmixed by some tricks; see HRTF).


As I already tried to develop this idea at freeswitch which seems not be

be possible, I want to know from some opensips expters if this is possible
with the effort of a Bachelor Thesis (I want to program my own, of course).



--
С уважением,
директор ООО Еврокомм
Гамов Виктор
attachment: vit.vcf___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [ opensips-Feature Requests-3002567 ] access to environment and command line arguments from script

2010-10-18 Thread Victor Gamov

Hi Razvan!

I test '-o arg1=val1 -o arg2=val2' construction at trunk-7304 and it
works fine!

Thank you very much!

On 15.10.2010 18:00, SourceForge.net wrote:

Feature Requests item #3002567, was opened at 2010-05-17 10:05
Message generated for change (Comment added) made by razvancrainea
You can respond by visiting:
https://sourceforge.net/tracker/?func=detailatid=1086413aid=3002567group_id=232389

 Please note that this message will contain a full copy of the
comment thread, including the initial issue submission, for this
request, not just the latest update. Category: core Group: None

Status: Closed

Priority: 5 Private: No Submitted By: Victor Gamov (vitspec) Assigned
to: Razvan Crainea (razvancrainea) Summary: access to environment and
command line arguments from script

Initial Comment: For example all OPENSIPS_*  environmet variables may
be accessible as $env[]. All arguments passed as, for example, -o
arg1=var1 arg2=val2 ay be accessible as $argv[arg1] and
$argv[arg2]

It may be useful for example to pass IP-address of upstream provider
to set $du or at other situations without using M4.

--



Comment By: Razvan Crainea (razvancrainea)

Date: 2010-10-15 17:00

Message: Hello Victor,

I have just added two more pseudo-variables that provide the
functionalities you requested: You can now specify arguments in
command line (e.g. -o arg1=val1 -o arg2=val2 ), and read values in
the script using 'argv' core pseudo-variable ( $argv(arg1) ). You can
find documentation at:
http://www.opensips.org/Resources/DocsCoreVar#toc13 Environment
variables are also available from the script using 'env'
pseudo-variable from cfgutils module.

Regards, Razvan




--
CU,
Victor Gamov
attachment: vit.vcf___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] environment and command line arguments in script

2009-12-16 Thread Victor Gamov

Hi All

Is it possible to access to environment and/or command line arguments 
from script?


If no then it may be feature request. Fro example all OPENSIPS_* 
environmet variables may be accessible as $env[]. All arguments passes 
as, for example, -o arg1=var1 arg2=val2 ay be accessible as 
$argv[arg1] and $argv[arg2]


It may be useful for example to pass IP-address of upstream provider to 
set $du or at other situations without using M4.


--
CU,
Victor Gamov
attachment: vit.vcf___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel