|
From: Tim B. <tbl...@ou...> - 2015-07-13 18:07:42
|
Hey everyone, I am running into a strange issue with a remote smqueue installation. I have a system where only OpenBTS is installed on host #1 and then sipauthserve, smqueue, and asterisk are installed on host #2. I have edited the sql databases to link all this together and everything seems to work fine until I send a test text with a tems phone. The tems phone indicates that it successfully sent the text and smqueue receives it and responds accordingly but the tems phone never receives the response. Jul 13 12:51:50 dogpatch smqueue: NOTICE 1274:1311 2015-07-13T12:51:50.4 smqueue.cpp:2455:main_loop: Got SMS rqst qtag '1035827--OBTSxhiprkmhajkutopa' from IMSIXXXXXXXXX for smsc Jul 13 12:51:50 dogpatch smqueue: NOTICE 1274:1312 2015-07-13T12:51:50.4 smqueue.h:505:get_text: Decoded text: Test Jul 13 12:51:50 dogpatch smqueue: NOTICE 1274:1312 2015-07-13T12:51:50.8 smqueue.cpp:1932:lookup_from_address: Lookup IMSI <IMSIXXXXXXXXXXXXXX> to phonenum failed. Jul 13 12:51:51 dogpatch smqueue: NOTICE 1274:1312 2015-07-13T12:51:51.0 smqueue.cpp:2076:lookup_uri_imsi: Lookup phonenum 'XXXXXXXXXX' to IMSI failed Jul 13 12:51:51 dogpatch smqueue: WARNING 1274:1312 2015-07-13T12:51:51.0 smqueue.cpp:2084:lookup_uri_imsi: no global relay defined; bouncing message intended for XXXXXXXXXX Jul 13 12:51:51 dogpatch smqueue: NOTICE 1274:1312 2015-07-13T12:51:51.0 smqueue.h:505:get_text: Decoded text: Test Jul 13 12:51:51 dogpatch smqueue: NOTICE 1274:1312 2015-07-13T12:51:51.0 smqueue.cpp:1524:bounce_message: Bouncing 1035827--OBTSxhiprkmhajkutopa from IMSIXXXXXXXXXXXXXX to XXXXXXXX: Phone not registered here. According to the above log, the tems phone should receive the response that the destination UE is not "registered here" but it doesn't. Other than the above syslog excerpt, there is no indication that anything is wrong. This response works fine when smqueue is installed alongside OpenBTS. Any ideas on where I should look to resolve this? Thanks, Tim |