Hi,
We are building a video mail application server at Uppsala University and we
decided to use YXA for our sip stack. We have made some progress in setting
up YXA but there are some problems that we would really appriciate help
with.

I am trying to setup incomingproxy and connect to it with two sip phones. I
am able to connect with the phones and send messages, however after 30-60
seconds the clients are not able to communicate (chat). The incomingproxy
debug messages look like this:

2009-10-15 13:46:37.253
normal<0.362.0>:z9hG4bK-yxa-x8vvjf1fpr6sr+w8vyq0nq-UAS MESSAGE: MESSAGE
sip:mr.h...@vims.dontexist.com <sip%3amr.h...@vims.dontexist.com>[client=udp:
130.238.15.214:5060,
from=<sip:dr.jek...@vims.dontexist.com<sip%3adr.jek...@vims.dontexist.com>>,
to=<sip:mr.h...@vims.dontexist.com <sip%3amr.h...@vims.dontexist.com>>]
2009-10-15 13:46:37.254 normal<0.361.0>:Auth: Timestamp 1255607162 too old.
Now: 1255607197, authentication failed for user "dr.jekyll"
2009-10-15 13:46:37.255 normal<0.361.0>:z9hG4bK-yxa-x8vvjf1fpr6sr+w8vyq0nq:
incomingproxy: From: address requires authentication (stale, user
"dr.jekyll")
2009-10-15 13:46:37.255
normal<0.362.0>:z9hG4bK-yxa-x8vvjf1fpr6sr+w8vyq0nq-UAS MESSAGE: Responding
'407 Proxy Authentication Required'

My incomingproxy.debug log looks like this:
http://pastebin.com/f6ec90b38

I've got no error messages in incomingproxy.error.

This is my incomingproxy.config:
[{incomingproxy, [{sipauth_realm, "vims.dontexist.com"},
                  {sipauth_password, "secret"},
                  {logger_logbasename, "/var/log/yxa/incomingproxy"},
                  {userdb_modules, [sipuserdb_mnesia]},
                  {myhostnames, ["vims.dontexist.com"]},
                  {homedomain, ["vims.dontexist.com", "
serv17-dvht09.student.it.uu.se"]}
                ]}].

The other, perhaps related, problem occurs when I attemt to make a call from
one sip phone to the other.

2009-10-15 14:35:53.260
normal<0.241.0>:z9hG4bK-yxa-nvsefhs6kri7mgrdz2wxyg-UAS INVITE: INVITE
sip:dr.jek...@vims.dontexist.com
<sip%3adr.jek...@vims.dontexist.com>[client=udp:
130.238.15.220:5060,
from=<sip:mr.h...@vims.dontexist.com<sip%3amr.h...@vims.dontexist.com>>,
to=<sip:dr.jek...@vims.dontexist.com <sip%3adr.jek...@vims.dontexist.com>>]
2009-10-15 14:35:53.261 normal<0.240.0>:z9hG4bK-yxa-nvsefhs6kri7mgrdz2wxyg:
incomingproxy: From: address requires authentication
2009-10-15 14:35:53.261
normal<0.241.0>:z9hG4bK-yxa-nvsefhs6kri7mgrdz2wxyg-UAS INVITE: Responding
'407 Proxy Authentication Required'
2009-10-15 14:35:53.265
normal<0.241.0>:z9hG4bK-yxa-nvsefhs6kri7mgrdz2wxyg-UAS INVITE: Response '407
Proxy Authentication Required' to request INVITE
sip:dr.jek...@vims.dontexist.com <sip%3adr.jek...@vims.dontexist.com> ACK-ed
2009-10-15 14:35:53.278
normal<0.244.0>:z9hG4bK-yxa-nozuq0tad1pxftbblnbu6w-UAS INVITE: INVITE
sip:dr.jek...@vims.dontexist.com
<sip%3adr.jek...@vims.dontexist.com>[client=udp:
130.238.15.220:5060,
from=<sip:mr.h...@vims.dontexist.com<sip%3amr.h...@vims.dontexist.com>>,
to=<sip:dr.jek...@vims.dontexist.com <sip%3adr.jek...@vims.dontexist.com>>]
2009-10-15 14:35:53.281 normal<0.243.0>:z9hG4bK-yxa-nozuq0tad1pxftbblnbu6w:
incomingproxy: Proxy INVITE ->
sip:dr.jek...@130.238.15.214<sip%3adr.jek...@130.238.15.214>
2009-10-15 14:35:53.281 normal<0.243.0>:sippipe: Failed processing request
'INVITE sip:dr.jek...@vims.dontexist.com<sip%3adr.jek...@vims.dontexist.com>',
no valid destination(s) found
2009-10-15 14:35:53.282
normal<0.244.0>:z9hG4bK-yxa-nozuq0tad1pxftbblnbu6w-UAS INVITE: Responding
'500 Destination unreachable'
2009-10-15 14:35:53.286
normal<0.244.0>:z9hG4bK-yxa-nozuq0tad1pxftbblnbu6w-UAS INVITE: Response '500
Destination unreachable' to request INVITE
sip:dr.jek...@vims.dontexist.com<sip%3adr.jek...@vims.dontexist.com>ACK-ed

There are no related messages in incomingproxy.{debug,error} for the same
time period.

We are using the ekiga sip client and we also had to make changes to all
erlang version references in the YXA *.rel-files in order to compile it
successfully. We are using Erlang R13B01 (erts-5.7.2) and YXA-1.0-current
(SVN version).

Cheers,
Robert Kajic
_______________________________________________
Yxa-devel mailing list
Yxa-devel@lists.su.se
https://lists.su.se/mailman/listinfo/yxa-devel

Reply via email to