Skip to content
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

Send a message to GSM #111

Open
1 of 2 tasks
rodrigomonelos opened this issue Oct 26, 2017 · 6 comments
Open
1 of 2 tasks

Send a message to GSM #111

rodrigomonelos opened this issue Oct 26, 2017 · 6 comments

Comments

@rodrigomonelos
Copy link
Collaborator

rodrigomonelos commented Oct 26, 2017

US: As an app user I need to send a message to someone in a community with a GSM phone
Acceptance criteria

  • Just message exchange, no matter UX nor design

  • The same message is received on GSM

@rodrigomonelos
Copy link
Collaborator Author

Did you tell @sanchi how far did you get and what we need now?

@sanchi
Copy link
Collaborator

sanchi commented Nov 17, 2017

for Rhizomatica

The SIP MESSAGE should go to sip:number@sip.rhizomatica.org. This can be both R-URI and To. So the message would look like:
MESSAGE sip:68068120202@sip.rhizomatica.org SIP/2.0
Via:...
To: sip:68068120202@sip.rhizomatica.org
From: sip:99920012345@rhizortc.specialstories.org
...

for Saycel

the outbound=pearllagoon should be added to the URI, so that the call is sent to the BSC directly (as it's registered on the gateway). The BSC probably needs to be configured to send the messages on as GSM SMS (possibly after an update etc).

MESSAGE sip:41969@rhizortc.specialstories.org;outbound=pearllagoon SIP/2.0
Via:...
To: sip:41969@rhizortc.specialstories.org
From: sip:99910012345@rhizortc.specialstories.org
...

@sanchi
Copy link
Collaborator

sanchi commented Nov 17, 2017

I just tested registering with that test account to sip.rhizomatica.org, and I got the SIP MESSAGE that I sent through or servers through. So I assume that it will also be received if that number is a proper GSM phone (I did see that working a while ago on a GSM phone)

@rodrigomonelos
Copy link
Collaborator Author

rodrigomonelos commented Nov 17, 2017 via email

@rodrigomonelos
Copy link
Collaborator Author

@sanchi so we need someone on the Rhizomática network to check if they are receiving this messages, is that right?

@rodrigomonelos
Copy link
Collaborator Author

Asked to P and R for someone ni Rhizo' network to receive the message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants