similar to: Looking for Info on OH323

Displaying 20 results from an estimated 11000 matches similar to: "Looking for Info on OH323"

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
2006 Jan 17
1
Is there a key sequence to stop a call as its ringing?
Is there a key sequence to stop a call as its ringing, before the call is answered? The * key stops a call after it is answered, but I'd like a way to cancel the call during the ringing phase. /Obelix ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2006 Apr 12
2
How to terminate ringing call before it is answered
Is there a way to terminate a ringing call before it is answered? I am speaking of prepaid card application in which you want to make another call, because you current number it is not being answered, and you don't want to hangup before dialling again. /Obelix
2006 Apr 13
2
How to terminate ringing call before it is answered?
Is there a way to terminate a ringing call before it is answered? I am speaking of prepaid card application in which you want to make another call, because the current number it is not being answered, and you don't want to hangup before dialling another number. /Obelix
2006 May 21
1
Events offered by
Which Actions and events to the read/write options in manager.conf give access to, ie the options below. read = system,call,log,verbose,command,agent,user write = system,call,log,verbose,command,agent,user Are they documented somewhere? /Obelix
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 Jul 14
1
oh323 dial structure and oh323 debug?
According to the wiki at voip-info.org, the dial structure for using oh323 without a gatekeeper is: OH323/<exten>@<host>:<port> or OH323/<exten> The second option is valid only in the case where a gatekeeper is used. NOTE: OpenH323 library v1.12.0 has a bug in the parsing of the destination host. When this version is used then the above syntax should be:
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
2005 Oct 08
1
Cannot dial SIP via asterisk
I have been trying to connect via sip and things don't seem to work. What do messages like this mean? Oct 9 00:33:57 WARNING[22849]: chan_sip.c:611 __sip_xmit: sip_xmit of 0x81ab834 (len 361) to 216.127.66.119 returned -1: Invalid argument Oct 9 00:33:58 WARNING[22849]: chan_sip.c:694 retrans_pkt: Maximum retries exceeded on call 000638cf3adb579455c0d20b2051ba1d@127.0.0.1 for seqno 102
2006 Apr 08
2
oh323.conf problem
I have installed oh323 channel driver (finaly! :)). I head some problem starting * so I have put the smallest possible oh323.conf file to se what happens. When I don't put available codec's in oh323.conf (*1) Asterisk starts but he also disables h323 channel because there are no available codec's (*2). When I put codec (*3) Asterisk doesn't start (*4). What have I done wrong? I
2004 Oct 04
1
some problems with OH323
Hello, I am facing some problems with OH323 1. I am using exten => 223,1,SetVar(OH323_OUTCODEC=gsm) or g729 exten => 223,2,Dial(OH323/x.x.x.x) but the call always go out in aLaw . 2. With OH323 I find one way audio . 3. How can I use ASTCC with OH323 , I have tried to use dialstrings like exten => 223,2,Dial(OH323/192.168.0.1/1234) to send the dialed number as 1234 , but it does
2004 Nov 25
2
oh323 compile issue
Hi all, I want to give a try to oh323 (currently nufone h323 channel is setup and compiling fine) on a yesterday CVS update of asterisk. I have _pwlib 1.8.1_ and _openh323 1.15.1_ What I made: openh323 dir: make clean apply the oh323 patch configure make opt asterisk-oh323-0.7 dir: make [...] wrapendpoint.cxx: In method `BOOL WrapH323EndPoint::OpenAudioChannel (H323Connection &, int,
2004 Jul 29
1
OH323 and codec selection
I'm having a small issue with the oh323 implementation when it comes to codec selection. Version info: CVS Head 6/30/2004 OH323 0.6.3 OpenPhone for windows version 1.8.1 Asterisk is configured as a h323 endpoint which either terminates to the PSTN locally through a PRI or terminates the h323 call to an IAX provider remotely. Asterisk also has G729 licences installed. in oh323.conf we
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
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 Jun 11
2
Help with Oh323
I am blocked on the most simple step when compiling Oh323: Cd /openh323 patch -p1 ../asterisk-oh323-0.7.2-pre1/openh323_1.13.5-make.patch it hangs for ever and never finishes in my machine with Red Hat Enterprise Linux 3, fully updated. I need to use Asterisk HEAD and I therefore I want to use asterisk-oh323-0.7.2-pre1. Additionally, because it is the most debugged version. In the past, if
2004 Nov 23
1
File Creation Error on an SMB Volume
> Hi folks, > My SMB server is a Helios Ethershare 3.1 on a Tru64 Alpha machine. > We are now integrating more and more gentoo-Linux Servers. These are the > SMB Clients. > > On Obelix (one of our gentoo-Servers) I can mount the SMB Volume from the > Ethershare Server. > obelix nc4smb # whoami > root > obelix # mount -t smbfs -o username=m.heckmann
2004 Jul 07
1
OH323-COMPILE
HI ALL HI MICHAEL; My name is mohammad and I am iranian.I have been trying to install oh323 channel but I come up with dead end. In fact it makes me crazy. plz help me michael. I saw mailing list and I trid serevel CVS headers such as , 2004-06-07( seven of june) 0r 2004-07-02( second of july) besides I use: 1-openh323 v1.12.2 2-pwlib v1.5.2 3- asterisk CVS (2004-06-07,
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 Jun 30
5
strange problem with oh323 loaded!
Hi, I am using asterisk CVS 2004-06-16 with oh323-0.6.3a I have a strange problem if I start asterisk with oh323 loaded /usr/sbin/asterisk -vvvvvc once I am in the console and issue "restart now" or "reload" asterisk hangs and it not stoping or restarting at all, below is the console logging when it happens, as you can see it stucks on "Destroying any remaining