similar to: oh323 prob :)

Displaying 20 results from an estimated 2000 matches similar to: "oh323 prob :)"

2003 Jul 08
2
oh323 problem (small one)
I have just compiled & installed the latest oh323, on a fresh asterisk installation however using a previously working oh323.conf file. When I try to dial an outbound oh323 call I get the following error : -- Going to extension s|1 because of immediate=yes -- Executing Wait("Zap/1-1", "1") in new stack -- Accepting call from '21382890' to 's'
2004 Apr 30
1
Error compiling asterisk-oh323-0.6.0
Hi together, i try to compile astrisk-oh323 like described in the Readme - pwlib V1.6.6 (janus) - openh323 V1.13.5 (janus) with make-patch - asterisk V0.9.0 i got the following error gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/src/redhat/BUILD/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c
2004 Jun 11
1
oh323 0.6.2
I am trying to compile the latest channel drivers Can anyone tell me what is wrong ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o wrapcaps.o make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' make[1]: Entering directory
2004 Apr 15
2
too many arguments to function `ast_queue_hangup' compiling asterisk-oh323
when trying to build asterisk-oh323 I get the following: make[1]: Entering directory `/usr/src/asterisk-oh323-0.5.10/asterisk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declara tions -D_REENTRANT -D_GNU_SOURCE -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c:
2003 Dec 17
1
PSTN to h323
Hi, I start to be a little confused so I am asking to the list. I want to make with * a gateway from PSTN to H323, and to send all incomings call to a predefined IP, which will treat the h323 calls. let's assume that all my incoming numbers starts with 00 here is my extensions [incoming] exten => s,1,Answer exten => _00.,1,Answer exten =>
2003 Jul 10
2
OH323 + G729 + Go2Call
hi .. i've just installed and licensed an instance of the G729 codec. I am trying to connect through asterisk to Go2Call server .. According to their info it involves dialling extension 729 on voip01.go2call.com, to get the IVR. my extensions.conf shows : exten => s,2,Dial(OH323/h323:729@216.52.153.206) which I think is correct, I have G729 enabled in the OH323.conf file and it seems to
2003 Jun 06
1
more about SIP ...
I added the line "allow G723.1" in my sip.conf general config, and from a bridge connection which gives silence, I have progressed to the error message below, and the call gets rejected. help!! Dave ps. 217.168.168.49 : soft sipphone, i'm trying SJphone & Pingel Instant Expressa 723@216.52.153.207 : Go2Call SIP gateway -- Executing
2003 May 29
1
a beginner's SIP question ..
I am trying to get asterisk to dial this address : sip:723@216.52.153.207 Using a softphone on my PC (217.168.168.49) it dials immediately and I get a voice prompt .. I have configured an extension, 1303 on asterisk, modifying the demo configuration : exten => 1303,1,Dial(SIP/723@216.52.153.207) When from my softphone I dial sip:1303@217.168.168.51 on the console I get : -- Executing
2005 Jun 22
1
Error on installing oh323 on asterisk
I'm following the instruction from Jo?o Amaro from the page http://lists.digium.com/pipermail/asterisk-users/2005-February/090752.html Everything went fine until I run the 'make' command under asterisk-oh323-0.6.5. I got the error message chan_oh323.c:5220: too many arguments to function `ast_channel_register' I have attached the error message. I'm running asterisk CVS
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
2003 Jul 08
0
SIP Problem (previous post) .. information might be relevant
regarding my previous post about SIP outgoing calls dropping with an error 481 .. this is my output from a SIP debug. the call dropped occurs at the end. Asterisk is mine, Cisco-SIPGateway is the other end (remote) and not in my control. help :) please!! Dave Signal=0 Duration=250 (no NAT) to 216.52.153.207:5060 Sip read: SIP/2.0 200 OK Via: SIP/2.0/UDP
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 07
2
Problem -ATA-711-723-Oh323-Asterisk
Hi List, I am facing the reverse problem as stated here.I am using ATA 186 to make and recieve call to * through OH323 driver. When I use G711 codec in the ATA to make call then then as soon as i dial an extension the * crashes with 'segmentation fault'. But the same scenerio works fine when i use 723 codec in the ATA .I can dial the number and extension very well/(I have 723 support in
2005 Jul 26
1
problems with compiling asterisk-oh323-0.6.5
after editing the Makefile according to my directories ive compiled asterisk-oh323-0.6.5 but i got these errors can any body help me with this : [root@terra@net asterisk-oh323-0.6.5]# make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory `/home/wassim/asterisk-oh323-0.6.5/wrapper' ./check_ver /home/wassim/pwlib pwlib ./check_ver
2004 May 10
2
problems compiling oh_323 and asterisk
Hello, i have some problems with compiling oh_323 (0.6.1) and asterisk (0.9). I successfully have compiled the necessary libs pwlib and openh323. I have set all path-variables in the oh_323 makefile. When i compile the oh_323 channel driver i'v got some errors. in function oh323_call chan_oh323.c: 1135 ... too few arguments to function 'ast_queue_hangup' So what could be the
2005 Mar 09
6
how to sip->h323 using asterisk-oh323-0.7.1
hello i am using asterisk-oh323-0.7.1. i want to convert sip call to h323 (h323 sjphone or h323 proxy). what could be the best way for this. i am successfull in converting h323->sip by using asterisk as gateway. help required on sip->h323. kamran __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web
2005 Aug 29
2
Register Asterisk with Gatekeeper - oh323
I have tried everything. to register with this gatekeeper to make and receive calls These are the details I received from the voip provider: protocol H.323 Gatekeeper Address - AVS@210.21.118.XXX Port - 1719 RAS - 53 Q931 - 80 h245 - 1722 RTP - 1722 Username - H323 I have 2 phone number/accounts with this gatekeeper that I need to register to. ID - HMA0200.10szxn-xxxx e.164 - 22xx2912
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
2004 Sep 04
1
Oh323, Please Help Newbie ;(
Hi, I just installed OH323 Plugin and im now tryin to make simple Configuration to connect Openphone and Xlite to my Asterisk-Server. All works fine, i just wanna know if there's a better way to do it? Is there anything wrong with my Config? OH323.conf [general] listenAddress=0.0.0.0 listenPort=1720 connectPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=8000 udpEnd=8005 fastStart=no
2003 Jun 09
1
OH323 crashing
hi, does anyone have a problem with OH323 crashing with a segmentation fault whenever anything tries to connect to it ??? are the current CVS versions OK? Would like to speak to someone with a bit of OH323 experience, so if u're in a good mood to help, please do :) cheers Dave