You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some services accept to receive the full message in a tlv parameter.
The service then handles the split of the message itself.
Add an option to allow to use tlv parameter.
It can also be useful when splitting is disabled.
Both splitting and tlv may be used together for some services so if both are enabled be the developer, don't prevent it.
The text was updated successfully, but these errors were encountered:
- Automatically guess encoder that can encode properly the message
- Split according to encoder (either 160/153 characters for GSM 7-bit, 140/134 characters for GSM 8-bit or 70/67 characters for UCS-2)
- fixes#69
- Support TLV message_payload optional parameter (#88)
- Add service configurer dedicated to SMSGlobal
- Need to add different configuration phases in order to be able to override some values for a particular service provider (like SMSGlobal)
- Automatically guess encoder that can encode properly the message
- Split according to encoder (either 160/153 characters for GSM 7-bit, 140/134 characters for GSM 8-bit or 70/67 characters for UCS-2)
- fixes#69
- Support TLV message_payload optional parameter (#88)
- Add service configurer dedicated to SMSGlobal
- Need to add different configuration phases in order to be able to override some values for a particular service provider (like SMSGlobal)
- Automatically guess encoder that can encode properly the message
- Split according to encoder (either 160/153 characters for GSM 7-bit, 140/134 characters for GSM 8-bit or 70/67 characters for UCS-2)
- fixes#69
- Support TLV message_payload optional parameter (#88)
- Add service configurer dedicated to SMSGlobal
- Need to add different configuration phases in order to be able to override some values for a particular service provider (like SMSGlobal)
- Automatically guess encoder that can encode properly the message
- Split according to encoder (either 160/153 characters for GSM 7-bit, 140/134 characters for GSM 8-bit or 70/67 characters for UCS-2)
- fixes#69
- Support TLV message_payload optional parameter (#88)
- Add service configurer dedicated to SMSGlobal
- Need to add different configuration phases in order to be able to override some values for a particular service provider (like SMSGlobal)
Some services accept to receive the full message in a tlv parameter.
The service then handles the split of the message itself.
Add an option to allow to use tlv parameter.
It can also be useful when splitting is disabled.
Both splitting and tlv may be used together for some services so if both are enabled be the developer, don't prevent it.
The text was updated successfully, but these errors were encountered: