Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SipUnit
New issue 23 by [email protected]: Challenge response for REGISTER
contains to tag
http://code.google.com/p/commtesting/issues/detail?id=23
What steps will reproduce the problem?
@Test
publicvoid test() throws Exception {
SipStack.setTraceEnabled(true);
sipStack = new SipStack(SipStack.PROTOCOL_UDP, 50605);
ua = sipStack.createSipPhone("127.0.0.1", SipStack.PROTOCOL_UDP,
5060, "sip:[email protected]"); // create user a
//ua.addUpdateCredential(new
Credential("webims.tfoundry.com", "alice", "password"));
//ua.register("sip:[email protected]:"+50605, 1800);
ua.register("[email protected]", "password", null, 1800, 0);
//ua.register(null, 1800);
SipAssert.assertLastOperationSuccess("Caller registration failed - "
+ ua.format(), ua);
ua.dispose();
sipStack.dispose();
}
What is the expected output? What do you see instead?
To tag for register is strictly forbidden in RFC3261
What version of the product are you using? On what operating system?
Well its Java, but if you have to know is OSX... here is the POM extract
for version numbers
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
<version>2.0.0</version>
<scope>test</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.cafesip.sipunit</groupId>
<artifactId>sipunit</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.sip</groupId>
<artifactId>jain-sip-api</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.sip</groupId>
<artifactId>jain-sip-ri</artifactId>
<version>1.2.170</version>
<scope>test</scope>
</dependency>
Please provide any additional information below.
here is a log from the server side
12:36:13,472 FINE [com.ericsson.container.sip.core.DialogCleaner] (Hashed
wheel timer #3) Do dialog set scavenging
12:36:13,472 FINE [com.ericsson.container.sip.core.DialogSet] (Hashed
wheel timer #3) EarlyDialogs contains #entries:0
12:36:13,472 FINE [com.ericsson.container.sip.core.DialogSet] (Hashed
wheel timer #3) Number of EarlyDialogs removed:0
12:36:22,077 INFO [org.jboss.as.repository] (management-handler-thread -
53) JBAS014900: Content added at location
/Users/stoffe/Run/jboss-eap-6.1/standalone/data/content/78/34f32902576e0f4c7a525b2bf573e994463545/content
12:36:22,121 INFO [org.jboss.as.server.deployment] (MSC service thread
1-3) JBAS015876: Starting deployment of "location-lookup-registrar.war"
(runtime-name: "location-lookup-registrar.war")
12:36:22,197 INFO
[com.ericsson.container.sip.jboss.SipContainerDeploymentInitializingProcessor]
(MSC service thread 1-3) Deploy
12:36:22,497 INFO
[com.ericsson.container.sip.jboss.SipContainerParsingDeploymentProcessor]
(MSC service thread 1-16) Deploy
12:36:22,577 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,578 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,579 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,580 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,581 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,581 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,581 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,582 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,582 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,583 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,583 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,583 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,584 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,585 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,585 INFO [stdout] (MSC service thread 1-16) ------- Class:
net.sipservlet.registrar.package-info annotated with: interface
javax.servlet.sip.annotation.SipApplication
12:36:22,586 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,586 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,586 INFO [stdout] (MSC service thread 1-16) ------- Class:
net.sipservlet.registrar.LocationLookupServlet annotated with: interface
javax.servlet.sip.annotation.SipServlet
12:36:22,586 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,587 INFO
[com.ericsson.container.sip.jboss.SipAnnotationsHandlingProcessor] (MSC
service thread 1-16) SipApplication annotated:
javax.servlet.sip.annotation.SipApplication
12:36:22,587 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplication
12:36:22,588 INFO [stdout] (MSC service thread 1-16) ------- Class:
net.sipservlet.registrar.package-info annotated with: interface
javax.servlet.sip.annotation.SipApplication
12:36:22,588 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipApplicationKey
12:36:22,588 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipServlet
12:36:22,589 INFO [stdout] (MSC service thread 1-16) ------- Class:
net.sipservlet.registrar.LocationLookupServlet annotated with: interface
javax.servlet.sip.annotation.SipServlet
12:36:22,589 INFO [stdout] (MSC service thread 1-16) ---- Annotation
class: javax.servlet.sip.annotation.SipListener
12:36:22,589 FINE
[com.ericsson.container.sip.deployment.SipApplicationHandler] (MSC service
thread 1-16) SipApplication annotated name is [WebController]
12:36:22,589 FINE
[com.ericsson.container.sip.deployment.SipApplicationHandler] (MSC service
thread 1-16) SipApplication annotated sessionTimeout is [30]. This value
can be changed in sip.xml
12:36:22,589 FINE
[com.ericsson.container.sip.deployment.SipApplicationHandler] (MSC service
thread 1-16) SipApplication annotated proxyTimeout is [30]. This value can
be changed in sip.xml
12:36:22,589 INFO
[com.ericsson.container.sip.deployment.SipServletHandler] (MSC service
thread 1-16) SipServlet Annotation : Servlet
Class[net.sipservlet.registrar.LocationLookupServlet] ServletName
[LookupServlet]
12:36:22,594 INFO
[com.ericsson.container.sip.jboss.deployment.SipContainerDeploymentInitializingProcessor]
(MSC service thread 1-16) Deploy
12:36:22,736 FINE [com.ericsson.container.sip.jboss.SipSecurityProcessor]
(MSC service thread 1-2) Added JACC service dependency 'service
jboss.deployment.unit."location-lookup-registrar.war".sip.jboss.security.jacc'
12:36:22,753 INFO [org.jboss.web] (ServerService Thread Pool -- 150)
JBAS018210: Register web context: /oauth
12:36:22,754 INFO [com.ericsson.container.sip.jboss.ConvergedContextImpl]
(ServerService Thread Pool -- 150) ConvergedContextImpl start
12:36:22,768 INFO
[com.ericsson.container.sip.jboss.ConvergedContextConfig] (ServerService
Thread Pool -- 150) ConvergedContextConfig::start()
12:36:22,769 FINE [com.ericsson.container.sip.ar.AlphabeticalRouter]
(ServerService Thread Pool -- 150) "One or more applications were deployed."
12:36:22,769 FINE [com.ericsson.container.sip.ar.AlphabeticalRouter]
(ServerService Thread Pool -- 150) deployed [WebController]
12:36:22,769 FINE [com.ericsson.container.sip.core] (ServerService Thread
Pool -- 150) No @SipApplicationKey method found
12:36:22,769 INFO
[com.ericsson.container.sip.jboss.ConvergedContextConfig] (ServerService
Thread Pool -- 150) List Of Outbound Interfaces Updated
sips:10.0.19.6:5061
sip:10.0.19.6:5060;transport=udp
sip:10.0.19.6:5060;transport=tcp
12:36:22,781 FINE [com.ericsson.container.sip.jboss.ConvergedContextImpl]
(ServerService Thread Pool -- 150) Loading SIP servlets on startup
12:36:22,908 INFO [net.sipservlet.registrar.LocationLookupServlet]
(ServerService Thread Pool -- 150) Setting Outbound to : true
12:36:22,908 INFO [net.sipservlet.registrar.LocationLookupServlet]
(ServerService Thread Pool -- 150) Starting registrar, serving domains :
[Ljava.lang.String;@353106c3
12:36:22,908 INFO [net.sipservlet.registrar.LocationLookupServlet]
(ServerService Thread Pool -- 150) Starting registrar, serving interfaces :
[sips:10.0.19.6:5061, sip:10.0.19.6:5060;transport=udp,
sip:10.0.19.6:5060;transport=tcp]
12:36:22,942 FINE [com.ericsson.container.sip.jboss.ConvergedContextImpl]
(ServerService Thread Pool -- 150) Enabling the application /oauth
12:36:22,943 INFO
[com.ericsson.container.sip.security.jacc.JaccPermissionCreator] (MSC
service thread 1-16) Building Policy permissions for JACC
ContextID=location-lookup-registrar.war
12:36:22,943 INFO
[com.ericsson.container.sip.security.jacc.JaccPermissionCreator] (MSC
service thread 1-16) Add default permissions to unchecked policy:
java.security.Permissions@7983ed88 (
("com.ericsson.container.sip.security.jacc.SipUserDataPermission" "LookupServlet")
("com.ericsson.container.sip.security.jacc.SipResourcePermission" "LookupServlet")
)
)
12:36:22,965 INFO [org.jboss.as.server] (management-handler-thread - 53)
JBAS018559: Deployed "location-lookup-registrar.war"
(runtime-name : "location-lookup-registrar.war")
12:36:23,598 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) ** About to parse 414 bytes
12:36:23,599 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) ====
REGISTER sip:127.0.0.1:5060;transport=udp SIP/2.0
Call-ID: [email protected]
CSeq: 1 REGISTER
From: <sip:[email protected]>;tag=522266109
To: <sip:[email protected]>
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-76a25d77da299bf0e1262311ce0ce425
Max-Forwards: 70
Contact: <sip:[email protected]:50605;transport=udp;lr>
Expires: 1800
Content-Length: 0
=====
12:36:23,604 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) ** parse message. complete=true
12:36:23,605 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) Network IN:
REGISTER sip:127.0.0.1:5060;transport=udp SIP/2.0
Max-Forwards: 70
Content-Length: 0
Expires: 1800
Contact: <sip:[email protected]:50605;transport=udp;lr>
To: <sip:[email protected]>
Cseq: 1 REGISTER
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-76a25d77da299bf0e1262311ce0ce425
From: <sip:[email protected]>;tag=522266109
Call-Id: [email protected]
12:36:23,607 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) ** msg received: REGISTER
sip:127.0.0.1:5060;transport=udp Call-ID:
[email protected] To-tag: null From-tag: 522266109
CSeq: 1 REGISTER
12:36:23,610 FINE [com.ericsson.container.sip.core.SessionTarget]
(pool-10-thread-9) There is no Join or Replace header
12:36:23,610 FINE [com.ericsson.container.sip.core] (pool-10-thread-9)
Matched Servlet LookupServlet with incoming request
12:36:23,610 FINE
[com.ericsson.container.sip.core.SipApplicationSessionBase]
(pool-10-thread-9) Started timer defined in sip.xml : session-timeout:30
12:36:23,611 FINE
[com.ericsson.container.sip.core.SipApplicationSessionBase]
(pool-10-thread-9) app:WebController SipApplicationSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:0,36,321a524338eae3ea4005addf4b00e981468fWebController
12:36:23,612 FINE
[com.ericsson.container.sip.core.NonInviteServerTransaction]
(pool-10-thread-9) Timer J started - toCompleted()
12:36:23,613 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) ** dispatch response: SIP/2.0 401 Unauthorized
Www-Authenticate: Digest realm="webims.tfoundry.com", qop="auth",
nonce="a5a1fd0113a27be44f9e005e6ec3a362",
opaque="a5a1fd0113a27be44f9e005e6ec3a362",stale=false,algorithm=MD5
To: <sip:[email protected]>;tag=hougt4fw-c
Cseq: 1 REGISTER
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-76a25d77da299bf0e1262311ce0ce425
From: <sip:[email protected]>;tag=522266109
Call-Id: [email protected]
Server: SipBoss-1.0
12:36:23,613 FINE [com.ericsson.container.sip.core.TargetResolver]
(pool-10-thread-9) TargetResolver.resolve():
VIA:SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-76a25d77da299bf0e1262311ce0ce425
12:36:23,613 FINE [com.ericsson.container.sip.core.TargetFailedRegister]
(pool-10-thread-9) check if target failed:10.16.163.205:50605:UDP
12:36:23,613 FINE [com.ericsson.container.sip.core.TargetFailedRegister]
(pool-10-thread-9) check if target failed:false
12:36:23,615 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) ** DatagramChannel OPEN: id=1062155503,
impl=org.jboss.netty.channel.socket.nio.NioDatagramChannel,
rcvBufSize=196724, sndBufSize=9216
12:36:23,616 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) ** DatagramChannel BOUND: id=1062155503,
impl=org.jboss.netty.channel.socket.nio.NioDatagramChannel,
rcvBufSize=196724, sndBufSize=131072
12:36:23,616 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) UdpSocketContext(0.0.0.0:5060:UDP): /10.16.163.205:60611
connected to /10.16.163.205:50605
12:36:23,618 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) ** Network OUT: SIP/2.0 401 Unauthorized
Www-Authenticate: Digest realm="webims.tfoundry.com", qop="auth",
nonce="a5a1fd0113a27be44f9e005e6ec3a362",
opaque="a5a1fd0113a27be44f9e005e6ec3a362",stale=false,algorithm=MD5
To: <sip:[email protected]>;tag=hougt4fw-c
Cseq: 1 REGISTER
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-76a25d77da299bf0e1262311ce0ce425
From: <sip:[email protected]>;tag=522266109
Call-Id: [email protected]
Server: SipBoss-1.0
12:36:23,620 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-9) About to write 510 bytes.
12:36:23,620 FINE [com.ericsson.container.sip.core.SipSessionImplBase]
(pool-10-thread-9) Invalidating SipSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:321aaf27c36254a64ac79d0ab7d2bcd33a5a##10.0.19.6
which is in ready-to-invalidate state
12:36:23,620 FINE [com.ericsson.container.sip.core.SipSessionImplBase]
(pool-10-thread-9) Invalidating SipSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:321aaf27c36254a64ac79d0ab7d2bcd33a5a##10.0.19.6,
readyToInvalidate = true
12:36:23,620 FINE
[com.ericsson.container.sip.core.SipApplicationSessionImpl]
(pool-10-thread-9) Transitioning SipApplicationSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:0,36,321a524338eae3ea4005addf4b00e981468fWebController
to ready-to-invalidate state upon invalidation of last SipSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:321aaf27c36254a64ac79d0ab7d2bcd33a5a##10.0.19.6
12:36:23,620 FINE
[com.ericsson.container.sip.core.SipApplicationSessionBase]
(pool-10-thread-9) Invalidating SipApplicationSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:0,36,321a524338eae3ea4005addf4b00e981468fWebController
which is in ready-to-invalidate state
12:36:23,620 FINE
[com.ericsson.container.sip.core.SipApplicationSessionBase]
(pool-10-thread-9) Done invalidating SipApplicationSession with id
SIP:stoffes-mbp:jboss.web:default-host:/oauth:0,36,321a524338eae3ea4005addf4b00e981468fWebController
12:36:23,620 FINE [com.ericsson.container.sip.core.ApplicationDispatcher]
(pool-10-thread-9) Application Dispatcher did invoke a servlet in app
WebController, stopping this loop
12:36:23,688 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) ** About to parse 697 bytes
12:36:23,688 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) ====
REGISTER sip:127.0.0.1:5060;transport=udp SIP/2.0
Call-ID: [email protected]
From: <sip:[email protected]>;tag=522266109
To: <sip:[email protected]>;tag=hougt4fw-c
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-258d635454fe34ff787f98a5f0f83957
Max-Forwards: 70
Contact: <sip:[email protected]:50605;transport=udp;lr>
Expires: 1800
Authorization: Digest
username="[email protected]",realm="webims.tfoundry.com",nonce="a5a1fd0113a27be44f9e005e6ec3a362",uri="sip:127.0.0.1:5060;transport=udp",response="98de702538f35b8ba521afeffb41dd42",algorithm=MD5,opaque="a5a1fd0113a27be44f9e005e6ec3a362"
CSeq: 2 REGISTER
Content-Length: 0
=====
12:36:23,689 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) ** parse message. complete=true
12:36:23,689 FINE [com.ericsson.container.sip.core.netty] (New I/O worker
#69) Network IN:
REGISTER sip:127.0.0.1:5060;transport=udp SIP/2.0
Authorization: Digest
username="[email protected]",realm="webims.tfoundry.com",nonce="a5a1fd0113a27be44f9e005e6ec3a362",uri="sip:127.0.0.1:5060;transport=udp",response="98de702538f35b8ba521afeffb41dd42",algorithm=MD5,opaque="a5a1fd0113a27be44f9e005e6ec3a362"
Max-Forwards: 70
Content-Length: 0
Expires: 1800
Contact: <sip:[email protected]:50605;transport=udp;lr>
To: <sip:[email protected]>;tag=hougt4fw-c
Cseq: 2 REGISTER
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-258d635454fe34ff787f98a5f0f83957
From: <sip:[email protected]>;tag=522266109
Call-Id: [email protected]
12:36:23,702 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-10) ** msg received: REGISTER
sip:127.0.0.1:5060;transport=udp Call-ID:
[email protected] To-tag: hougt4fw-c From-tag:
522266109 CSeq: 2 REGISTER
12:36:23,702 FINE [com.ericsson.container.sip.core.SessionTarget]
(pool-10-thread-10) There is no Join or Replace header
12:36:23,702 FINE [com.ericsson.container.sip.core.DialogManager]
(pool-10-thread-10) fid undefined for message REGISTER. Attempt using fid =
stoffes-mbp_1
12:36:23,703 FINE
[com.ericsson.container.sip.core.NonInviteServerTransaction]
(pool-10-thread-10) Timer J started - toCompleted()
12:36:23,707 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-10) ** dispatch response: SIP/2.0 481 Call/Transaction Does
Not Exist
To: <sip:[email protected]>;tag=hougt4fw-c
Cseq: 2 REGISTER
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-258d635454fe34ff787f98a5f0f83957
Server: SipBoss-1.0
Call-Id: [email protected]
From: <sip:[email protected]>;tag=522266109
12:36:23,708 FINE [com.ericsson.container.sip.core.TargetResolver]
(pool-10-thread-10) TargetResolver.resolve():
VIA:SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-258d635454fe34ff787f98a5f0f83957
12:36:23,708 FINE [com.ericsson.container.sip.core.TargetFailedRegister]
(pool-10-thread-10) check if target failed:10.16.163.205:50605:UDP
12:36:23,708 FINE [com.ericsson.container.sip.core.TargetFailedRegister]
(pool-10-thread-10) check if target failed:false
12:36:23,709 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-10) ** Network OUT: SIP/2.0 481 Call/Transaction Does Not
Exist
To: <sip:[email protected]>;tag=hougt4fw-c
Cseq: 2 REGISTER
Via: SIP/2.0/UDP
10.16.163.205:50605;branch=z9hG4bK-323936-258d635454fe34ff787f98a5f0f83957
Server: SipBoss-1.0
Call-Id: [email protected]
From: <sip:[email protected]>;tag=522266109
12:36:23,709 FINE [com.ericsson.container.sip.core.netty]
(pool-10-thread-10) About to write 352 bytes.
12:36:23,730 INFO [org.jboss.web] (ServerService Thread Pool -- 150)
JBAS018224: Unregister web context: /oauth
12:36:23,731 INFO [com.ericsson.container.sip.jboss.ConvergedContextImpl]
(ServerService Thread Pool -- 150) ConvergedContextImpl stop
12:36:23,731 FINE [com.ericsson.container.sip.jboss.ConvergedContextImpl]
(ServerService Thread Pool -- 150) Disabling the application /oauth
12:36:23,731 FINE [com.ericsson.container.sip.ar.AlphabeticalRouter]
(ServerService Thread Pool -- 150) "One or more applications were
undeployed."
12:36:23,731 FINE [com.ericsson.container.sip.ar.AlphabeticalRouter]
(ServerService Thread Pool -- 150) undeployed [WebController]
12:36:23,733 INFO
[com.ericsson.container.sip.jboss.ConvergedContextConfig] (ServerService
Thread Pool -- 150) ConvergedContextConfig::stop()
12:36:23,747 INFO
[com.ericsson.container.sip.jboss.deployment.SipContainerDeploymentInitializingProcessor]
(MSC service thread 1-12) UnDeploy
12:36:23,747 INFO
[com.ericsson.container.sip.jboss.SipContainerParsingDeploymentProcessor]
(MSC service thread 1-12) UnDeploy
12:36:23,751 INFO
[com.ericsson.container.sip.jboss.SipContainerDeploymentInitializingProcessor]
(MSC service thread 1-3) UnDeploy
12:36:23,755 INFO [org.jboss.as.server.deployment] (MSC service thread
1-3) JBAS015877: Stopped deployment location-lookup-registrar.war
(runtime-name: location-lookup-registrar.war) in 25ms
12:36:23,764 INFO [org.jboss.as.repository] (management-handler-thread -
54) JBAS014901: Content removed from location
/Users/stoffe/Run/jboss-eap-6.1/standalone/data/content/78/34f32902576e0f4c7a525b2bf573e994463545/content
12:36:23,765 INFO [org.jboss.as.server] (management-handler-thread - 54)
JBAS018558: Undeployed "location-lookup-registrar.war"
(runtime-name: "location-lookup-registrar.war")
^C
Stoffes-MacBook-Pro:log stoffe$
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.