Hello,
I started a dokuwiki page to collect the new things in openser 1.3.x, I
still have a lot to add, however, since there are new modules and
enhancements from many developers, it is better that everybody
contribute to this page, to have a good image of what is new in the
upcoming release. I am sure I will be forgetting some. The page will be
used in building release announcement.
http://www.openser.org/dokuwiki/doku.php/sandbox:new-in-1.3.x
Thanks,
Daniel
Hi,
I would like to know if the Media Proxy Server is able to manage the
NAT IP change of an established rtp stream and continue working with
the new NAT IP without problems?
Saludos, Gonzalo.
--
Gonzalo J. Sambucaro
Ingeniería de Software
Tel: +54-341-4808585
MSLC
gonzalo(a)mslc.com.ar
www.mslc.com.ar
Ocampo y Esmeralda - Vivero de Empresas de Base Tecnológica
Ciudad Universitaria Rosario UNR, CCT CONICET
Rosario - Santa Fé - Argentina
Hi,
After moving a working openser config for trunk to a new server, and
updating the sources, I kept getting the error:
ERROR:mysql:db_mysql_new_connection: driver error: Access denied for user
'openserro'@'localhost' (using password: YES)
I double-checked, and the settings in:
/usr/local/etc/openser/openserctlrc
were set correct:
DBROPW=newpassword
So I set the mysql password for openserro back to the default 'openserro'
in mysql, and it works, even with a different value in openserctlrc.
Is this a known issue, bug, or am I doing something wrong?
Richard.
Hi All,
i was routing calls from openser to asterisk to make accounting in asterisk side.
I
need small help, how i can set callerid = registrar username so in
asterisk server i can capture the callerid to do the billing etc....
Thank You
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
Hello,
seems that you haven't updated the database structure. In 1.2, there was
a refurbishment that included primary keys, a.s.o. As I could guess from
patch, you still use the old database schema.
Cheers,
Daniel
PS. Please CC to mailing list, the answer can come much faster, with
more competence from people experiencing same issues, and will help new
comers with same case.
On 12/10/07 15:07, Mihail Gluhowchenko wrote:
> Hello;
> Sorry %)
> --
> Regards,
> Mihail Gluhowchenko.
> Enterprise ELTEX
> 2007/12/10, Daniel-Constantin Mierla <daniel(a)voice-system.ro
> <mailto:daniel@voice-system.ro>>:
>
> Hello,
>
> can you please send unified format for the patch?
>
> diff -u oldfile newfile
>
> Thanks,
> Daniel
>
>
> On 12/10/07 14:29, Mihail Gluhowchenko wrote:
> > Hello;
> > Here it is sc.patch;
> > my version is 'openser-1.2.2-notls'
> > --
> > Regards,
> > Mihail Gluhowchenko.
> > Enterprise ELTEX.
> >
> > 2007/12/10, Daniel-Constantin Mierla < daniel(a)voice-system.ro
> <mailto:daniel@voice-system.ro>
> > <mailto:daniel@voice-system.ro <mailto:daniel@voice-system.ro>>>:
> >
> >
> >
> > On 12/10/07 07:04, Mihail Gluhowchenko wrote:
> > > Hello all work; :)
> > was your version old or there is a bug in sc.dbtext? Can you
> post the
> > patch of changes?
> >
> > Best regards,
> > Daniel
> >
> >
> > > in script sc.dbtext use old format subscriber.
> > > Little changes and all work
> > >
> > > date_now=$(date +"%s")
> > > GLOB_ID=$(od -N4 -d /dev/random | head -n1 | cut -d' ' -f2,3 |
> > sed -e
> > > 's/ //')
> > >
> > > add)
> > > if [ $# -ne 4 ] ; then
> > > usage
> > > exit 1
> > > fi
> > > shift
> > > credentials $1 $2
> > > is_user $1
> > > if [ $? -eq 0 ] ; then
> > > echo -e "\nuser already exists\n"
> > > exit 1
> > > fi
> > > #Add to SUBSCRIBER file
> > > #id(int,auto) username(str) domain(str)
> > password(str)
> > > first_name(str,null) last_name(str,null) email_address(str)
> > > datetime_created(int) last_modified(int) ha1(str) ha1b(str)
> > > rpid(str,null)
> > >
> > >
> >
> line="$GLOB_ID:$SERUSER:$SERDOMAIN:$2:::$3:$date_now:$date_now:$HA1:$HA1B:"
>
> >
> > > echo $line >> $SUB_FILE
> > > #Add to URI file
> > > #id(int,auto) domain(str) uri_user(str)
> > > last_modified(int)
> > > line="$GLOB_ID:$SERDOMAIN:$SERUSER:$date_now"
> > > echo $line >> $URI_FILE
> > > echo -e "\nNew user ($SERUSER@$SERDOMAIN)
> added to
> > > DBTEXT files\n"
> > > ;;
> > > --
> > > Regards,
> > > Mihail Gluhowchenko.
> > > Enterprise ELTEX.
> > >
> >
> >
>
>
Hi all,
I'm going to setup ser 0.9.6 for bridging two vpn network 10.12.12.0/24
and 10.177.10.0/24 using rtpproxy and a pstn gateway 10.177.10.60 , if
some one can have any sample configuration of some good guide to
configure. Please help.
best regards,
mashudi
Dear all
I have a big problem with openxcap. I don't get it work :( As I saw on
their webpage, this mailing list can be posted for this concern as well.
I am using version 0.9.3 and acc. the installation file on
http://www.openxcap.org all current dependencies from the Debian
unstable distribution.
When I start /usr/bin/openxcap, the following error occurs in the
syslog:
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Log opened.
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Starting Open XCAP 0.9.3
Sep 25 17:01:27 openxcap openxcap[11876]: [-] Traceback (most recent
call last):
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/bin/openxcap", line 56, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.server
import XCAPServer
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/server.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap import
authentication
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/authentication.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.appusage
import getApplicationForURI
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 466,
in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] applications =
{'xcap-caps': XCAPCapabilitiesApplication(),
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 64,
in __init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] self.xml_schema =
etree.XMLSchema(xml_schema_doc)
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "xmlschema.pxi",
line 67, in etree.XMLSchema.__init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] etree.XMLSchemaParseError:
Document is not valid XML Schema
As I wrote, I followed all instructions from the openxcap webpage but
didn't find any hints how to make it work.
Any help on that would be appreciated.
Best regards
Sebastian
--
Sebastian Schumann
Diploma Student Architecture and Design Department
Slovak Telekom, a. s.
T-Com, Operations Unit
Production and Service Division
Innovations and Enterprise Solution Subunit
Address: Namestie Slobody 6, 817 62 Bratislava, Slovakia
Office: Room 449, Jarabinkova 1, 821 09 Bratislava, Slovakia
+421 2 588 13332 (tel)
+421 910 643010 (mobile)
+49 175 1925928 (mobile)
sebastian.schumann(a)t-com.sk
http://www.t-com.sk <http://www.t-com.sk/>