07-10-2013 07:44 PM - edited 03-16-2019 06:19 PM
Hi, I able to make RTP streaming by using xml services and "RTPTx:......." i get the streaming result and the protocol is RTP. But instead of using RTP as the streamming protocol, is it possible to making the transmit protocol as UDP without the rtp header?
07-11-2013 01:22 AM
Are you mean program or configure something inside the cisco ip phone?
07-11-2013 01:25 AM
You can't configure the Cisco phone to do that.
Yes, you'll have to write a program that strips the RTP header. Meaning you intercept the packet, disassemble, take the payload, assemble a raw UDP packet, send.
G.
07-11-2013 01:29 AM
Can the program implement inside the Cisco ip phone?
07-11-2013 01:30 AM
If you are a hacker, then yes. :-)
07-11-2013 01:52 AM
Lol.... i just want to strip the packet header before the packet transmit .... but where and how to implement? Someone Please provide guideline... Thanks
07-11-2013 01:55 AM
aikbee chew wrote:
Lol.... i just want to strip the packet header before the packet transmit
You can't !!!!
GTG
07-11-2013 02:20 AM
Come on. Everything is possible. Think positive.
I already gave him instructions:
1. intercept the packet,
2. disassemble packet,
3. take the payload,
4. create a shiny new UDP packet and send it.
For a moment I thought iptables "mangle" can do that, but I was wrong. Probably so probably libnetpcap. With jNetPcap, to be more precise.
G.
07-11-2013 01:31 AM
aikbee chew wrote:
Can the program implement inside the Cisco ip phone?
NO, NO, NO, NO, NO !
The handsets are sealed, black boxes, as far as you are concerned. If they don't do what you want them to do, either buy other boxes, or write your own software running on your own systems to do the necessary stuff.
GTG
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide