We just updated our development environment from 4.2.2 to 4.2.5 and
started noticing the server sending a 500 I'm terribly sorry, server
error occurred (1/TM) error back as soon as the async_route block gets
called.  I have removed everything from our async route other than an
xlog statement trying to determine if something in that route block was
causing the 500 to occur.  It still happens even with only the xlog. 

 

If the async_route is not in the config, then the server does not send
the 500 response.

 

We rolled back to 4.2.2 and the problem no longer occurs.

 

I have attached a sip trace of the messages.  I believe the relevant
parts of our config are below,  please let me know if you need more from
the config however.

 

Any ideas?

 

 

async_route("PUSHJOIN", "2");

 

--------------------------

route[PUSHJOIN] {

xlog("L_INFO", "Does it get here?\n");

exit;

}

 

Thanks in Advance,

 

Aaron

U 2015/06/12 18:16:59.713968 24.36.235.12:44365 -> 100.101.4.33:5085
REGISTER sip:us.sip1.ultrium.org SIP/2.0
Via: SIP/2.0/TCP 
10.50.0.125:44365;rport;branch=z9hG4bKPjAtOzfULpl1TlKBVdHilOQ.moDLsRGHkP;alias
Route: <sip:us.sip1.ultrium.org;transport=tcp;lr>
Max-Forwards: 70
From: <sip:15633197...@us.sip1.ultrium.org>;tag=MZ6yrTfnopqu8N4Y-N8DqMT8RRUNrNPD
To: <sip:15633197...@us.sip1.ultrium.org>
Call-ID: UdEWzE90-SImI-4oRtGoQ4DQZn9dBP3m
CSeq: 48132 REGISTER
User-Agent: CSipSimple_titan_umts-21/r2457
Supported: outbound, path
Contact: <sip:15633197230@24.36.235.12:44365;transport=TCP;ob>
Expires: 900
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, 
MESSAGE, OPTIONS
Authorization: Digest username="15633197230", realm="us.sip1.ultrium.org", 
nonce="VXsjR1V7IhtAfTOhzhX2z0lrD8TlsIk1", uri="sip:us.sip1.ultrium.org", 
response="0353b03c0d671e6842ee65ea5876ec28"
Content-Length:  0


U 2015/06/12 18:16:59.715889 100.101.4.33:5085 -> 24.36.235.12:44365
SIP/2.0 200 OK
Via: SIP/2.0/TCP 
10.50.0.125:44365;rport=44365;branch=z9hG4bKPjAtOzfULpl1TlKBVdHilOQ.moDLsRGHkP;alias;received=24.36.235.12
From: <sip:15633197...@us.sip1.ultrium.org>;tag=MZ6yrTfnopqu8N4Y-N8DqMT8RRUNrNPD
To: 
<sip:15633197...@us.sip1.ultrium.org>;tag=4591c0b27025154f4505e44b72644395.19c9
Call-ID: UdEWzE90-SImI-4oRtGoQ4DQZn9dBP3m
CSeq: 48132 REGISTER
Contact: 
<sip:15633197230@24.36.235.12:44365;transport=TCP;ob>;expires=900;received="sip:24.36.235.12:44365;transport=TCP"
Server: kamailio (4.2.5 (x86_64/linux))
Content-Length: 0


U 2015/06/12 18:17:01.729768 100.101.4.33:5085 -> 24.36.235.12:44365
SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)
Via: SIP/2.0/TCP 
10.50.0.125:44365;rport=44365;branch=z9hG4bKPjAtOzfULpl1TlKBVdHilOQ.moDLsRGHkP;alias;received=24.36.235.12
From: <sip:15633197...@us.sip1.ultrium.org>;tag=MZ6yrTfnopqu8N4Y-N8DqMT8RRUNrNPD
To: 
<sip:15633197...@us.sip1.ultrium.org>;tag=d83bdb5c53f9efb6fd9ac61e953cc371-19c9
Call-ID: UdEWzE90-SImI-4oRtGoQ4DQZn9dBP3m
CSeq: 48132 REGISTER
Contact: 
<sip:15633197230@24.36.235.12:44365;transport=TCP;ob>;expires=900;received="sip:24.36.235.12:44365;transport=TCP"
Server: kamailio (4.2.5 (x86_64/linux))
Content-Length: 0
_______________________________________________
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

Reply via email to