What is the configuration of H323.conf and openphone in order to run openphone and asterisk together ?
Therefore you need the asterist-oh323.x.x.x channel to download from www.inaccessnetworks.com also you need pwlib and openh323 from www.openh323.org Then you can compile the channel, but it is recommended to have a look in the READMEs. Then you have to do some changes in the Makefiles in ..../asterisk/channel and under that h323. Set there the path to pwlib & openh323. compile the asterisk again. When the channel is compiled you will get a conf file. Copy that to /etc/astersik and start *. An example for a h323 client is below. Good luck :-) Cheers! Harald [harald] ; Linux Gnomeeeting H323 Client ;context = default context = h323_context type = friend ;secret = pass host = 141.69.56.121 ; host where client should connect to in case of an existing gatekeeper callerid="harald@141.69.56.121" <1951> ;host = dynamic ;not implemented yet! =====================================================================-----Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Im Auftrag von CHAUVELIN Samuel Gesendet: Donnerstag, 7. Oktober 2004 15:37 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] openphone & Asterisk What is the configuration of H323.conf and openphone in order to run openphone and asterisk together ? _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
[general] listenAddress=0.0.0.0 listenPort=1720 connectPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=8000 udpEnd=8005 fastStart=no h245Tunnelling=no h245inSetup=no inBandDTMF=yes silenceSuppression=no jitterMin=20 jitterMax=500 ipTos=reliability outboundMax=10 inboundMax=10 simultaneousMax=10 wrapLibTraceLevel=1 libTraceLevel=0 libTraceFile=stdout gatekeeper=192.168.0.33 gatekeeperTTL=600 userInputMode=RFC2833 amaFlags=default ;accountCode=H323 ;********************** TEST OF OPENPHONE CONFIGURATION [444];OpenPhone type=friend defaultip=192.168.0.32 ; @ of my openphone username=444 callerid=444 context=communication_local [openphone];OpenPhone type=friend host=192.168.0.33 ; @ of my asterisk server ;defaultip=192.168.0.32 ;username=223 context=default callerid="openphone@192.168.0.32" <223> ;********************** TEST OF OPENPHONE CONFIGURATION ;----------------------------------------- ; Configure H.323 aliases, prefixes and ; related ASTERISK's contexts ;----------------------------------------- [register] ; ; Aliases/prefixes associated with the default context ; defined in section [general]. ; alias=asterisk alias=444 ;alias=123 ; ; Aliases/prefixes routed in "all-aliases" context. ; context=all-aliases alias=ASTERISK alias=666 ; ; Aliases/prefixes routed in "more-aliases" context. ; context=more-aliases alias=665 ; ; Aliases/prefixes routed in "all-prefixes" context. ; context=all-prefixes gwprefix=00 gwprefix=01 ; ; Aliases/prefixes routed in "more-stuff" context. ; ;context=more-stuff ;alias=664 ;gwprefix=02 ;----------------------------------------- ; Specify and configure CODEC related ; options ;----------------------------------------- [codecs] ; ; Define the codec list of the channel driver. ; Every "codec" option may have a "frames" option ; associated with it. ; Valid values for the "codec" option are: ; G711U - G.711 u-Law ; G711A - G.711 A-Law ; G7231 - G.723.1(6.3k) ; G72316K3 - G.723.1(6.3k) ; G72315K3 - G.723.1(5.3k) ; G7231A6K3 - G.723.1A(6.3k) ; G7231A6K3 - G.723.1A(6.3k) ; G726 - G.726(32k) ; G72616K - G.726(16k) ; G72624K - G.726(24k) ; G72632K - G.726(32k) ; G72640K - G.726(40k) ; G728 - G.728 ; G729 - G.729 ; G729A - G.729A ; G729B - G.729B ; G729AB - G.729AB ; GSM0610 - GSM 0610 ; MSGSM - Microsoft GSM Audio Capability ; LPC10 - LPC-10 ; Number of frames in RTP packet (if not specified) is 1. ; codec=G711A frames=20 codec=G711U frames=20 codec=GSM0610 frames=4 in openphone : I put : Username : 223 or 444 Gatekeeper : @ of my gatekeeper When i run openphone it says me that it doesn't find my gatekeeper