[reSIProcate-users] Modifying Codec List
All,
Let me first apologize for the obvious new user questions. I've recently
started looking at Resiprocate to enable PSTN integration with a product under
development. I am using the DialogUsageManager, and have been playing with the
SipDial example. However, there are a couple of things that I've not yet been
able to understand how to do.
1) How do I modify the Codec list on my invite? I've added a OutboundDecorator.
Do I do this there? I would think that I should be able to set a list of
supported codecs either in the MasterProfile or elsewhere that gets copied into
the invite.
2) Once my call is connected, where do I exact the negotiated SDP from,
including the remote media port/address, codec, etc? Do I get that in the
OnOffer callback?
Thanks in advance,
Eric