[asterisk-commits] may: branch may/smpp r401377 - in /team/may/smpp/trunk: ./ addons/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Oct 21 16:58:09 CDT 2013


Author: may
Date: Mon Oct 21 16:58:08 2013
New Revision: 401377

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401377
Log:
Multiple revisions 400905,400914,401021,401105,401116,401123,401280,401290,401311,401329,401373

........
  r400905 | may | 2013-10-15 00:33:13 +0400 (Tue, 15 Oct 2013) | 4 lines
  
  first work version
  bind_transceiver/bin_tr_resp, deliver_sm/deliver_sm_resp, submit_sm/submit_sm_resp, enquire_link/enquire_link_resp
  supported only
........
  r400914 | may | 2013-10-15 02:08:57 +0400 (Tue, 15 Oct 2013) | 3 lines
  
  add 'smpp show peers' command
  remove sample unused codes
........
  r401021 | may | 2013-10-16 00:09:22 +0400 (Wed, 16 Oct 2013) | 2 lines
  
  add transceiver_bind_resp for failed input esme connections
........
  r401105 | may | 2013-10-16 22:38:13 +0400 (Wed, 16 Oct 2013) | 2 lines
  
  small fix in send_bind_resp_fail
........
  r401116 | may | 2013-10-17 05:28:49 +0400 (Thu, 17 Oct 2013) | 4 lines
  
  adjust size of login data fields
  process errors on msg processing
........
  r401123 | may | 2013-10-17 20:11:11 +0400 (Thu, 17 Oct 2013) | 3 lines
  
  fill MESSAGE_DATA(base64_body) on incoming messages
  put MESSAGE_DATA(base64_body) to message body more prefer than MESSAGE(body)
........
  r401280 | may | 2013-10-19 11:47:41 +0400 (Sat, 19 Oct 2013) | 3 lines
  
  fix place of FILL_MSG_HEADERS macro
  display connected host ip for esme connections instead of configured
........
  r401290 | may | 2013-10-19 20:47:23 +0400 (Sat, 19 Oct 2013) | 2 lines
  
  correct sm_length on base64_body
........
  r401311 | may | 2013-10-21 20:50:57 +0400 (Mon, 21 Oct 2013) | 2 lines
  
  add tlv support with numerical ids
........
  r401329 | may | 2013-10-21 23:57:03 +0400 (Mon, 21 Oct 2013) | 2 lines
  
  fill & parse tlv tags from libsmpp
........
  r401373 | may | 2013-10-22 01:25:21 +0400 (Tue, 22 Oct 2013) | 3 lines
  
  convert tlv macros to functions
  stop listener before other threads
........

Merged revisions 400905,400914,401021,401105,401116,401123,401280,401290,401311,401329,401373 from http://svn.asterisk.org/svn/asterisk/team/may/smpp/branches/10

Added:
    team/may/smpp/trunk/addons/res_smpp.c
      - copied unchanged from r401373, team/may/smpp/branches/10/addons/res_smpp.c
Modified:
    team/may/smpp/trunk/   (props changed)
    team/may/smpp/trunk/addons/Makefile

Propchange: team/may/smpp/trunk/
------------------------------------------------------------------------------
--- smpp-10-merge (original)
+++ smpp-10-merge Mon Oct 21 16:58:08 2013
@@ -1,1 +1,1 @@
-/team/may/smpp/branches/10:1-400904
+/team/may/smpp/branches/10:1-401376

Propchange: team/may/smpp/trunk/
------------------------------------------------------------------------------
    svn:mergeinfo = /team/may/smpp/branches/10:400905-401373

Modified: team/may/smpp/trunk/addons/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/may/smpp/trunk/addons/Makefile?view=diff&rev=401377&r1=401376&r2=401377
==============================================================================
--- team/may/smpp/trunk/addons/Makefile (original)
+++ team/may/smpp/trunk/addons/Makefile Mon Oct 21 16:58:08 2013
@@ -32,7 +32,8 @@
             chan_mobile \
             chan_ooh323 \
             format_mp3 \
-            res_config_mysql
+            res_config_mysql \
+            res_smpp
 
 all: check_mp3 _all
 
@@ -65,6 +66,8 @@
 $(if $(filter format_mp3,$(EMBEDDED_MODS)),modules.link,format_mp3.so): mp3/common.o mp3/dct64_i386.o mp3/decode_ntom.o mp3/layer3.o mp3/tabinit.o mp3/interface.o
 
 chan_ooh323.o: _ASTCFLAGS+=$(H323CFLAGS)
+res_smpp.o: _ASTCFLAGS+=-I/usr/local/include
+res_smpp.so: LIBS+=-L/usr/local/lib -lsmpp34
 
 $(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): _ASTCFLAGS+=$(H323CFLAGS)
 $(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): $(addprefix ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o




More information about the asterisk-commits mailing list