-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] SMPP trunk #1728
Comments
Also I provided pcap with time frame from opensips start. |
Here some additional information from provider.
|
Hello Everyone, |
I am sorry, I did receive your PCAPs, but I simply couldn't find the time to check them out. As soon as I do, I will get back to you. |
Thank you for reply. |
Opensips don't have debug for smpp I couldn't find what was event ID 6, so I tried debug with freeswitch and get the following information regard ID 6
|
Here are list of events for smpp.
|
Razvan, |
Thanks go to Slava Bendersky for reporting this in ticket #1728
Thanks go to Slava Bendersky for reporting this in ticket #1728
I've just pushed a fix for this - could you please take the latest sources and test again? |
Hello Razvan, |
Razvan, volga629 |
I doubt we are sending |
ok let me test all fixes first. Thank you for answer. |
Hello Razvan,
|
I sent you fresh pcap |
Indeed, my previous commit was not complete. Could you please try the new version? |
Hello Razvan,
|
This last patch causing issue
|
I manage to compile but it causing segfault
|
Hello Razvan, |
can you please provide a full back trace ? |
I am waiting for Razvan to review last diff, which cause segfault |
I actually need to revise the entire connections management, to make sure it supports these reconnects properly. I will try to prioritize this, will let you know my findings. |
No issue on stretch: it does compile as normal.
/usr/src/opensips-3.0/modules/proto_smpp# make
grep: Makefile.conf: No such file or directory
../../Makefile.modules:19: "you should run make from the main opensips directory"
grep: Makefile.conf: No such file or directory
../../Makefile.modules:19: "you should run make from the main opensips directory"
Compiling smpp.c
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=nocona -Wold-style-definition -Wmissing-field-initializers -Wredundant-decls -DMOD_NAME='proto_smpp' -DQ_MALLOC -DNAME='"opensips"' -DVERSION='"3.0.0"' -DARCH='"x86_64"' -DOS='"linux"' -DCOMPILER='"gcc 6.3.0"' -D__CPU_x86_64 -D__OS_linux -D__SMP_yes -DCFG_DIR='"/usr/local/etc/opensips/"' -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DHAVE_SELECT -DPKG_MALLOC -DSHM_MMAP -DUSE_MCAST -DDISABLE_NAGLE -DSTATISTICS -DHAVE_RESOLV_RES -DF_MALLOC -DQ_MALLOC -DHP_MALLOC -DDBG_MALLOC -c smpp.c -o smpp.o
Linking proto_smpp.so
gcc -shared -Wl,-O2 -Wl,-E db.o proto_smpp.o smpp.o utils.o -o proto_smpp.so
From: volga629 <notifications@github.com>
Sent: Wednesday, July 17, 2019 6:13 PM
To: OpenSIPS/opensips <opensips@noreply.github.com>
Cc: johandeclercqdemocon <johan@democon.be>; Mention <mention@noreply.github.com>
Subject: Re: [OpenSIPS/opensips] [BUG] SMPP trunk (#1728)
/bin/ld: smpp.csmpp.o: in function send_submit_or_deliver_resp': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:725: multiple definition of send_submit_or_deliver_resp'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:725: first defined here
/usr/bin/ld: smpp.csmpp.o: in function check_bind_session': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:745: multiple definition of check_bind_session'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:745: first defined here
/usr/bin/ld: smpp.csmpp.o: in function send_bind_resp': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:766: multiple definition of send_bind_resp'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:766: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_generic_nack_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:785: multiple definition of handle_generic_nack_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:785: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_bind_receiver_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:790: multiple definition of handle_bind_receiver_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:790: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_bind_receiver_resp_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:805: multiple definition of handle_bind_receiver_resp_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:805: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_bind_transmitter_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:814: multiple definition of handle_bind_transmitter_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:814: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_bind_transmitter_resp_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:829: multiple definition of handle_bind_transmitter_resp_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:829: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_submit_or_deliver_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:839: multiple definition of handle_submit_or_deliver_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:839: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_submit_or_deliver_resp_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:865: multiple definition of handle_submit_or_deliver_resp_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:865: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_submit_sm_cmd': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:879: multiple definition of handle_submit_sm_cmd'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:879: first defined here
/usr/bin/ld: smpp.csmpp.o: in function handle_smpp_msg': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:993: multiple definition of handle_smpp_msg'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:993: first defined here
/usr/bin/ld: smpp.csmpp.o: in function send_submit_or_deliver_request': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:1060: multiple definition of send_submit_or_deliver_request'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:1060: first defined here
/usr/bin/ld: smpp.csmpp.o: in function smpp_sessions_init': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:1144: multiple definition of smpp_sessions_init'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:1144: first defined here
/usr/bin/ld: smpp.csmpp.o: in function smpp_session_new': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:1161: multiple definition of smpp_session_new'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:1161: first defined here
/usr/bin/ld: smpp.csmpp.o: in function smpp_session_get': /home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.csmpp.c:1220: multiple definition of smpp_session_get'; smpp.o:/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp/smpp.c:1220: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [../../Makefile.rules:39: proto_smpp.so] Error 1
make[1]: Leaving directory '/home/volga629/rpmbuild/BUILD/opensips-3.0.0/modules/proto_smpp'
make: *** [Makefile:200: modules] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.xg7p0L (%build)
That error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1728?email_source=notifications&email_token=AKDSPWKHRKS56SN4UBRGN33P75AKLA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2E5L7I#issuecomment-512349693> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AKDSPWL6HZVWOPDB6GZ72XTP75AKLANCNFSM4HWTIYXQ> . <https://github.com/notifications/beacon/AKDSPWI46QT3UVV7LZUAQ7LP75AKLA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2E5L7I.gif>
|
Strange on Fedora Server 29 is failing if I add line above it happy |
Razvan,
My crash is fixed.
Thanks for the swift reply.
From: Răzvan Crainea <notifications@github.com>
Sent: Wednesday, July 17, 2019 5:36 PM
To: OpenSIPS/opensips <opensips@noreply.github.com>
Cc: johandeclercqdemocon <johan@democon.be>; Mention <mention@noreply.github.com>
Subject: Re: [OpenSIPS/opensips] [BUG] SMPP trunk (#1728)
@johandeclercqdemocon <https://github.com/johandeclercqdemocon> yes, rebuilding proto_smpp should be enough.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1728?email_source=notifications&email_token=AKDSPWN2PIR2HWMUVMJZ6LLP7435XA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2EZP6A#issuecomment-512333816> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AKDSPWNOUGCOMOOL3QDW2OTP7435XANCNFSM4HWTIYXQ> . <https://github.com/notifications/beacon/AKDSPWMHHZ3K7JQNEU2SEHDP7435XA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2EZP6A.gif>
|
I think on debian gcc use different flags that on fedora
|
Probably, although that would surprise me.
From: volga629 <notifications@github.com>
Sent: Wednesday, July 17, 2019 7:35 PM
To: OpenSIPS/opensips <opensips@noreply.github.com>
Cc: johandeclercqdemocon <johan@democon.be>; Mention <mention@noreply.github.com>
Subject: Re: [OpenSIPS/opensips] [BUG] SMPP trunk (#1728)
I think on debian gcc use different flags
that on fedora
gcc -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E db.o proto_smpp.o smpp.o smpp.csmpp.o utils.o -o proto_smpp.so
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1728?email_source=notifications&email_token=AKDSPWID5LYAAL2MP6ZQWVDP75J4PA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2FXZ7A#issuecomment-512457980> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AKDSPWIZK5C2VVLXKMEIMDLP75J4PANCNFSM4HWTIYXQ> . <https://github.com/notifications/beacon/AKDSPWJNNMF3ILPEAHRGGC3P75J4PA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2FXZ7A.gif>
|
Hello Razvan, Thank you |
@volga629 please let me know what compiler you are using gcc vs clang and what's the version you are using. |
rpmbuild use gcc
if I set
it compiles fine |
@volga629 I've just compiled the |
did you tried from rpmbuild with specs file ? |
yes, it works out just fine. |
that command exit
|
This build section of spec
|
the problem seems to be that you have copied some files in your source tree that shouldn't be there. There's no |
I am not sure from where are the files might from build, but they not in source for sure
|
Perhaps they are hung in the |
Ol I figure out spec file issue. Doing testing. |
Hello Razvan, Thank you volga629 |
volga629, Razvan, I need your help on an issue with SMPP. This is what I have in the database (tralala inbound is the INBOUND link, meaning the link towards opensips) +----+--------------+-------------+------+-----------+----------+-------------+---------+---------+---------+---------+--------------+ When I look in the logs : it seems that opensips doesn't respond to bind-transceiver on the inbound link;whereas tralala (the outbound link ) comes up nicely. Am I correct that I need to configure an inbound (towards opensips ) smpp link like this ? When I do this, I have below output : Jul 25 12:55:24 hendrix /data/opensips/sbin/opensips[19637]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000009 Jul 25 12:55:24 hendrix /data/opensips/sbin/opensips[19637]: DBG:proto_smpp:handle_bind_transceiver_cmd: Received bind_transceiver command Jul 25 12:55:24 hendrix /data/opensips/sbin/opensips[19637]: ERROR:proto_smpp:handle_bind_transceiver_cmd: NULL params Jul 25 12:55:24 hendrix /data/opensips/sbin/opensips[19637]: DBG:proto_smpp:smpp_read_req: tcp_read_req end Jul 25 12:55:25 hendrix /data/opensips/sbin/opensips[19638]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff However in the request that comes in I have below info: Transmission Control Protocol, Src Port: 38423, Dst Port: 5062, Seq: 1, Ack: 1, Len: 43 Short Message Peer to Peer, Command: Bind_transceiver, Seq: 1, Len: 43 opensips has following configuration for smpp: Can you please indicate how you configure your side to have inbound SMS towards opensips working ? |
or would the issue be that I have 2 transceivers ? |
SMPP is peer to peer. Try set one connection at the time and try set system_id to smpp_site1 one and second smpp_site2 |
That’s the thing.
The system_id is for both links the same and so is pwd, system_type, addr_ton and addr_npi and data_coding (sorry but I can’t share the real info for obvious reasons). So changing the system_id will not work.
This is what the provider give me as info :
“
* Rule 1: The CUSTOMER Server Address initiates the SMPP session (via SMPP Bind request) to Server Address (Load Balancer): x.y.z.t on port 2775.
* Rule 2: Our Server Addresses (a.b.c.d) initiates the SMPP session (via SMPP Bind request) to the CUSTOMER Server Address on port 5062
”
It’s the second inbound rule that gives the headache.
Am I right that the inbound link needs to be defined as below ?
+----+--------------+-------------+------+-----------+----------+-------------+---------+---------+---------+---------+--------------+
| id | name | ip | port | system_id | password | system_type | src_ton | src_npi | dst_ton | dst_npi | session_type |
+----+--------------+-------------+------+-----------+----------+-------------+---------+---------+---------+---------+--------------+
| 1 | tralala | 80.x.y.z| 2775 | BELOUT| smsin | OTT | 1 | 1 | 1 | 1 | 1 |
| 2 | tralala INBOUND | 10.3.0.150 | 5062 | BELIN | smsout | OTT | 1 | 1 | 1 | 1 | 1 |
BR,
From: volga629 <notifications@github.com>
Sent: Monday, July 29, 2019 7:20 PM
To: OpenSIPS/opensips <opensips@noreply.github.com>
Cc: johandeclercqdemocon <johan@democon.be>; Mention <mention@noreply.github.com>
Subject: Re: [OpenSIPS/opensips] [BUG] SMPP trunk (#1728)
SMPP is peer to peer. Try set one connection at the time and try set system_id to smpp_site1 one and second smpp_site2
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1728?email_source=notifications&email_token=AKDSPWNDGQJ6ONPZ2RIRANLQB4RFFA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BMXUA#issuecomment-516082640> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AKDSPWIOSDW4LBWAPMH7YOTQB4RFFANCNFSM4HWTIYXQ> . <https://github.com/notifications/beacon/AKDSPWPHVCYDKOO3ETHF5N3QB4RFFA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BMXUA.gif>
|
And this is the full debug 5 output (filtered on smpp)
Jul 29 18:07:09 hendrix opensips: DBG:core:load_module: loading module /data/opensips/lib64/opensips/modules/proto_smpp.so
Jul 29 18:07:09 hendrix opensips: DBG:core:set_mod_param_regex: proto_smpp matches module proto_smpp
Jul 29 18:07:09 hendrix opensips: DBG:core:set_mod_param_regex: found <db_url> in module proto_smpp [/data/opensips/lib64/opensips/modules/]
Jul 29 18:07:09 hendrix opensips: DBG:core:set_mod_param_regex: proto_smpp matches module proto_smpp
Jul 29 18:07:09 hendrix opensips: DBG:core:set_mod_param_regex: found <smpp_port> in module proto_smpp [/data/opensips/lib64/opensips/modules/]
Jul 29 18:07:09 hendrix opensips: DBG:core:set_mod_param_regex: proto_smpp matches module proto_smpp
Jul 29 18:07:09 hendrix opensips: DBG:core:set_mod_param_regex: found <outbound_uri> in module proto_smpp [/data/opensips/lib64/opensips/modules/]
Jul 29 18:07:09 hendrix opensips: DBG:core:find_cmd_export_t: found <send_smpp_message> in module proto_smpp [/data/opensips/lib64/opensips/modules/]
Jul 29 18:07:09 hendrix opensips[15049]: smpp: 10.3.0.150 [10.3.0.150]:5062
Jul 29 18:07:09 hendrix opensips: DBG:core:socket2str: <smpp:10.3.0.150:5062>
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15071]: DBG:core:init_mod: initializing module proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15071]: INFO:proto_smpp:mod_init: initializing SMPP protocol
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15071]: DBG:core:fix_actions: fixing send_smpp_message, /data/opensips/etc/opensips/opensips.cfg:553
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15072]: DBG:core:init_mod_child: type=PROC_MODULE, rank=-2, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15072]: INFO:proto_smpp:child_init: initializing child #-2
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15075]: DBG:core:init_mod_child: type=CHILD, rank=1, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15075]: INFO:proto_smpp:child_init: initializing child #1
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15076]: DBG:core:init_mod_child: type=CHILD, rank=2, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15076]: INFO:proto_smpp:child_init: initializing child #2
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15077]: DBG:core:init_mod_child: type=CHILD, rank=3, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15077]: INFO:proto_smpp:child_init: initializing child #3
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15078]: DBG:core:init_mod_child: type=CHILD, rank=4, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15078]: INFO:proto_smpp:child_init: initializing child #4
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15079]: DBG:core:init_mod_child: type=CHILD, rank=5, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15079]: INFO:proto_smpp:child_init: initializing child #5
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15080]: DBG:core:init_mod_child: type=CHILD, rank=6, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15080]: INFO:proto_smpp:child_init: initializing child #6
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15081]: DBG:core:init_mod_child: type=CHILD, rank=7, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15081]: INFO:proto_smpp:child_init: initializing child #7
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15082]: DBG:core:init_mod_child: type=CHILD, rank=8, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15082]: INFO:proto_smpp:child_init: initializing child #8
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:core:init_mod_child: type=CHILD, rank=9, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: INFO:proto_smpp:child_init: initializing child #9
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15084]: DBG:core:init_mod_child: type=CHILD, rank=10, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15084]: INFO:proto_smpp:child_init: initializing child #10
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:core:init_mod_child: type=CHILD, rank=11, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: INFO:proto_smpp:child_init: initializing child #11
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15090]: DBG:core:init_mod_child: type=CHILD, rank=16, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15087]: DBG:core:init_mod_child: type=CHILD, rank=13, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15090]: INFO:proto_smpp:child_init: initializing child #16
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15087]: INFO:proto_smpp:child_init: initializing child #13
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15086]: DBG:core:init_mod_child: type=CHILD, rank=12, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15086]: INFO:proto_smpp:child_init: initializing child #12
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15089]: DBG:core:init_mod_child: type=CHILD, rank=15, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15088]: DBG:core:init_mod_child: type=CHILD, rank=14, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15089]: INFO:proto_smpp:child_init: initializing child #15
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15088]: INFO:proto_smpp:child_init: initializing child #14
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15091]: DBG:core:init_mod_child: type=CHILD, rank=17, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15092]: DBG:core:init_mod_child: type=CHILD, rank=18, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15092]: INFO:proto_smpp:child_init: initializing child #18
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15071]: DBG:core:init_mod_child: type=PROC_MAIN, rank=0, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15071]: INFO:proto_smpp:child_init: initializing child #0
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15093]: DBG:core:init_mod_child: type=CHILD, rank=19, module=proto_smpp
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15091]: INFO:proto_smpp:child_init: initializing child #17
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15093]: INFO:proto_smpp:child_init: initializing child #19
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:load_smpp_sessions_from_db: Number of rows in smpp table: 2
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:smpp_session_new: Added SMSC 0x7f379d8107c8
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:smpp_session_new: Added INBOUND SMSC 0x7f379d8108b0
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: INFO:proto_smpp:load_smpp_sessions_from_db: Loaded 2 SMSc servers
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: INFO:proto_smpp:send_bind: binding session with system_id "BELMO"
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: INFO:proto_smpp:smpp_conn_init: smpp_conn_init called
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:send_bind: sent 43 bytes on smpp connection 0x7f379d8109a0
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:bind_session: succsessfully bound INBOUND
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: INFO:proto_smpp:send_bind: binding session with system_id "BELMO"
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15094]: INFO:proto_smpp:smpp_conn_init: smpp_conn_init called
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000009
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_bind_transceiver_cmd: Received bind_transceiver command
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: ERROR:proto_smpp:handle_bind_transceiver_cmd: NULL params
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: INFO:proto_smpp:smpp_conn_init: smpp_conn_init called
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:send_bind: sent 43 bytes on smpp connection 0x7f379d811dc8
Jul 29 18:07:09 hendrix /data/opensips/sbin/opensips[15083]: DBG:proto_smpp:bind_session: succsessfully bound BICS
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000009
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_bind_transceiver_resp_cmd: Received bind_transceiver_resp command
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: INFO:proto_smpp:handle_bind_transceiver_resp_cmd: Successfully bound transceiver ""
Jul 29 18:07:11 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:12 hendrix /data/opensips/sbin/opensips[15094]: INFO:proto_smpp:smpp_conn_init: smpp_conn_init called
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d8137f8, currently in state 0
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000009
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:handle_bind_transceiver_cmd: Received bind_transceiver command
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: ERROR:proto_smpp:handle_bind_transceiver_cmd: NULL params
Jul 29 18:07:14 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:19 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:25 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:30 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:35 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:40 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:42 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:42 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_read_req: EOF received
Jul 29 18:07:42 hendrix /data/opensips/sbin/opensips[15094]: INFO:proto_smpp:smpp_conn_clean: smpp_conn_clean called
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:45 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:47 hendrix /data/opensips/sbin/opensips[15094]: INFO:proto_smpp:smpp_conn_init: smpp_conn_init called
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d8137f8, currently in state 0
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000009
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:handle_bind_transceiver_cmd: Received bind_transceiver command
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: ERROR:proto_smpp:handle_bind_transceiver_cmd: NULL params
Jul 29 18:07:49 hendrix /data/opensips/sbin/opensips[15087]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:50 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:07:55 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d810b48, currently in state 0
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 00000015
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:handle_enquire_link_cmd: Received enquire_link command
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15085]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: Using the global ( per process ) buff
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_parse_headers: received a complete message
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: completely received a message
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_handle_req: Nothing more to read on TCP conn 0x7f379d811dc8, currently in state 0
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_smpp_msg: Received SMPP command 80000015
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:handle_enquire_link_resp_cmd: Received enquire_link_resp command
Jul 29 18:08:00 hendrix /data/opensips/sbin/opensips[15086]: DBG:proto_smpp:smpp_read_req: tcp_read_req end
From: volga629 <notifications@github.com>
Sent: Monday, July 29, 2019 7:20 PM
To: OpenSIPS/opensips <opensips@noreply.github.com>
Cc: johandeclercqdemocon <johan@democon.be>; Mention <mention@noreply.github.com>
Subject: Re: [OpenSIPS/opensips] [BUG] SMPP trunk (#1728)
SMPP is peer to peer. Try set one connection at the time and try set system_id to smpp_site1 one and second smpp_site2
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1728?email_source=notifications&email_token=AKDSPWNDGQJ6ONPZ2RIRANLQB4RFFA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BMXUA#issuecomment-516082640> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AKDSPWIOSDW4LBWAPMH7YOTQB4RFFANCNFSM4HWTIYXQ> . <https://github.com/notifications/beacon/AKDSPWPHVCYDKOO3ETHF5N3QB4RFFA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BMXUA.gif>
|
The more I am looking on debug the more I think use 2775 port with same listener and define inbound stream as respond only
|
The debug log is not very clear.... T66t
…On Tue, 30 Jul 2019, 15:17 volga629, ***@***.***> wrote:
The more I am looking on debug the more I think use 27745 same listener
and define inbound stream as respond only
Session Type - Specifies what type of session should be used to connecto th the SMSc. Possible values are:
1 - Transciever
2 - Transmitter
3 - Receiver
4 - Outbind
Default value is 1 - Transciever.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1728?email_source=notifications&email_token=AKDSPWOAIJOUGAGFY2QGQTTQCA5PVA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3D5X6I#issuecomment-516414457>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKDSPWPVDV5ZIFMKRUMND7TQCA5PVANCNFSM4HWTIYXQ>
.
|
What types do you set in dB volga?
…On Tue, 30 Jul 2019, 15:17 volga629, ***@***.***> wrote:
The more I am looking on debug the more I think use 27745 same listener
and define inbound stream as respond only
Session Type - Specifies what type of session should be used to connecto th the SMSc. Possible values are:
1 - Transciever
2 - Transmitter
3 - Receiver
4 - Outbind
Default value is 1 - Transciever.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1728?email_source=notifications&email_token=AKDSPWOAIJOUGAGFY2QGQTTQCA5PVA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3D5X6I#issuecomment-516414457>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKDSPWPVDV5ZIFMKRUMND7TQCA5PVANCNFSM4HWTIYXQ>
.
|
toward provider 2 - Transmitter to accept bind 3 - Receiver |
Okay and my config seems correct to you?
…On Tue, 30 Jul 2019, 16:17 volga629, ***@***.***> wrote:
toward provider 2 - Transmitter to accept bind 3 - Receiver
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1728?email_source=notifications&email_token=AKDSPWMZ7V42MYT3HFSMUNTQCBEQRA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3EDZEY#issuecomment-516439187>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKDSPWNCIJW52LA7BTDLWMLQCBEQRANCNFSM4HWTIYXQ>
.
|
tomorrow I will try with changing my links to receiver and transmitter.
Will let you know the result.
BR,
Op di 30 jul. 2019 om 16:17 schreef volga629 <notifications@github.com>:
… toward provider 2 - Transmitter to accept bind 3 - Receiver
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1728?email_source=notifications&email_token=AKDSPWMZ7V42MYT3HFSMUNTQCBEQRA5CNFSM4HWTIYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3EDZEY#issuecomment-516439187>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKDSPWNCIJW52LA7BTDLWMLQCBEQRANCNFSM4HWTIYXQ>
.
|
OpenSIPS version you are running
Describe the bug
SMPP trunk setup with VoIP provider .
SMPP trunk initialized, but then get disconnected and opensips produce error in log
Based on information from provider opensips send incorrect information.
SMPP Trunk Flow
Opensips log says about unsupported format
To Reproduce
Steps to reproduce the behavior:
Example:
Expected behavior
Expect stable state for SMPP trunk where messages can flow without interruption bidirectional.
Relevant System Logs
OS/environment information
Additional context
The text was updated successfully, but these errors were encountered: