Good call, that fixed the issue. It was calling use_media_proxy twice that
messed up the packet (once during the invite for the first gateway and again
for the second).
Thank You
Anthony Dean
This correspondence is considered confidential and any reproduction for the
purpose
of public disclosure is forbidden without written permission by the author
signed above.
If you are not the intended recipient, please immediately notify the sender
and delete
any copies.
If you are responding to this e-mail, please append or attach all previous
correspondence
as a point of reference.
-----Original Message-----
From: Andreas Granig [mailto:andreas.granig@inode.info]
Sent: Friday, September 09, 2005 1:45 PM
To: Anthony Dean
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Issues when using LCR module
Anthony Dean wrote:
The bug is in the "c=IN IPV4" line in the
invite to the second gateway
where there should only be one ip address. So it sends the following:
c=IN IPV4 192.168.8.35192.168.8.35.
I had the same problem when accidently calling use_media_proxy() twice,
IIRC. Maybe you should check that...
Andy