Gaston, manana vuelvo a Bs As (ahora estoy en Santiago) asi que nos
hablamos por la visita a BADIGI.
Saludos.
Marco
----Messaggio
originale----
Da: openh323-devel-request@xxxxxxxxxxxxxxxxxxxxx
Data: 17-
apr-2007 6.34 PM
A: <openh323-devel@xxxxxxxxxxxxxxxxxxxxx>
Ogg:
Openh323-devel Digest, Vol 2, Issue 15
Send Openh323-devel mailing
list submissions to
openh323-devel@xxxxxxxxxxxxxxxxxxxxx
To subscribe
or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.
net/lists/listinfo/openh323-devel
or, via email, send a message with
subject or body 'help' to
openh323-devel-request@xxxxxxxxxxxxxxxxxxxxx
You can reach the person managing the list at
openh323-devel-
owner@xxxxxxxxxxxxxxxxxxxxx
When replying, please edit your Subject
line so it is more specific
than "Re: Contents of Openh323-devel
digest..."
Today's Topics:
1. simpleopal Application error (M.
Emran)
2. Re: Error when compiling openh323_v1_19_0_1 (Diana
Cionoiu)
3. Re: Error when compiling openh323_v1_19_0_1 (Simon
Horne)
4. Re: Error when compiling openh323_v1_19_0_1 (Simon Horne)
5. Re: SIP Softphone Client (Jiang Jinke)
6. Re: SIP Softphone
Client (Conrad Beckert)
7. handle calls (???? ???)
8. A doubt
regarding codec addition (Anish K. K.)
----------------------------------------------------------------------
Message: 1
Date: Tue, 17 Apr 2007 03:21:00 +0600
From: M.Emran
<monemran@xxxxxxxxx>
Subject: [Openh323-devel] simpleopal Application
error
To: openh323-devel@xxxxxxxxxxxxxxxxxxxxx
Message-ID:
<b95af1c0704161421h228fd38fpe2fe65817afd0861@xxxxxxxxxxxxxx>
Content-
Type: text/plain; charset="iso-8859-1"
i have compiled simpleOpal.but
when i want to run it it crash at start
up.itshows application error.
pls advise.
--
Regards
----------
M Emran
-------------- next part
--------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Tue, 17 Apr 2007 00:14:
21 +0300
From: Diana Cionoiu <diana-liste@xxxxxxxxxxxx>
Subject: Re:
[Openh323-devel] Error when compiling openh323_v1_19_0_1
To: Discussion
on enhancements and development issues with the
OpenH323 library
<openh323-devel@xxxxxxxxxxxxxxxxxxxxx>
Message-ID: <4623E72D.20800@voip.
null.ro>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello Adina,
You have to install OpenH323 first and than try to
compile openmcu using
the installed openh323 and pwlib versions.
Diana
P.S. Regards from Bucharest.
adina goaga wrote:
> Hello,
> I need to
install openmcu in order to use it for
> my diploma project.Following
> the instructions for compiling h323 code on unix platforms
> (I'm
using Debian),I
> downloaded pwlib_v1_10_3,openh323_v1_19_0_1 and
openmcu-v2_2_1.
> I managed to
> compile pwlib,but when compiling
openh323 I get the following error:
> root@Knoppix:
~/openh323_v1_19_0_1# make opt
> make -C src opt
> make[1]: Entering
directory `/root/openh323_v1_19_0_1/src'
> g++ -D_REENTRANT -Wall -
fPIC -DPIC -DPTRACING -I/root/
> openh323_v1_19_0_1/include -
I/usr/local/share/pwlib//include -Os
> -felide-constructors -c
>
h323ep.cxx -o /root/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o
>
/root/openh323_v1_19_0_1/include/h4601.h: In member
> function
'H460_FeatureContent::operator H460_FeatureTable*()':
>
/root/openh323_v1_19_0_1/include/h4601.h:292: warning:
> type-punning
to
> incomplete type might break strict-aliasing rules
> h323ep.cxx:
In member function 'PNatMethod*
> H323EndPoint::GetPreferedNatMethod
(const PIPSocket::Address&)':
> h323ep.cxx:3211: error: 'class
PNatStrategy'
> has no member named 'GetNATList'
> h323ep.cxx:3215:
error: 'class PNatMethod' has no member
> named 'GetNatMethodName'
>
make[1]: *** [/root/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o]
>
Error 1
> make[1]: Leaving directory `/root/openh323_v1_19_0_1/src'
>
make: *** [opt] Error 2
>
> Could you help me into resolving this
problem,please?
> Thanks!
>
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express
C - the FREE version of DB2 express and take
> control of your XML. No
limits. Just data. Click to get it now.
> http://sourceforge.
net/powerbar/db2/
> _______________________________________________
>
Openh323-devel mailing list
> Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
>
https://lists.sourceforge.net/lists/listinfo/openh323-devel
>
------------------------------
Message: 3
Date: Tue, 17 Apr 2007 06:34:
50 +0800
From: Simon Horne <s.horne@xxxxxxxx>
Subject: Re: [Openh323-
devel] Error when compiling openh323_v1_19_0_1
To: Discussion on
enhancements and development issues with the
OpenH323 library
<openh323-devel@xxxxxxxxxxxxxxxxxxxxx>
Message-ID: <6.
0.0.22.2.20070417063204.03fc0010@xxxxxxxxxxxxx>
Content-Type:
text/plain; charset="us-ascii"; format=flowed
You have to make sure
the pwlib and OpenH323 versions match. You are using
a development
version of OpenH323 with a stable version of pwlib.
You should be
using pwlib v1.11.0
Get it from
http://www.voxgratia.org/downloads.html
Simon
At 05:14 AM 17/04/2007, you wrote:
>Hello Adina,
>
>You have to
install OpenH323 first and than try to compile openmcu using
>the
installed openh323 and pwlib versions.
>
>Diana
>
>P.S. Regards from
Bucharest.
>
>adina goaga wrote:
> > Hello,
> > I need to install
openmcu in order to use it for
> > my diploma project.Following
> > the
instructions for compiling h323 code on unix platforms
> > (I'm using
Debian),I
> > downloaded pwlib_v1_10_3,openh323_v1_19_0_1 and openmcu-
v2_2_1.
> > I managed to
> > compile pwlib,but when compiling openh323
I get the following error:
> > root@Knoppix:~/openh323_v1_19_0_1# make
opt
> > make -C src opt
> > make[1]: Entering directory
`/root/openh323_v1_19_0_1/src'
> > g++ -D_REENTRANT -Wall -fPIC -DPIC
-DPTRACING -I/root/
> > openh323_v1_19_0_1/include -
I/usr/local/share/pwlib//include -Os
> > -felide-constructors -c
> >
h323ep.cxx -o /root/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o
> >
/root/openh323_v1_19_0_1/include/h4601.h: In member
> > function
'H460_FeatureContent::operator H460_FeatureTable*()':
> >
/root/openh323_v1_19_0_1/include/h4601.h:292: warning:
> > type-punning
to
> > incomplete type might break strict-aliasing rules
> > h323ep.
cxx: In member function 'PNatMethod*
> > H323EndPoint::
GetPreferedNatMethod(const PIPSocket::Address&)':
> > h323ep.cxx:3211:
error: 'class PNatStrategy'
> > has no member named 'GetNATList'
> >
h323ep.cxx:3215: error: 'class PNatMethod' has no member
> > named
'GetNatMethodName'
> > make[1]: ***
[/root/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o]
> > Error 1
>
> make[1]: Leaving directory `/root/openh323_v1_19_0_1/src'
> > make:
*** [opt] Error 2
> >
> > Could you help me into resolving this problem,
please?
> > Thanks!
> >
> >
> >
-------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2
Express C - the FREE version of DB2 express and take
> > control of
your XML. No limits. Just data. Click to get it now.
> > http:
//sourceforge.net/powerbar/db2/
> >
_______________________________________________
> > Openh323-devel
mailing list
> > Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.
sourceforge.net/lists/listinfo/openh323-devel
> >
>
>
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by DB2 Express
>Download DB2 Express C
- the FREE version of DB2 express and take
>control of your XML. No
limits. Just data. Click to get it now.
>http://sourceforge.
net/powerbar/db2/
>_______________________________________________
>Openh323-devel mailing list
>Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
>https://lists.sourceforge.net/lists/listinfo/openh323-devel
------------------------------
Message: 4
Date: Tue, 17 Apr 2007 07:28:
00 +0800
From: Simon Horne <s.horne@xxxxxxxx>
Subject: Re: [Openh323-
devel] Error when compiling openh323_v1_19_0_1
To: Discussion on
enhancements and development issues with the
OpenH323 library
<openh323-devel@xxxxxxxxxxxxxxxxxxxxx>
Message-ID: <6.
0.0.22.2.20070417072754.03f9c6d8@xxxxxxxxxxxxx>
Content-Type:
text/plain; charset="us-ascii"; format=flowed
You have to make sure
the pwlib and OpenH323 versions match. You are using
a development
version of OpenH323 with a stable version of pwlib.
You should be
using pwlib v1.11.0
Get it from
http://www.voxgratia.org/downloads.html
Simon
At 05:14 AM 17/04/2007, you wrote:
>Hello Adina,
>
>You have to
install OpenH323 first and than try to compile openmcu using
>the
installed openh323 and pwlib versions.
>
>Diana
>
>P.S. Regards from
Bucharest.
>
>adina goaga wrote:
> > Hello,
> > I need to install
openmcu in order to use it for
> > my diploma project.Following
> > the
instructions for compiling h323 code on unix platforms
> > (I'm using
Debian),I
> > downloaded pwlib_v1_10_3,openh323_v1_19_0_1 and openmcu-
v2_2_1.
> > I managed to
> > compile pwlib,but when compiling openh323
I get the following error:
> > root@Knoppix:~/openh323_v1_19_0_1# make
opt
> > make -C src opt
> > make[1]: Entering directory
`/root/openh323_v1_19_0_1/src'
> > g++ -D_REENTRANT -Wall -fPIC -DPIC
-DPTRACING -I/root/
> > openh323_v1_19_0_1/include -
I/usr/local/share/pwlib//include -Os
> > -felide-constructors -c
> >
h323ep.cxx -o /root/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o
> >
/root/openh323_v1_19_0_1/include/h4601.h: In member
> > function
'H460_FeatureContent::operator H460_FeatureTable*()':
> >
/root/openh323_v1_19_0_1/include/h4601.h:292: warning:
> > type-punning
to
> > incomplete type might break strict-aliasing rules
> > h323ep.
cxx: In member function 'PNatMethod*
> > H323EndPoint::
GetPreferedNatMethod(const PIPSocket::Address&)':
> > h323ep.cxx:3211:
error: 'class PNatStrategy'
> > has no member named 'GetNATList'
> >
h323ep.cxx:3215: error: 'class PNatMethod' has no member
> > named
'GetNatMethodName'
> > make[1]: ***
[/root/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o]
> > Error 1
>
> make[1]: Leaving directory `/root/openh323_v1_19_0_1/src'
> > make:
*** [opt] Error 2
> >
> > Could you help me into resolving this problem,
please?
> > Thanks!
> >
> >
> >
-------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2
Express C - the FREE version of DB2 express and take
> > control of
your XML. No limits. Just data. Click to get it now.
> > http:
//sourceforge.net/powerbar/db2/
> >
_______________________________________________
> > Openh323-devel
mailing list
> > Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.
sourceforge.net/lists/listinfo/openh323-devel
> >
>
>
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by DB2 Express
>Download DB2 Express C
- the FREE version of DB2 express and take
>control of your XML. No
limits. Just data. Click to get it now.
>http://sourceforge.
net/powerbar/db2/
>_______________________________________________
>Openh323-devel mailing list
>Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
>https://lists.sourceforge.net/lists/listinfo/openh323-devel
------------------------------
Message: 5
Date: Tue, 17 Apr 2007 15:06:
42 +0800
From: "Jiang Jinke" <jiangjinke@xxxxxxxxx>
Subject: Re:
[Openh323-devel] SIP Softphone Client
To: "Discussion on enhancements
and development issues with the
OpenH323 library" <openh323-
devel@xxxxxxxxxxxxxxxxxxxxx>
Cc: bilal ghayyad <bilmar_gh@xxxxxxxxx>
Message-ID:
<2da901bf0704170006l4625ed68lb7048ae162ed9066@xxxxxxxxxxx
com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
We
have customizable SIP softphone available for private label and
logo.
We can also design a UI interface for you. Please contact me at
jjk_nospam_bol2000.com (please replace the _nospam_ with @ ) off the
list.
Regards,
Jinke Jiang
__________________________________________________
VoIP Engineer
Billion Online (ShenZhen) TECHNOLOGY LTD.
http://www.bol2000.com/
E-
Mail: jjk_nospam_bol2000.com
MSN: jiangjinke_nospam_hotmail.com
googletalk: jiangjinke_nospam_gmail.com
skype: jjksam
(jiangjinke_nospam_163.com)
(please replace the above _nospam_ into '@'
)
Tel: +86 755 88321487
Fax: +86 755 25331181
On 4/15/07, bilal
ghayyad <bilmar_gh@xxxxxxxxx> wrote:
> Hi List;
>
> We have a SIP
Server, but we are looking for SIP
> Softphone to be used with this
server. What can
> Asterisk offer?
>
> Is it possible to do small
customization on this SIP
> Softphone so to write on it the company
name: Gulf
> Gate Phone?
>
> It should support G729 and G723 if
possible, also
> authentication to be based on the username (phone
>
number) and passowrd.
>
> Regards
> Bilal
>
>
__________________________________________________
> Do You Yahoo!?
>
Tired of spam? Yahoo! Mail has the best spam protection around
> http:
//mail.yahoo.com
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express
C - the FREE version of DB2 express and take
> control of your XML. No
limits. Just data. Click to get it now.
> http://sourceforge.
net/powerbar/db2/
> _______________________________________________
>
Openh323-devel mailing list
> Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
>
https://lists.sourceforge.net/lists/listinfo/openh323-devel
>
------------------------------
Message: 6
Date: Tue, 17 Apr 2007 10:36:
30 +0200
From: Conrad Beckert <conrad_videokonferenz@xxxxxx>
Subject:
Re: [Openh323-devel] SIP Softphone Client
To: Discussion on
enhancements and development issues with the
OpenH323 library
<openh323-devel@xxxxxxxxxxxxxxxxxxxxx>
Message-ID: <200704171036.31211.
conrad_videokonferenz@xxxxxx>
Content-Type: text/plain; charset="iso-
8859-1"
Hi Bilal,
You could give Linphone (http://www.linphone.org) a
try. It is lightweight, it
doesn't mess around with RTP ports , the
app can be delivered by merely
sending over the exe and all the
configuration is in one simple file. (one
actually can build an
autoexpander that starts and configures the
application)
Best of all
(at least for me) it has decent video too (
Greetings
Conrad
Am
Sonntag, 15. April 2007 13:34 schrieb bilal ghayyad:
> Hi List;
>
> We
have a SIP Server, but we are looking for SIP
> Softphone to be used
with this server. What can
> Asterisk offer?
>
> Is it possible to do
small customization on this SIP
> Softphone so to write on it the
company name: Gulf
> Gate Phone?
>
> It should support G729 and G723 if
possible, also
> authentication to be based on the username (phone
>
number) and passowrd.
>
> Regards
> Bilal
>
>
__________________________________________________
> Do You Yahoo!?
>
Tired of spam? Yahoo! Mail has the best spam protection around
> http:
//mail.yahoo.com
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express
C - the FREE version of DB2 express and take
> control of your XML. No
limits. Just data. Click to get it now.
> http://sourceforge.
net/powerbar/db2/
> _______________________________________________
>
Openh323-devel mailing list
> Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
>
https://lists.sourceforge.net/lists/listinfo/openh323-devel
------------------------------
Message: 7
Date: Tue, 17 Apr 2007 14:24:
25 +0400
From: ???? ??? <ybouts@xxxxxxxxx>
Subject: [Openh323-devel]
handle calls
To: openh323-devel@xxxxxxxxxxxxxxxxxxxxx
Message-ID:
<71176805465@xxxxxxxxxxxxxxxxxx>
Content-Type: text/plain
Hi all,
I
want to handle two calls. For example, I have one active call and I
receive the second call. So I want to hold the first call and start
speaking with the second caller. In this situation, should I create two
OpenCall objects with two PCSSConnections or should I create two calls
with one PCSSconnection? Could you give me a piece of advice?
Thanks
in advance,
Yury
------------------------------
Message: 8
Date:
Tue, 17 Apr 2007 17:41:05 +0530
From: "Anish K. K." <anish.kk@nestgroup.
net>
Subject: [Openh323-devel] A doubt regarding codec addition
To:
<openh323-devel@xxxxxxxxxxxxxxxxxxxxx>
Message-ID:
<9A1299C7A40D7447A108107E951450CAB0CF98@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"
Hi,
Please tell me is
it possible to add h.264 codec to opal from the
reference code for h.
264 in iphome website? Apart from licensing issue,
is this thing is
feasible? I am quite new to opal. Please give me a
reply.
Thanks
and Regards,
Anish.
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C -
the FREE version of DB2 express and take
control of your XML. No
limits. Just data. Click to get it now.
http://sourceforge.
net/powerbar/db2/
------------------------------
_______________________________________________
Openh323-devel mailing
list
Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.
net/lists/listinfo/openh323-devel
End of Openh323-devel Digest, Vol
2, Issue 15
*********************************************
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openh323-devel mailing list
Openh323-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openh323-devel
[Open H.323]
[IETF SIP]
[Gnu Gatekeeper]
[Asterisk PBX]
[Fedora Linux]
[Gimp]
[Yosemite News]
[Yosemite Photos]
[Yosemite Campsites]
[ISDN Cause Codes]