-
Notifications
You must be signed in to change notification settings - Fork 89
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
Additional feature for USSD #7
Open
kosfango
wants to merge
23
commits into
jstasiak:master
Choose a base branch
from
krip-tip:asterisk13
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Asterisk11
The main changes are taken from http://uloz.to/xttriVxC/asterisk-chan-dongle-asterisk13-tested-tar-gz. Work incoming and outgoing calls.
At initialization, try 'AT+CPMS="ME","ME","ME"', first. If fails, switch to 'AT+CPMS="SM","SM","SM"'. Signed-off-by: sstream <[email protected]>
…DongleGetNumberDevice Reformat code
Patch from wdoekes/asterisk-chan-dongle@afb8d70 Author: mio Source: bg111#153 Not using full 3GPP version from https://code.google.com/p/ asterisk-chan-dongle/issues/detail?id=140 because of the issues described there. This should simply fix that you don't get a truncated SMS because of an @ sign.
Type of Address octet: Bits: 7 - always 1 6,5,4 - TON - type of number (000 - unknown, 001 - international, 010 - natinal (no prefix or +), 011 - network specific number, 100 - subscriber number, 101 - alphanumeric (according to GSM TS 03.38 7-bit default alphabet), 110 - abbreviated number, 111 - reserved) 3,2,1,0 - NPI - number plan identification (0000 - unknown, 0001 - e.164/e.163, 0011 - x.121, 0100 - telex, 1000 - national, 1001 - private, 1010 - ETSI DE/PS 3 01-3, 1111 - reserved) 0xB1 - 1 011 0001 0x81 - 1 000 0001 from rusxakep/asterisk-chan-dongle@723abc4
Chan dongle support for alphabetical addresses (eg TS 03.38) (like Yandex SMS and etc.) from rusxakep/asterisk-chan-dongle@9df7c47
Fix the issue #137 at bg111/asterisk-chan-dongle#137
# Conflicts: # at_command.c # at_response.c
…art from User Data Header. These values will be populated into channel variables REF, MSG_PARTS and MSG_PART. Patch from this issue #141 https://code.google.com/archive/p/asterisk-chan-dongle/issues/141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi guys,
I propose add next feature (I saw this in the Internet), example:
extension => ussd,1,DongleSendUSSD(dongle0,*100#)
or
It required:
Add function to app.c:
Next thing needed add to massive [dca]: