On Sun, 2006-01-15 at 11:00 -0200, Voipers Portugal wrote: > I am working on a conference application, and I would like to know how can I > modify the media port during a call (or conference call). The idea is that, > my client (UA) is sending media to my conference server in a specified port > (for example, 9000) and at a determined point I want to change it to 9002 > (example). How is it done?
Do a re-invite with new SDP -- the SDP sets the port for the media. Of course, the other end of the call may reject your SDP, and you need a strategy for dealing with that. Dale _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
