<DIV>Hi guys,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have been trying for days to get openh323 connections to work on my asterisk box again.&nbsp; About a week ago we started having problems with one-way audio on oh323 to zaptel calls after I did some software updating.&nbsp; The calling party has no problems hearing the called party talking, but the called party cannot hear the calling party.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The incoming h323 calls are using the G729 codec with we bought from digium and I installed on this machine.</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I look at the asterisk CLI this is what I see:</DIV>
<DIV><BR><FONT color=#0000bf>voiper*CLI&gt;<BR>&nbsp;&nbsp;&nbsp; -- Executing Dial("OH323/R2248", "Zap/g4/7005130218#") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Called g4/7005130218#<BR>&nbsp;&nbsp;&nbsp; -- Zap/73-1 answered OH323/R2248<BR>Mar 17 12:50:42 WARNING[507929]: chan_oh323.c:1400 oh323_read: OH323/R2248: Invalid format of RTP addresses.<BR>&nbsp;&nbsp;&nbsp; -- Hungup 'Zap/73-1'<BR>&nbsp; == Spawn extension (itl, 34917885138, 1) exited non-zero on 'OH323/R2248'<BR>&nbsp;&nbsp;&nbsp; -- Hungup 'OH323/R2248'<BR>voiper*CLI&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anyone know why it might be saying "Invalid format of RTP addresses"?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here is my oh323.conf file:<BR><FONT color=#0000bf>;<BR>; Configuration file of OpenH323 channel driver<BR>;</FONT></DIV>
<DIV><FONT color=#0000bf>;-----------------------------------------<BR>; General configuration options<BR>; (ports, jitter, GK, ...)<BR>;-----------------------------------------<BR>[general]<BR>;<BR>; Address to bind to for incoming connections.<BR>; Default is ALL.<BR>;<BR>listenAddress=0.0.0.0<BR>;<BR>; Port to listen to.<BR>; Default value is 1720.<BR>;<BR>listenPort=1720<BR>;<BR>; Port to connect to.<BR>; (Used only when we don't have a gatekeeper)<BR>; Default value is 1720.<BR>;<BR>connectPort=1720<BR>;<BR>; Configure TCP port range to be used by H.323<BR>;<BR>tcpStart=10000<BR>tcpEnd=50000<BR>;<BR>; Configure UDP port range to be used by H.323<BR>; Note: The port range used by RTP are configured from<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "rtp.conf"<BR>;<BR>udpStart=10000<BR>udpEnd=50000<BR>;<BR>; Enable fast start (yes,no).<BR>;<BR>fastStart=yes</FONT></DIV>
<DIV><FONT color=#0000bf>;<BR>; Enable H.245 tunnelling (yes,no).<BR>;<BR>h245Tunnelling=yes<BR>;<BR>; Enable early H.245 messages in call SETUP message.<BR>;<BR>h245inSetup=yes<BR>;<BR>; Enable in-band-DTMF detection.<BR>; (Note: Netmeeting uses in-band DTMFs)<BR>;<BR>inBandDTMF=no<BR>;<BR>; Enable silence suppression.<BR>;<BR>silenceSuppression=yes<BR>;<BR>; Set jitter buffer (in milliseconds, 20...10000).<BR>;<BR>jitterMin=20<BR>jitterMax=1000<BR>;<BR>; Set IP Type-of-Service byte for RTP channels.<BR>; Valid values for this option are:<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lowdelay, throughput, reliability, mincost, none<BR>;<BR>ipTos=none<BR>;<BR>; Set the maximum number of inbound/outbound H.323 connections.<BR>;<BR>outboundMax=10<BR>inboundMax=10<BR>;<BR>; Set the bandwidth limit for H.323 connections.<BR>; The value is in Kbps.<BR>;<BR>;bandwidthLimit=1024<BR>;<BR>; Set tracing options for the wrapper library and for the<BR>; OpenH323 library.<BR>; libTraceFile can be
 'stdout' or a full path name to the tracefile.<BR>; Only trace info for OpenH323 is logged in libTraceFile.<BR>;<BR>wrapLibTraceLevel=1<BR>libTraceLevel=1<BR>libTraceFile=stdout<BR>;<BR>; Disable gatekeeper or specify a gatekeeper.<BR>; Valid values for this option are:<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DISABLE,<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DISCOVER,<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gatekeeper's DNS name&gt;,<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gatekeeper's ip&gt;,<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GKID:&lt;gatekeeper's id&gt;<BR>;<BR>;gatekeeper=192.168.1.2<BR>gatekeeper=DISABLE<BR>;<BR>; Set the gatekeeper password<BR>;<BR>;gatekeeperPassword=secret<BR>;<BR>; Set the gatekeeper registration timeout<BR>;<BR>;gatekeeperTTL=600</FONT></DIV>
<DIV><FONT color=#0000bf>;</FONT></DIV>
<DIV><FONT color=#0000bf>; Set the mode for sending user-input<BR>; Valid values for this option are:<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Q931&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Q.931 Keypad Information Element<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STRING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; H.245 string<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TONE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; H.245 tone<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RFC2833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RFC2833<BR>;<BR>userInputMode=RFC2833<BR>;<BR>; AMA flags (default, omit, billing, documentation)<BR>;<BR>amaFlags=default<BR>;<BR>; Account code<BR>;<BR>accountCode=H323<BR>;<BR>; Set the default context of H.323 calls.<BR>;</FONT></DIV>
<DIV><FONT color=#0000bf></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000bf>context=itl</FONT></DIV>
<DIV><FONT color=#0000bf></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000bf>;-----------------------------------------<BR>; Configure H.323 aliases, prefixes and<BR>; related ASTERISK's contexts<BR>;-----------------------------------------<BR>[register]</FONT></DIV>
<DIV><FONT color=#0000bf>;-----------------------------------------<BR>; Specify and configure CODEC related<BR>; options<BR>;-----------------------------------------<BR>[codecs]<BR>;<BR>; Define the codec list of the channel driver.<BR>; Every "codec" option may have a "frames" option<BR>; associated with it.<BR>; Valid values for the "codec" option are:<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G711U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.711 u-Law<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G711A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.711 A-Law<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G7231&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.723.1(6.3k)</FONT></DIV>
<DIV><FONT color=#0000bf>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G72316K3&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G.723.1(6.3k)<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G72315K3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.723.1(5.3k)<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G7231A6K3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.723.1A(6.3k)<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G7231A6K3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.723.1A(6.3k)<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G728&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.728<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G729&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.729<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 G729A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.729A<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G729B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.729B<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G729AB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G.729AB<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GSM0610&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GSM 0610<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MSGSM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Microsoft GSM Audio Capability<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LPC10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LPC-10<BR>; Number of frames in RTP packet (if not specified) is 1.<BR>;</FONT></DIV>
<DIV><FONT color=#0000bf>;codec=G711A<BR>;frames=20</FONT></DIV>
<DIV><FONT color=#0000bf>;codec=G711U<BR>;frames=20</FONT></DIV>
<DIV><FONT color=#0000bf>;codec=GSM0610<BR>;frames=4<BR>;codec=G7231<BR>;frames=2</FONT></DIV>
<DIV><FONT color=#0000bf>codec=G729</FONT></DIV>
<DIV><FONT color=#0000bf>codec=G729A</FONT></DIV>
<DIV><FONT color=#0000bf>codec=G729B</FONT></DIV>
<DIV><FONT color=#0000bf>codec=G729AB<BR></FONT><FONT color=#0000bf></FONT></DIV>
<DIV><FONT color=#0000bf><FONT color=#000000>Is there any information I left out?&nbsp; Thanks if anyone has any ideas or can point me to some documentation that would be EXCELLENT!</FONT></FONT></DIV>
<DIV><FONT color=#0000bf><FONT color=#000000></FONT></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000bf><FONT color=#000000></FONT></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000bf><FONT color=#000000>Colin Clark</FONT></DIV></FONT><p><font face=arial size=-1>Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/mailtag_us/*http://mail.yahoo.com" target="_blank"><b>Yahoo! Mail</a></b> - More reliable, more storage, less spam