Re: [reSIProcate-users] Using hostname in RR/Via causing send to fail
Andrew:
What I'm reading in the log you've sent is that you're asking to send
the message via UDP from port 5060 using any available interface. The
transport selector can't find any provisioned transport meeting those
criteria.
Can you double-check the part of your code where you add transports to
the stack and ensure that the proxy has a UDP transport operating on
port 5060?
/a
Andrew Wood wrote:
If I use my proxy servers IP address in a Via or RR header everything
words as expected but if I replace the IP with its hostname (which is
setup to resolveto 2 different IPs via round robin DNS) I get an error
when forwarding the message--the error says:
WARNING | 20090302-195703.109 | | RESIP:TRANSPORT | 1077209024 |
TransportSelector.cxx:1230 | Can't find matching transport [ V4
0.0.0.0:5060 UDP target domain=unspecified mFlowKey=0 ]
INFO | 20090302-195703.109 | | RESIP:TRANSPORT | 1077209024 |
TransportSelector.cxx:947 | tid=ea881a70e7c03809 failed to find a
transport to [ V4 192.168.254.1:5060 UDP target domain=192.168.254.1
mFlowKey=0 ]
INFO | 20090302-195703.109 | | RESIP:TRANSACTION | 1077209024 |
TransactionState.cxx:1738 | Try sending request to a different dns result
INFO | 20090302-195703.110 | | RESIP:TRANSACTION | 1077209024 |
TransactionState.cxx:1633 | Ran out of dns entries for 192.168.254.1.
Send 503
In this example 192.168.254.1 is the IP of the phone where the message
is being forwarded to NOT the proxy so why is this even an issue?
If it was complaining about the servers address not resolving it would
make slightly more sense?
Any ideas
Thanks
AW
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/