Hi!
When using the UAC module to send a request to a domain that only exists in SRV records, I get an error message that no A or AAAA records can be found for the domain.
Is this by design or possibly a bug?
Anyone else that have seen this?
/O
Hello,
do you set the port in r-uri/dst-uri?
Cheers, Daniel
On 3/12/13 1:27 PM, Olle E. Johansson wrote:
Hi!
When using the UAC module to send a request to a domain that only exists in SRV records, I get an error message that no A or AAAA records can be found for the domain.
Is this by design or possibly a bug?
Anyone else that have seen this?
/O _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
13 mar 2013 kl. 09:08 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
do you set the port in r-uri/dst-uri?
No. That would invalidate SRV record lookup, right?
/O
Cheers, Daniel
On 3/12/13 1:27 PM, Olle E. Johansson wrote:
Hi!
When using the UAC module to send a request to a domain that only exists in SRV records, I get an error message that no A or AAAA records can be found for the domain.
Is this by design or possibly a bug?
Anyone else that have seen this?
/O _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla - http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, April 16-17, 2013, Berlin
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 3/13/13 9:25 AM, Olle E. Johansson wrote:
13 mar 2013 kl. 09:08 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
do you set the port in r-uri/dst-uri?
No. That would invalidate SRV record lookup, right?
yes.
Have you watched the dns traffic? Is directly A/AAAA query? Afaik, this function should use just the usual logic to determine the next hop based on dst-uri/r-uri.
Cheers, Daniel
/O
Cheers, Daniel
On 3/12/13 1:27 PM, Olle E. Johansson wrote:
Hi!
When using the UAC module to send a request to a domain that only exists in SRV records, I get an error message that no A or AAAA records can be found for the domain.
Is this by design or possibly a bug?
Anyone else that have seen this?
/O _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla - http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, April 16-17, 2013, Berlin
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
13 mar 2013 kl. 09:35 skrev Daniel-Constantin Mierla miconda@gmail.com:
On 3/13/13 9:25 AM, Olle E. Johansson wrote:
13 mar 2013 kl. 09:08 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
do you set the port in r-uri/dst-uri?
No. That would invalidate SRV record lookup, right?
yes.
Have you watched the dns traffic? Is directly A/AAAA query? Afaik, this function should use just the usual logic to determine the next hop based on dst-uri/r-uri.
I will debug in more detail. Had to set an outbound URI with a hostname and a port number to get it to work.
/O
On 3/13/13 10:00 AM, Olle E. Johansson wrote:
13 mar 2013 kl. 09:35 skrev Daniel-Constantin Mierla miconda@gmail.com:
On 3/13/13 9:25 AM, Olle E. Johansson wrote:
13 mar 2013 kl. 09:08 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
do you set the port in r-uri/dst-uri?
No. That would invalidate SRV record lookup, right?
yes.
Have you watched the dns traffic? Is directly A/AAAA query? Afaik, this function should use just the usual logic to determine the next hop based on dst-uri/r-uri.
I will debug in more detail. Had to set an outbound URI with a hostname and a port number to get it to work.
There could be the possibility that some of the functions in the chain of uac_req_send() set port to default 5060 if not set explicitly, but from sending point of view, it should the same as for the rest of messages. Thus a look over the code should be done as well. I'll do it soon if nobody gets the time meanwhile.
Cheers, Daniel