Hi,
I use directrtpsetup=yes and a single call with Dial like :
Dial(SIP/A)
When a call come from Sip Phone XX to Asterisk extension that make Dial(SIP/A) the content of SDP INVITE from asterisk to SIP/A use the IP address of XX Sip Phone for owner(o=) and connection(c=) field.
And it’s ok for me.
But when I use directrtpsetup=yes and the Dial function to make group call like :
Dial(SIP/A&SIP/B&SIP/C)
When a call come from Sip Phone XX to Asterisk extension that make Dial(SIP/A&SIP/B&SIP/C) the content of SDP INVITE from Asterisk to SIP/A and to SIP/B and to SIP/C use the IP address of Asterisk for owner(o=) and connection(c=) field.
And the Re-Invite process is used to change RTP address.
Is it possible to have the same behavior like it is use for a single call ?
please forgive my poor english
bof