On 10/10/2022 08.58, [EXT] Gerry Kernan wrote:

Hi

Im using rtpengine_offer as below

rtpengine_offer("trust-address replace-origin replace-session-connection ICE=remove") 

is there another flag I need to set to change c=in to the WAN alias?

 

 

rtpeengine.conf

interface as set as below

### for different advertised address:

interface = 10.3.1.6!20.82.X.X

 

...

c=IN IP4 10.3.1.6

t=0 0

m=audio 32080 RTP/AVP 0 8 103...

If you have an advertised address configured in rtpengine.conf with the `!` notation, then this address should be in the outgoing SDP. Double check that this configuration is actually active and that rtpengine is actually being engaged for the call.

Cheers