Search found 85 matches

by developerlearn999
Fri Jan 17, 2020 10:45 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Smpp Dissconnect and re connect
Replies: 18
Views: 24022

Re: Smpp Dissconnect and re connect

i see in the log that it got dissconnected and from that point every recoonection fails,
i will see what i can add to the log to catch this next time
by developerlearn999
Fri Jan 17, 2020 11:45 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Smpp Dissconnect and re connect
Replies: 18
Views: 24022

Smpp Dissconnect and re connect

Hi, i get sometimes dissconnection, and i did a reconnect after 10- 20 seconds.
my project run's on a windows service, and i see that it tried to reconnect over and over and fail's.
only when i restart the service the connection is bind with no issues.
any recommandations ?
by developerlearn999
Fri Jan 17, 2020 11:43 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Windows service for SMPP Server
Replies: 4
Views: 7919

Re: Windows service for SMPP Server

you can take from github template for windows service and implemant that inetlab code inside very simple
by developerlearn999
Tue Dec 17, 2019 2:32 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: DeliverSM - Simulate incoming messages
Replies: 2
Views: 5698

DeliverSM - Simulate incoming messages

how can i in DeliverSm simulate an incomming message withought the need to connect to real provider to get incoming messages?
by developerlearn999
Wed Dec 11, 2019 8:03 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Fast sending of message
Replies: 35
Views: 44668

Re: Fast sending of message

should i use
_client.Metrics.Received.Requests.PerSecond
to see how many responsed i get per second or there is some other way to check this?
by developerlearn999
Tue Dec 10, 2019 3:05 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Fast sending of message
Replies: 35
Views: 44668

Re: Fast sending of message

Hi Alt,
so it means that send in last second +-250 but the other side toke time to respond?
by developerlearn999
Mon Dec 09, 2019 1:18 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Fast sending of message
Replies: 35
Views: 44668

Re: Fast sending of message

H Alt, i used the latest version, and some of the param's are not clear. i printed the value _client.Metrics.Sent.Requests.PerSecond and got 249.894998938699 (i set the sendspeedlimit to 250/sec) what i see in the log is next : 2019-12-09 14:53:52.8989 WindowsServiceTemplate.SMPP.Transceiver::Bind s...
by developerlearn999
Sun Dec 08, 2019 8:10 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SendSpeedLimit Count
Replies: 1
Views: 4544

SendSpeedLimit Count

i have a message that it's length in UCS2==10parts
SendSpeedLimit - when defining 10 per second, does it means that each second will be send 1 messages?
does the SendSpeedLimit defenition is for parts or for A FULL MESSAGE?
by developerlearn999
Tue Dec 03, 2019 12:33 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: messageComposer and messages with ReferenceNumber is 0
Replies: 6
Views: 9883

messageComposer and messages with ReferenceNumber is 0

i am using an inetlab tester.
the messages are with ReferenceNumber ==0 (se picture)

Image
how does the composer concat the correct parts in this case?

Thanks!
by developerlearn999
Tue Dec 03, 2019 12:30 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitSM message Is empty
Replies: 1
Views: 4725

Re: SubmitSM message Is empty

please delete post
by developerlearn999
Sun Dec 01, 2019 8:47 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Wireshak extract message
Replies: 0
Views: 16031

Wireshak extract message

Does any one know how i can, from wireshark,
get the SMS message content which was sent to me in UCS2?
by developerlearn999
Fri Nov 29, 2019 8:17 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitSM message Is empty
Replies: 1
Views: 4725

SubmitSM message Is empty

Hi i am checking if a message content is empty i return some error code. customer comlians that some times he send messages but i don't see the content and return him an error. maybe some chare can cause this? private void server_evClientSubmitSm(object sender, SmppServerClient client, SubmitSm data...
by developerlearn999
Wed Oct 30, 2019 3:14 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Error after clock was moved 1 hour back
Replies: 2
Views: 5579

Re: Error after clock was moved 1 hour back

the problem is on : 2.7.0-beta-190920
latest version is ok