i meant you switched PCMA and PCMU...<br><br>T.<br><br><div class="gmail_quote">2009/10/23 Georgiewskiy Yuriy <span dir="ltr"><<a href="mailto:bottleman@icf.org.ru">bottleman@icf.org.ru</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 2009-10-23 10:16 +0200, Tihomir Culjaga wrote freeswitch-users@lists.fre...:<br>
<br>
TC>> TC><br>
<div class="im">TC>> TC>it is gonna be easier to track.<br>
TC>> TC><br>
TC>> TC>Tomorrow i will test on 1.0.4 but please lets move to trunk.<br>
</div>TC>><br>
TC>> i make it a bit later, to move tickets to jira and source to svn i<br>
TC>> need some time to undertand how this system is works, especially jira.<br>
TC>><br>
TC>><br>
TC>audio issue is better now :)<br>
TC><br>
TC>however i have a few questions:<br>
TC><br>
TC>1. can we control codec framing size via config file setting (e.g. PCMA:20,<br>
TC>PCMU:20)?<br>
<br>
at this time i think no, there is a number issues in codec part now.<br>
<br>
TC>2. can we control tunneling via config file setting?<br>
<br>
at this time no, i implement it later.<br>
<br>
TC>3. can we control mediaWaitForConnect flag within setup message via config<br>
TC>file setting?<br>
<br>
what is mediaWaitForConnect flag, may be another trmin in h323?<br>
<br>
TC>Now, when i can test more and place outgoing calls to different equipment, i<br>
TC>found that there is an issue when we get h.225 progress without a fastStart<br>
TC>element.<br>
TC><br>
TC>Here is a tshark:<br>
TC><br>
TC> 5.242526 10.4.62.7 -> 10.4.4.254 H.225.0 CS: setup OpenLogicalChannel<br>
TC><br>
TC> 5.243982 10.4.4.254 -> 10.4.62.7 H.225.0 CS: callProceeding<br>
TC> 10.512617 10.4.4.254 -> 10.4.62.7 H.225.0 CS: progress<br>
TC> 10.983697 10.4.4.254 -> 10.4.62.7 H.225.0 CS: alerting<br>
TC> 20.002796 10.4.4.254 -> 10.4.62.7 H.225.0 CS: connect<br>
TC> 20.002981 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>terminalCapabilitySet<br>
TC> 20.003210 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>masterSlaveDetermination<br>
TC> 31.472362 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: releaseComplete<br>
TC>endSessionCommand<br>
TC><br>
TC><br>
TC>the terminating GW didn't include a faststart element within a returning<br>
TC>h.225 message we didn't match the capabilities (framing of them) in our<br>
TC>setup (and you are waiting an open LC to start pre_answer).... so now, the<br>
TC>terminator is waiting for the originator to start exchanging TCS/MSD. As<br>
TC>tunneling is true, this should be done using h.225 Facility messages.<br>
TC><br>
TC><br>
TC>your behavior should be like this:<br>
TC><br>
TC> 5.242526 10.4.62.7 -> 10.4.4.254 H.225.0 CS: setup<br>
TC>OpenLogicalChannel g711A with 30 ms<br>
TC> 5.243982 10.4.4.254 -> 10.4.62.7 H.225.0 CS: callProceeding<br>
TC> 10.512617 10.4.4.254 -> 10.4.62.7 H.225.0 CS: progress<br>
TC><br>
TC> 10.4.62.7 -> 10.4.4.254 H.225.0/H.245 CS: facility<br>
TC>terminalCapabilitySet<br>
TC> 10.4.62.7 -> 10.4.4.254 H.225.0/H.245 CS: facility<br>
TC>masterSlaveDetermination<br>
TC><br>
TC> 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>terminalCapabilitySet<br>
TC> 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>masterSlaveDetermination<br>
TC><br>
TC> 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>terminalCapabilitySetAck<br>
TC> 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>masterSlaveDeterminationAck<br>
TC><br>
TC> 10.4.62.7 -> 10.4.4.254 H.225.0/H.245 CS: facility<br>
TC>terminalCapabilitySetAck<br>
TC> 10.4.62.7 -> 10.4.4.254 H.225.0/H.245 CS: facility<br>
TC>masterSlaveDeterminationAck<br>
TC><br>
TC> 10.4.62.7 -> 10.4.4.254 H.225.0/H.245 CS: facility<br>
TC>openlogicalchannel (g711A)<br>
TC> 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>openlogicalchannel (g711A)<br>
TC><br>
TC> 10.4.62.7 -> 10.4.4.254 H.225.0/H.245 CS: facility<br>
TC>openlogicalchannelAck<br>
TC> 10.4.4.254 -> 10.4.62.7 H.225.0/H.245 CS: facility<br>
TC>openlogicalchannelAck<br>
TC><br>
TC> <now you can start pre_answer!><br>
TC><br>
TC> 10.983697 10.4.4.254 -> 10.4.62.7 H.225.0 CS: alerting<br>
TC>...<br>
<br>
may bee, while i in hospital i have a very limited ways for testing,<br>
especially for inbound calls throuce h323. i find one issues in signaling<br>
part in h323plus, src/h323.cxx grep "Very Frustrating - S.H." try uncomment<br>
fast start handling there, may be it help.<br>
<div><div></div><div class="h5"><br>
C ีืมึลฮษลอ With Best Regards<br>
็ลฯาวษลืำหษส เาษส. Georgiewskiy Yuriy<br>
+7 4872 711666 +7 4872 711666<br>
ฦมหำ +7 4872 711143 fax +7 4872 711143<br>
๋ฯอะมฮษั ๏๏๏ "แส ๔ษ ๓ลาืษำ" IT Service Ltd<br>
<a href="http://nkoort.ru" target="_blank">http://nkoort.ru</a> <a href="http://nkoort.ru" target="_blank">http://nkoort.ru</a><br>
JID: <a href="mailto:GHhost@jabber.tula-ix.net.ru">GHhost@jabber.tula-ix.net.ru</a> JID: <a href="mailto:GHhost@jabber.tula-ix.net.ru">GHhost@jabber.tula-ix.net.ru</a><br>
YG129-RIPE YG129-RIPE</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>