Hi David,
Do you mean that when the button is pressed, the "RTPMTx:239.1.2.3:20480" command is executed. And when the button is released the "RTPMTx:Stop" command is executed?
I have another question.
If we want to do Push To Talk feature, when no button is pressed, the phone should listen to a multicast channel.
So we should use the following codes:
<!-- it is a snippet of another.jsp -->
<KeyItem>
<Key>PushToTalk</Key>
<URL>
http://ip:port/another.jsp</URL>
<URLDown>RTPMTx:239.1.2.3:20480</URLDown>
</KeyItem>
where another jsp would execute "RTPMTx:Stop" and "RTPMRx" when first loaded.
Is it true?
Thanks!!
Tony
Edited by: mvtonytjo on Nov 11, 2008 9:15 PM