hello i want development about smpp to sip module do you have any documentation ?
Hello,
the SNMP module is quite old, I am not aware of any special development documentation for that module. That said, the module README is quite extensive and covers already some content in this regard.
Your best bet is probably to have a look to the module README and source code. If you have questions about certain Kamailio module interface topics etc.., just ask on this list again.
Cheers,
Henning
-----Original Message----- From: Tarik ogut via sr-dev sr-dev@lists.kamailio.org Sent: Mittwoch, 25. September 2024 00:12 To: sr-dev@lists.kamailio.org Cc: tarikogut@gmail.com Subject: [sr-dev] smpp router project
hello i want development about smpp to sip module do you have any documentation ? _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr- dev-leave@lists.kamailio.org
Hello,
sorry, I have misread your question initially - please disregard my previous answer.
Regarding the SMPP protocol, there were different attempts to develop a module, the oldest is about 20 years ago: https://kamailio.org/mailman3/hyperkitty/list/sr-users@lists.kamailio.org/th...
Have a look also at this issue: https://github.com/kamailio/kamailio/issues/2280 for a discussion of different approaches.
There are other projects that have a module (called proto_smpp) for this protocol, maybe this can give you also some hints.
Cheers,
Henning
-----Original Message----- From: Henning Westerholt Sent: Mittwoch, 25. September 2024 10:14 To: Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org Cc: tarikogut@gmail.com Subject: RE: [sr-dev] smpp router project
Hello,
the SNMP module is quite old, I am not aware of any special development documentation for that module. That said, the module README is quite extensive and covers already some content in this regard.
Your best bet is probably to have a look to the module README and source code. If you have questions about certain Kamailio module interface topics etc.., just ask on this list again.
Cheers,
Henning
-----Original Message----- From: Tarik ogut via sr-dev sr-dev@lists.kamailio.org Sent: Mittwoch, 25. September 2024 00:12 To: sr-dev@lists.kamailio.org Cc: tarikogut@gmail.com Subject: [sr-dev] smpp router project
hello i want development about smpp to sip module do you have any documentation ? _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr- dev-leave@lists.kamailio.org
Hello,
I'm already working on an SMPP module, it can already send messages in synchronous mode and supports UCS-2. I have a desire to prepare a module and PR this year. As for the implementation of proto_smpp in OpenSIPS, I have many questions about it, for example, this module does not analyze the sending result, which is very sad. I have a desire to do well - process the send result for asynchronous sending, process message delivery reports, support message concatenation and special SMS with different data_coding and protocol_id.
Best regards, Vadim Saranov
Perhaps you have used proto_smpp and have not encountered its shortcomings, but I think that its discussion is not very appropriate on this platform. I will briefly inform you that in this module there is no control over the results of sending commands neither for submit_sm, nor for enquire_link. For example, the absence of a response to enquire_link is not an error for him. It is also not possible to connect multiple SMEs with different credentials to one smpp-server. It seems that this module is in the MVP state, maybe I'm wrong.
Best regards, Vadim Saranov
Hello Tarik,
sorry I don't understand exactly what you mean. You could develop a SMPP module for Kamailio, sure.
Maybe you can coordinate with Vadim, it looks that he already has a prototype or similar from previous e-mails. It will be easier for you than starting from the scratch.
New modules are usually introduced with a GitHub pull-request to the repository. After a review and eventual changes, they are then introduced into the code base and will be published as part of next stable release.
Cheers,
Henning
-----Original Message----- From: Tarik ogut via sr-dev sr-dev@lists.kamailio.org Sent: Mittwoch, 25. September 2024 13:45 To: sr-dev@lists.kamailio.org Cc: tarikogut@gmail.com Subject: [sr-dev] Re: smpp router project
I will write smpp module for ims router project, can I get requests about it. _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr- dev-leave@lists.kamailio.org