[Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

Georgiewskiy Yuriy bottleman at icf.org.ru
Fri Oct 23 04:32:41 PDT 2009


On 2009-10-23 13:22 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...:

my bad, thx.

TC>i meant you switched PCMA and PCMU...
TC>
TC>T.
TC>
TC>2009/10/23 Georgiewskiy Yuriy <bottleman at icf.org.ru>
TC>
TC>> On 2009-10-23 10:16 +0200, Tihomir Culjaga wrote
TC>> freeswitch-users at lists.fre...:
TC>>
TC>> TC>> TC>
TC>> TC>> TC>it is gonna be easier to track.
TC>> TC>> TC>
TC>> TC>> TC>Tomorrow i will test on 1.0.4 but please lets move to trunk.
TC>> TC>>
TC>> TC>> i make it a bit later, to move tickets to jira and source to svn i
TC>> TC>> need some time to undertand how this system is works, especially jira.
TC>> TC>>
TC>> TC>>
TC>> TC>audio issue is better now :)
TC>> TC>
TC>> TC>however i have a few questions:
TC>> TC>
TC>> TC>1. can we control codec framing size via config file setting (e.g.
TC>> PCMA:20,
TC>> TC>PCMU:20)?
TC>>
TC>> at this time i think no, there is a number issues in codec part now.
TC>>
TC>> TC>2. can we control tunneling via config file setting?
TC>>
TC>> at this time no, i implement it later.
TC>>
TC>> TC>3. can we control mediaWaitForConnect flag within setup message via
TC>> config
TC>> TC>file setting?
TC>>
TC>> what is mediaWaitForConnect flag, may be another trmin in h323?
TC>>
TC>> TC>Now, when i can test more and place outgoing calls to different
TC>> equipment, i
TC>> TC>found that there is an issue when we get h.225 progress without a
TC>> fastStart
TC>> TC>element.
TC>> TC>
TC>> TC>Here is a tshark:
TC>> TC>
TC>> TC>  5.242526    10.4.62.7 -> 10.4.4.254   H.225.0 CS: setup
TC>> OpenLogicalChannel
TC>> TC>
TC>> TC>  5.243982   10.4.4.254 -> 10.4.62.7    H.225.0 CS: callProceeding
TC>> TC> 10.512617   10.4.4.254 -> 10.4.62.7    H.225.0 CS: progress
TC>> TC> 10.983697   10.4.4.254 -> 10.4.62.7    H.225.0 CS: alerting
TC>> TC> 20.002796   10.4.4.254 -> 10.4.62.7    H.225.0 CS: connect
TC>> TC> 20.002981   10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS: facility
TC>> TC>terminalCapabilitySet
TC>> TC> 20.003210   10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS: facility
TC>> TC>masterSlaveDetermination
TC>> TC> 31.472362   10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> releaseComplete
TC>> TC>endSessionCommand
TC>> TC>
TC>> TC>
TC>> TC>the terminating GW didn't  include a faststart element within a
TC>> returning
TC>> TC>h.225 message we didn't match the capabilities (framing of them) in our
TC>> TC>setup (and you are waiting an open LC to start pre_answer).... so now,
TC>> the
TC>> TC>terminator is waiting for the originator to start exchanging TCS/MSD. As
TC>> TC>tunneling is true, this should be done using h.225 Facility messages.
TC>> TC>
TC>> TC>
TC>> TC>your behavior should be like this:
TC>> TC>
TC>> TC>  5.242526    10.4.62.7 -> 10.4.4.254   H.225.0 CS: setup
TC>> TC>OpenLogicalChannel  g711A with 30 ms
TC>> TC>  5.243982   10.4.4.254 -> 10.4.62.7    H.225.0 CS: callProceeding
TC>> TC> 10.512617   10.4.4.254 -> 10.4.62.7    H.225.0 CS: progress
TC>> TC>
TC>> TC>                     10.4.62.7 -> 10.4.4.254    H.225.0/H.245 CS:
TC>> facility
TC>> TC>terminalCapabilitySet
TC>> TC>                     10.4.62.7 -> 10.4.4.254    H.225.0/H.245 CS:
TC>> facility
TC>> TC>masterSlaveDetermination
TC>> TC>
TC>> TC>                     10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> facility
TC>> TC>terminalCapabilitySet
TC>> TC>                     10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> facility
TC>> TC>masterSlaveDetermination
TC>> TC>
TC>> TC>                     10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> facility
TC>> TC>terminalCapabilitySetAck
TC>> TC>                     10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> facility
TC>> TC>masterSlaveDeterminationAck
TC>> TC>
TC>> TC>                     10.4.62.7 -> 10.4.4.254    H.225.0/H.245 CS:
TC>> facility
TC>> TC>terminalCapabilitySetAck
TC>> TC>                     10.4.62.7 -> 10.4.4.254    H.225.0/H.245 CS:
TC>> facility
TC>> TC>masterSlaveDeterminationAck
TC>> TC>
TC>> TC>                     10.4.62.7 -> 10.4.4.254    H.225.0/H.245 CS:
TC>> facility
TC>> TC>openlogicalchannel (g711A)
TC>> TC>                     10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> facility
TC>> TC>openlogicalchannel (g711A)
TC>> TC>
TC>> TC>                     10.4.62.7 -> 10.4.4.254    H.225.0/H.245 CS:
TC>> facility
TC>> TC>openlogicalchannelAck
TC>> TC>                     10.4.4.254 -> 10.4.62.7    H.225.0/H.245 CS:
TC>> facility
TC>> TC>openlogicalchannelAck
TC>> TC>
TC>> TC>                       <now you can start pre_answer!>
TC>> TC>
TC>> TC> 10.983697   10.4.4.254 -> 10.4.62.7    H.225.0 CS: alerting
TC>> TC>...
TC>>
TC>> may bee, while i in hospital i have a very limited ways for testing,
TC>> especially for inbound calls throuce h323. i find one issues in signaling
TC>> part in h323plus, src/h323.cxx grep "Very Frustrating - S.H." try uncomment
TC>> fast start handling there, may be it help.
TC>>
TC>> C уважением                       With Best Regards
TC>> Георгиевский Юрий.                Georgiewskiy Yuriy
TC>> +7 4872 711666                    +7 4872 711666
TC>> факс +7 4872 711143               fax +7 4872 711143
TC>> Компания ООО "Ай Ти Сервис"       IT Service Ltd
TC>> http://nkoort.ru                  http://nkoort.ru
TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru
TC>> YG129-RIPE                        YG129-RIPE
TC>>
TC>> _______________________________________________
TC>> FreeSWITCH-users mailing list
TC>> FreeSWITCH-users at lists.freeswitch.org
TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
TC>> http://www.freeswitch.org
TC>>
TC>>
TC>

C уважением                       With Best Regards
Георгиевский Юрий.                Georgiewskiy Yuriy
+7 4872 711666                    +7 4872 711666
факс +7 4872 711143               fax +7 4872 711143
Компания ООО "Ай Ти Сервис"       IT Service Ltd
http://nkoort.ru                  http://nkoort.ru
JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru
YG129-RIPE                        YG129-RIPE


More information about the FreeSWITCH-users mailing list