Displaying 20 results from an estimated 4000 matches similar to: "Snom hint for ZAP channels?"
2004 Dec 28
4
DHCP, the TFTP Server setting and the Cisco 79xx phones
The thing I dislike the most about the 79xx phones is that in DHCP mode,
they expect the DHCP server to tell them their TFTP server address. They
won't let you set it manually. So if I don't have DHCP server that gives
TFTP server info, which is most of the DHCP servers at out there, then the
phone won't be able to download any updates made to the SIP000*.cnf file.
Using dhcpd on
2004 Dec 19
2
OH323 channel compile error
Hello
I am trying to compile asterisk-oh323-0.7.0 with pwlib-Janus_patch4
and openh323-Janus_patch4 downloaded from inaccessnetworks so I did
this:
tar -zxvf openh323-Janus_patch4-src-tar.gz
cd openh323
patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch
./configure
make opt
cd asterisk-oh323-0.7.0
vi Makefile (to set the paths and options according to my system...)
NOW I
2005 Mar 07
1
What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
Hi there
I have Asterisk running beautifully on our test server. Over the past few
days I have been tearing my hair out trying to compile various versions of
asterisk-oh323 on various versions of pwlib and openh323.
pwlib is now up to 1.8.3 and openh323 is now 1.15.2 stable.
asterisk-oh323 is currently 0.7.1
I have tried these three with many errors.
I have tried 0.7.1 with pwlib 1.5.2 and
2005 Feb 20
2
Asterisk H323 support
Hi,
anybody knows what's missing or problem why i cant
compile asterisk-oh323 in my machine?
i got this compiled successfully
...Openh323 - v1.12.2
...pwlib - v1.5.2
except
...asterisk-oh323 - v0.6.5
here's the output as i run make...
mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make
for x in wrapper asterisk-driver; do make -C $x build
|| exit 1 ; done
make[1]: Entering directory
2005 Jan 05
5
asterisk - oh323 driver
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hi List<br>
<br>
</font>
<pre
2004 Sep 03
2
OH323 0.6.3b compilation problem with 1.0 RC2 on RH9
Hello,
I just tried to compile OH323 0.6.3b on a RH9 machine with Asterisk 1.0 RC2
installed but failed. I applied the patch to the required OpenH323 library
according to the instructions, and set the proper directories in the Makefile.
Here is what I receive after I issue make:
*******************************
g++ -DP_USE_PRAGMA -fno-rtti -ffunction-sections -fdata-sections -D_REENTRANT -
2005 Mar 07
1
What combination of pwlib and openh323 are
Hi Mark
Funny you should ask this question, I just spent yesterday integrating
building asterisk with h323 support to connect to a Cisco call agent.....I
cant say if it will work for you but it compiles and loads nicely ! I will be
testing this evening....
# cd /root
# wget http://www.voxgratia.org/releases/pwlib-Pandora_release-src-tar.gz
# wget
2005 May 19
3
asterisk-oh323 build problems
Hello Guys,
first of all, I'm very new with asterisk.
I'm trying to set it up. I've already compiled and installed Asterisk-1.0.7
Now I'm trying with asterisk-oh323
I've already installed pwlib, oh323 and I've already set the variables.
Now, when I try to "make" asterisk-oh323 I receive this error messagge:
for x in wrapper asterisk-driver; do make -C $x all ||
2005 Jul 25
2
problems with compiling asterisk-oh323
i ve downloaded
asterisk-oh323-0.6.6.tar.gz
I am getting this and anybody know howto fix this?
#tar zxvf asterisk-oh323-0.6.6.tar.gz
oh323]# cd asterisk-oh323-0.6.6
asterisk-oh323-0.6.6]# ls
asterisk-driver CONFIGURATION Makefile rpm
TESTS
BUGS COPYING README rules.mak
wrapper
asterisk-oh323-0.6.6]# make
for x in wrapper asterisk-driver; do make -C $x
2005 Jan 07
1
oh323 driver installation - It works now
Joao,
Thanks for sending the Installation tips as pasted below. It works.
Seshu
----------
Get oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz
Get pwlib from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz
Get asterisk-oh323 from
2003 Apr 29
28
H323
Is H323 built into the current CVS? If so, could someone give me an idea of a simple config?
thanks,
darran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030429/fffec1d1/attachment.htm
2005 May 11
1
oh323 driver compiling problem.
i use asterisk cvs head ( two days ago) more or less
openh323 1.12.2 (oh323 home page)
and
pwlib 1.5.2 (oh323 home page)
asterisk-oh323-0.7.2-pre1
library versions? where download? versions from oh323 readme are not in
sourceforge site.
but i obtain this error compiling:
root@backup:/usr/src/asterisk/cvs/last/asterisk-oh323-0.7.2-pre1# make
for x in wrapper asterisk-driver; do make -C $x
2006 Apr 18
2
correct version of asterisk for oh323
Hi,
i have been using asterisk CVS 19/07/2005 and asterisk-oh323-0.7.2.
I now want to use oh323 with Asterisk 1.2.4+. Can anyone tell me what versions of oh323(and pwlib
and oh323) they got to work with Asterisk 1.2.4+.
--
thanks,
yusuf
2004 Jun 25
2
Problems Compiling and Loading asterisk-oh323 0.6.2
Hi,
I having a problem compiling the wrapper for oh323. I am running Debian,
kernel version 2.4.18-bf2.4. The pwlib version I have is 1.6.6 and the
openh323 version I have is 1.13.5. I execute the following commands first
before attempting to compile the wrapper:
pwlib_1.6.6:
make both
openh323 1.13.5
./configure
make opt
asterisk-oh323 0.6.2
make
2004 Jul 23
4
still can't load oh323 - Are we not supporting H.323 any more?
Why is no one suggesting any solution here for this problem, which has been lingering for a while.
Are we not supporting H.323 on Asterisk?
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]On Behalf Of ruixun wu
Sent: Thursday, July 22, 2004 4:06 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] still can't
2005 Jun 25
4
Asterisk and Cisco CallManager Integration
Hello,
I have Cisco CallManager 3.3.4 and Asterisk@Home latest version. I have
earlier tried getting Asterisk to register with CCM via H323 and failed.
Back then, I learned that this is a known bug in Asterisk. Also people who
tried doing that had also succeeded in getting calls to go through only one
direction like from CCM to Asterisk. I am not that expert so excuse my
ignorance with this
2004 Jul 22
2
error while compiling asterisk-oh323
Hi Folks,
I am breaking my head for compiling asterisk-oh323 properly on my asterisk box from past 1 week.
But still after my all efforts, I unable to make it compile properly,
My box is Fedora core 2 with asterisk-0.9.0. I was trying for following configuration with openh323 and pwlib. Openh323 and pwlib are installed properly. But problem is asterisk-oh323.
asterisk-oh323-0.6.2a.tar.gz
2004 Nov 30
4
Asterisk Process Stop After few hours
Hello to all,
I have a strange behavior of my asterisk box. I'm running asterisk with
asterisk-oh323 channel driver and everything works very well.
But after few hours, my asterisk stop running and I have to restart it
by typing "asterisk -vvvc". Most of the time I connect to my asterisk
with a remote host so I don't know exactly which error causes my box to
stop, but I found on
2004 Jun 14
15
oh323
This module wont compile can anyone give me any assistance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm
2003 Aug 08
2
Re2: Problem -ATA-711-723-Oh323-Asterisk(BACKTRACK INFO]
Hello Michael,
Here is the BackTrace of the program which i forgot
to attach
BACKTRACE OF Asterisk -vvc
#0 0x42074d60 in _int_realloc () from
/lib/tls/libc.so.6
#1 0x420738c4 in realloc () from /lib/tls/libc.so.6
#2 0x47c7da89 in PAbstractArray::SetSize(int) () from
/home/sip/pwlib/lib/libpt_linux_x86_r.so.1.5
#3 0x47c7cf4d in PContainer::SetMinSize(int) () from