entropyqueen / YateBTS_smssend

C++ plugin for YateBTS to easily send SMS through command line
MIT License
19 stars 12 forks source link

SUggestion .... #7

Closed gronget closed 6 years ago

gronget commented 6 years ago

could you please implement a senario where the sender can be in letter case.....for example a name otherwise it works just fine.. iam gonna try PDU.... dont know if it can

gronget commented 6 years ago

What are the basics of writing plugins for yate.... i plan writing one

entropyqueen commented 6 years ago

Hello to you too, The sender is just a string, so you should be able to send a name already.

For the basics, read the doc, here are the two main wiki about it: http://docs.yate.ro/wiki/Main_Page https://wiki.yatebts.com/index.php/Main_Page

gronget commented 6 years ago

Hey I can send message in TPDU format

On Tue, Jun 26, 2018, 10:56 ark notifications@github.com wrote:

Closed #7 https://github.com/Ark444/YateBTS_smssend/issues/7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ark444/YateBTS_smssend/issues/7#event-1700705456, or mute the thread https://github.com/notifications/unsubscribe-auth/Aie9GrrLTRy1pewLyM2WE8YGuPQTEoNiks5uAelEgaJpZM4U0BCp .

gronget commented 6 years ago

Sorry. I meant to ask if it's possible to send TPDU massage format

On Thu, Jun 28, 2018, 15:36 Cheb Alid chebalid@gmail.com wrote:

Hey I can send message in TPDU format

On Tue, Jun 26, 2018, 10:56 ark notifications@github.com wrote:

Closed #7 https://github.com/Ark444/YateBTS_smssend/issues/7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ark444/YateBTS_smssend/issues/7#event-1700705456, or mute the thread https://github.com/notifications/unsubscribe-auth/Aie9GrrLTRy1pewLyM2WE8YGuPQTEoNiks5uAelEgaJpZM4U0BCp .

entropyqueen commented 6 years ago

Sorry, I have no idea if it is possible or not...