Say I use the following XML...This works great on a 7900 Series even if speakerphone is disabled it will start receiving the multicast stream through the speaker of the IP Phone. The 9971 however has two issues. If speakerphone is disabled it will not work. It will work if I take the handset off hook but I can not get it to operate through the speaker. Also the 9971 does not work with onStopped. Keep in mind that both of these work on a 7965 without a single issue.
<startMedia>
<mediaStream onStopped=”Notify:http:10.1.2.15:80:demo/log.php”>
<type>audio</type>
<codec>G.722</codec>
<mode>receive</mode>
<address>239.1.2.3</address>
<port>20480</port>
</mediaStream>
</startMedia>
Sergei Gorbunov:
What means "I can not start a stream"?