similar to: h323 problem with asterisk 1.2.18

Displaying 20 results from an estimated 400 matches similar to: "h323 problem with asterisk 1.2.18"

2005 Jan 13
1
Build PWLIB
I am trying to build PWLIB to get OH323 up and running. I am not an expert in linux but can someone help telling me how I can do the following: How can I add a directory to LD_LIBRARY_PATH?! Thanks in advance ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------- For
2006 Dec 04
1
Problem with h323 support
Hi, I have Asterisk SVN-branch-1.4-r47845 installed in a Ubuntu Dapper. Its works as sip server and I am trying to get h323 support. I installed these packages: libpt-1.10.0 libopenh323-1.18.0 And I set the next global variables: PWLIBDIR=/usr/share/pwlib OPENH323DIR=/usr/share/openh323 Then, when I execute the configure script (before installation) and finishes with this message: #
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
Heya, I changed the Makefile of the h323-channel-makefile (I downloaded cvs of a couple of hours ago) so that I don't have to rebuild pwlib and openh323, but can use the precompiled versions. I'm using pwlib 1.8.3 and openh323 1.15.2. There aren't many changes. I replaced OPENH323DIR with OPENH323INC ,which points to /usr/include/openh323 for me and OPENH323LIB, which points to
2008 Jun 14
1
play sound on a specific channel
Hi to all can i play a sound or a dtmf tone on a specific channel using AMI? Thanks to all -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/reportmaker https://sourceforge.net/projects/nikstresser
2007 Dec 14
2
chan_h323 compilation
Hi All; I am trying now to compile h323 to be able to use it, I did the pwlib and openh323 successfully and I exported the PWLIBDIR=/usr/src/pwlib_v1_10_0 and the OPENH323DIR=/usr/src/openh323_v1_18_0, then I was need to compile h323 as following: cd /usr/src/asterisk-1.4/channels/h323 When I type make, it gives me: make: Nothing to be done for 'degault' And when I type make opt, it
2005 Feb 16
4
Asterisk exist with error
Hello ! First time I have instaled Asterisk without problem and working with a SIP clinet (X-Lite). Then I try to make the H323 with came with Asterisk. So, I DL pwlib v.1.5.2 in /root (./configure ; make) no errors DL openh323 in /root (./configure ; make opt): ------------ /root/openh323/src/h248.cxx:6178: internal error: Segmentation fault Please submit a full bug report, with preprocessed
2008 Jan 29
0
Installation of gatekeeper-H323plus
Hi, I am trying to install Gatekeeper. I have installed pwlib and trying to install h323 plus. I have set the path as PWLIBDIR=/root/pwlib export PWLIBDIR OPENH323DIR=/root/open323 export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH I also configured /etc/ld.so.conf include /root/pwlib/lib include /root/h323plus/lib Then I tried running ldconfig. But it
2008 Aug 08
1
h323 channel compile error
I have following settings done on my Fedora8: Downloaded openh323-v1_19_0_1-src-tar.gz pwlib-v1_11_1-src.tar.gz Extracted them in /root/openh323 and /root/pwlib Exported the following variables: PWLIBDIR=/root/pwlib export PWLIBDIR OPENH323DIR=/root/openh323 export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH Then I compiled pwlib and it was fine. But in
2005 Feb 11
6
i want to load chan_h323.so
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
Hi, erverybody The Asterisk is running well in the linux system. Now I would like to add oh323 in Asterisk. I have download pwlib(version is 1.6.6) and openh323(version is 1.13.5). And I sucessfully maked and installed these two packages. But I got the following errors when compling the asterisk-oh323 0.6.3a: for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make[1]:
2007 Jun 29
4
asterisk call unique id in dialplan
Hi how can i retrieve the call unique id of asterisk in the dialplan? I have enabled the cdr logging on a postgres database. In the table cdr each record has a field that assumes an unique id (for example: 1141628669.51) Can i retrieve this from the dialplan? For example: exten => 203,1,Answer exten => 203,2,Set(CALLERID(name)=UNIQUE_ID - ${var_name_unique_id}) exten =>
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
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
2009 Jan 12
1
problem with dahdi and meetme
Hi to all. I'm trying to use meetme on asterisk 1.4.22.1. On a debian i've compiled (as i need h323 support) openh323_v1_18_0 pwlib_v1_10_0 dahdi-linux-2.1.0.3 dahdi-tools-2.1.0.2 asterisk-1.4.22.1 All works fine, dahdi status is: asterik:/data/programmi# /etc/init.d/dahdi status ### Span 1: DAHDI_DUMMY/1 "DAHDI_DUMMY/1 (source: RTC) 1" (MASTER) asterik:/data/programmi#
2007 Aug 03
2
partial ChanSpy
Hi is it possible to spy (not record, spy) partially on a channel? for exaple, i'd like to listen only the input or the output voice. is it possible? thanks -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/nikstresser
2007 Sep 05
1
Spawn extension (default, 1002, 2) exited non-zero on 'SIP/host-0819d0d0
Hi i generate a call from the dialplan in this mode: exten => 1002,1,Answer() exten => 1002,2,Dial(SIP/user at host) the call is generated, but after some seconds it is interrupted, here the asterisk log: *CLI> -- Executing Answer("SIP/host1-0819d0d0", "") in new stack -- Executing Dial("SIP/host1-0819d0d0", "SIP/caller at host") in new
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
2008 Jul 17
1
OpenH323 and ptlib version for asterisk 1.4.21.1
Hi what version of openh323 and pwlib are suggested for asterisk 1.4.21.1.? Thanks to all -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/reportmaker https://sourceforge.net/projects/nikstresser
2007 Apr 21
3
FAX on PRI and TE205P
Hi i have a PRI connected to a TE205P. Actually, can i send and receive FAX through Asterisk using stable solutions? Or shall i connect an ATA to Asterisk and then a modem with Hylafax? -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/nikstresser
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