Displaying 20 results from an estimated 10000 matches similar to: "H323 to SIP - One way voice"
2008 Oct 18
1
strange h323 delay issue
Hello,
I have a strange h323 issue. After executing command
"Dial("SIP/333-0d1dfe00", "H323/361737052390920 at ccg|5|tT")" at Oct 18
22:32:23. Meanwile I have sniffing traffic on port 1720. The call was
established just at Oct 18 22:33:03 (New H.323 Connection created.) and also
packet sniffer grabs the h323 invites at this time also. So my question is
what
2007 Mar 13
1
RE: In Asterisk 1.4.x, Why Digium has two H323 channels?
Hi Users, Administrators and Pavel Jezek,
You prefer chan_h323 from asterisk tree and it's of course that use channels
by tree is very good.
But in 1.2.x, the chan_h323 is very simple and the chan_oh323 is so bad.
And I work with chan_ooh323, that it's too from Digium and work good!
And I am Studing one possible change to Asterisk 1.4.x , but in 1.4.x the
oh323 channel don't have more,
2003 Apr 23
5
Unable to call H323 phones via asterisk
I receive the following error when I try to call another H323 extension from
another H323 when going through *.
NOTICE[27669]: File channel.c, Line 1325 (ast_set_read_format): Unable to
find a path from 1 to 8
NOTICE[27669]: File channel.c, Line 1296 (ast_set_write_format): Unable to
find a path from 8 to 1
WARNING[27669]: File chan_h323.c, Line 528 (oh323_write): Asked to transmit
frame type 1,
2010 Jun 20
1
Compiling H323
I'm really struggling with an Asterisk 1.6.2.7 install (on centos 5.4)
The pwlib + opal packages don't satisfy Asterisk's configure script (to let H323 compile), so I removed those and added the latest ptlib + h323plus (from h323plus.org)
I can compile ptlib and h323, but when I load chan_h323 in asterisk I get a segfault. I had to point LD_LIBRARY_PATH to /usr/local/lib with the
2003 Nov 24
3
Cisco to asterisk termination with h323 and g729 finally works.
Hello,
I managed to terminate calls from cisco: as5300 and 7206 to asterisk over h323.
I tested both oh323 from inaccessnetwork and JerJers chan_h323.
I used 1.12.2 version of oh323 and 1.5.2 version of pwlib.
After latest changes from JerJer chan_h323.c works ok when receiving traffic
from ciscos. I havnt found any audio problems although I didnt send much
traffic.
Latest oh323 has some
2003 Jun 16
2
h323 compile error
The following occurs with code from yesterday's cvs (asterisk) and current
OpenH323 code:
[root@raid-2 h323]# make clean install
rm -f *.o *.so core.*
cc -g -pg -c -o
chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations -
DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIA
N -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING
2005 Aug 10
1
h323 error when trying to start Asterisk
Asterisk has been working fine for me for several weeks using MGCP to a Adit600 for intra office calling. I have recently loaded h323 and the following errors occurs when starting asterisk.
[chan_h323.so]Aug 10 09:09:18 WARNING[7824]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory
Aug 10 09:09:18 WARNING[7824]:
2005 May 27
2
Interco H323 : IPNx (from WTL) and *
Hi,
Someone released a succefull interconnection in H323 with WTL equipement
?
I'm trying to do that with an IPNx. But get dead air.
With chan_oh323 it's fine, all works. With chan_h323 => dead air.
The configuration is GW to GW.
This is my configuration from h323.conf:
[general]
port=1720
bindaddr=my.ipaddr
dtmfmode=rfc2833
2004 Aug 11
7
H323 call dropped when answered
Hi All.
I'm using RedHat 9
I configured the chan_h323 and asterisk from CVS.
This is the scenario SJ_lab_phone(sip) ---------------> Asterisk
-------------> H323 GK --------------> PSTN
I have tried all codec's and always the same result, the called phone
will ring without dropping for how ever I allow it to but as soon as it
is answered it immediately gets disconnected.
2004 Aug 04
5
H323 Call Dropping
Hello All,
I am trying to setup a SIP to H323 system using SER, Asterisk And GnuGK. Following is the
configuration:
CISCO ATA (NAT) -> SER -> ASTERISK -> GNUGK
My Cisco ATA is registered with SER and When I dial a number, SER forwards the call to Asterisk,
and Asterisk forwards the call to the GateKeper. This is ok, call reaches the gatekeeper, however
the gatekeeper drops the call
2006 Apr 01
4
H323 on way voice
Hi,
I installed H323, however when I make a call from SIP Phone -> Asterisk H323
-> Provider H323 the provider can hear me, but I cannot hear nothing.
The asterisk is 1.2.6 with G729 license, and the asterisk is connect direct
to internet with a public IP.
Any thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Nov 24
2
Bothering with H323
Hi everyone,
Could someone help me on make my Asterisk registers to a Gatekeeper.
I have compiled the chan_h323.so and it seems to be working.
What I want to know is how can I "route" my SIP clients to a single
account on a remote Gatekeeper.
I have tried a lot of conbinations but nothing happend.
For example: my account number: 123456789
;extension.conf
exten =>
2007 Feb 28
1
h323 how to set it up?
Hi all,
I have some questions about h323. Is it mandatory to install a oh323 or I can
do h323 calls without patching or adding any new drivers ti asterisk?
I did compile the asterisk with channel driver chan_h323 but it still gives me
this error:
[Feb 28 18:12:58] WARNING[1902]: app_dial.c:1081 dial_exec_full: Unable to
create channel of type 'H323' (cause 66 - Channel not implemented)
2003 Dec 12
4
RH9 and h323.conf
Hello everybody,
First time installer and I need the lists advice. My plan is to use
asterisk PBX with some hardware to terminate my calls coming from
several operational gnugk gatekeepers.
Do have RH9 and downloaded the latest asterisk from CVS. Compiled
according instructions and is running fine.
Could hardly find any info on h323 implementation untill the REAME in
the channels directory.
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
I'm having a problem with chan_h323 compiling for Asterisk.
RedHat 7.3
PWLIB 1.4.11 pwlib_1.4.11.tar.gz
OpenH323 1.11.7 openh323_1.11.7.tar.gz
[asterisk@jonux h323]# make clean
rm -f *.o *.so core.*
[root@jonux h323]# make
cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes
-Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686
-DPBYTE_ORDER=PLITTLE_ENDIAN
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 Aug 23
1
H323 outgoing calls
Does asterisk support using an H.323 provider for outgoing calls? From
everything I have found, it looks like it does. However, I have had no
success in getting it to work. I would really appreciate if somebody
could give me a hand. I am using the channel that comes with asterisk.
I have also tried using the channel from inaccessnetoworks but have not
had any more success. My provider
2006 Dec 15
2
call from h323 to SIP
Hi
i am trying to do the same thing:
receive a call from a cisco callmanager and forward it to a SIP user.
Asterisk is compiled with h323 support, and is configured as a gateway
in the cisco callmanager.
h323.conf:
[general]
port = 1720
bindaddr = 193.x.x.x ; this SHALL contain a single, valid IP
address for this machine
allow=all
extension.conf:
exten = 3298,1,Answer
exten =
2005 Apr 10
2
Problems trying to compile H323 from CVS-STABLE
I'm trying to compile channels/h323 and chan_h323 from CVS-STABLE, on
Fedora Core 3.
Firstly, despite the warnings in h323/README, I decided to try using
the distro-specific versions of openh323 and pwlib. Of course, the
Makefiles in channels and channels/h323 assume that openh323 and pwlib
have been specially compiled in $HOME, so I modified the Makefiles to
look for headers and libraries in
2006 Mar 24
1
chan_h323 problem
Hello,
I installed Asterisk from CVS on Redhat Linux 9 and working with chan_h323 module and g729/g723 free codecs too.
My network connection diagram:
----------------------------------------------
X-lite/X-Pro-->Asterisk--chan_h323-->GnuGK--->AS5300-->PSTN
boldsoft*CLI> show version
Asterisk CVS-v1-0-03/24/06-15:27:08 built by root@boldsoft on a i686 running Linux
I can make