Re: [Dhis2-devs] SMS Service Configuration

2018-11-19 Thread Zubair Asghar Raja
Hi Isabanej, Have a look at these https://docs.dhis2.org/master/en/developer/html/webapi_sms.html#gateway-service-administration https://docs.dhis2.org/master/en/user/html/mobile_sms_service.html# Zubair Asghar DHIS-2 Developer University of Oslo zub...@dhis2.org https://www.dhis2.org On

Re: [Dhis2-devs] (no subject)

2018-11-07 Thread Zubair Asghar Raja
This could be some date in program rule action which is malformed. Supported format is -mm-dd Zubair Den ons. 7. nov. 2018, 7:29 p.m. skrev Stanley Kalyati What does this mean? > > Failed to update the event in the server > Invalid format: "07-11-2018" is malformed at "18" > > Any quick

Re: [Dhis2-devs] Generating sequential numbers in program rule

2018-11-01 Thread Zubair Asghar Raja
> SEQUENTIAL(###)) >>>>> d2:concatenate( V{enrollment_date}, '-', V{orgunit_code}, '-', >>>>> Sequential(###)) >>>>> d2:concatenate( V{enrollment_date}, '-', V{orgunit_code}, '-', >>>>> V{Sequential(###)}) >>>>> d2:concaten

Re: [Dhis2-devs] Generating sequential numbers in program rule

2018-10-10 Thread Zubair Asghar Raja
Committee > terence.sc...@rabiesalliance.org > https://paracon.rabiesalliance.org > Skype: tpscott1987 > > > > On Wed, Oct 10, 2018 at 2:01 PM Zubair Asghar Raja > wrote: > >> Hi Terence, >> Should be possible using CALCULATED_VALUE. >> Program

Re: [Dhis2-devs] Generating sequential numbers in program rule

2018-10-10 Thread Zubair Asghar Raja
Hi Terence, Should be possible using CALCULATED_VALUE. Program rule variable having source type as CALCULATED_VALUE will get its value assigned by some other program rule. Try these steps 1. create program rule variable of source type CALCULATED_VALUE // Let say "auto-increment" 2. create program

Re: [Dhis2-devs] Program Rule

2018-10-08 Thread Zubair Asghar Raja
Hi Amjad Is aDiagnose an option set? If it is then try using code instead of name. Zubair Den man. 8. okt. 2018, 6:50 a.m. skrev Amjad Ata Allah < ataallah.am...@gmail.com>: > Hi Stephen > Here is the condition expression: > #{aDiagnose} != 'Meningitis - Other Bacterial' || #{aDiagnose} != >

Re: [Dhis2-devs] [Dhis2-users] SMS/Mobile configuration

2018-10-02 Thread Zubair Asghar Raja
gt; generates still matches the one that Clickatell is expecting? > > > > Cheers, Sam. > > > > > > *From: *Zubair Asghar Raja > *Date: *Tuesday, 2 October 2018 at 15:21 > *To: *Sam Johnson > *Cc: *Shurajit Dutta , "jahidsha...@gmail.com" <

Re: [Dhis2-devs] [Dhis2-users] SMS/Mobile configuration

2018-10-02 Thread Zubair Asghar Raja
Hi Samuel, Have you tried different number formats? For instance with + and without + Zubair Asghar DHIS-2 Developer University of Oslo zub...@dhis2.org https://www.dhis2.org On Tue, Oct 2, 2018 at 2:31 PM Sam Johnson wrote: > Hi all, > > > > I’ve created an account with Clickatell, but

Re: [Dhis2-devs] Program Notification trigger by program rule (Event Program)

2018-10-02 Thread Zubair Asghar Raja
Hi Le You dont need scheduler to send message using program rule. Secondly check your log output and search for name of the rule. Name will be associated with rule evaluation result. I suspect your rule is being evaluated as false. Send me the complate expression. Zubair Den tir. 2. okt. 2018,

Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread Zubair Asghar Raja
Hi Hakim Can you please re-phrase your question. Zubair On Wed, 6 Jun 2018, 8:15 am DJIBRIL Hakim, wrote: > Hi all, > Please Is it possible to have ideas on how can be *URL template* when > setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms? > > Thank you >

Re: [Dhis2-devs] dhis2 docker image

2018-03-20 Thread Zubair Asghar Raja
Hi Michael, This is equally good along with scripts to build images. https://github.com/pgracio/dhis2-docker R, Zubair On Tue, Mar 20, 2018 at 10:19 AM, Edouard Lavaud wrote: > Hi Michael, > > I am not sure about the jembi image, but usually they dont come with a

Re: [Dhis2-devs] SMS truncation

2018-02-12 Thread Zubair Asghar Raja
If truncate means not sending more than allowed number of characters (180 char), then yes it does. But certain gateways allow concatenation of smses. Zubair On 12 Feb 2018 10:47 pm, "Greg Wilson" wrote: > Does DHIS2 truncate SMS messages sent via */api/sms/outbound* ?

Re: [Dhis2-devs] SMS response for already approved data

2018-01-19 Thread Zubair Asghar Raja
t, thanks Zubair. > > Do you think this would be considered a new feature or is there the > possibility of backporting it? > > Also, I suppose if we were to look at the issue ourselves you'd consider a > pull request from us? > > Thanks, > > - Jasper > > On Wed, Jan

Re: [Dhis2-devs] SMS response for already approved data

2018-01-17 Thread Zubair Asghar Raja
Hi Jasper, No, we don't have this as of now. But it can certainly be provided. You can track the issue here https://jira.dhis2.org/browse/DHIS2-2719. Zubair On Tue, Jan 16, 2018 at 4:07 PM, Jasper Timm wrote: > Hi DHIS2-devs, > > It seems at the moment (in

Re: [Dhis2-devs] SMS Parse Error in DHIS2 2.28

2017-11-09 Thread Zubair Asghar Raja
ample command. Is there anything seemingly > wrong? > > Regards > > On Thu, Nov 9, 2017 at 1:20 PM, Zubair Asghar Raja <zub...@dhis2.org> > wrote: > >> Hi Stephen, >> I can see you are using "." in sms Text. Just make sure that sms commands >> are c

Re: [Dhis2-devs] SMS Parse Error in DHIS2 2.28

2017-11-09 Thread Zubair Asghar Raja
Hi Stephen, I can see you are using "." in sms Text. Just make sure that sms commands are created properly. Your sms commands should comply with rules provided in the documentation. https://docs.dhis2.org/master/en/user/html/mobile_sms_command.html#d0e35642 Regards Zubair On Thu, Nov 9, 2017

Re: [Dhis2-devs] SMS Service Configuration Not Working on 2.27 & 2.28

2017-10-23 Thread Zubair Asghar Raja
rowsms.com/v2/sms/?token=###=###=###=test > > Following is the screenshot of Gateway configuration : > > [image: Inline image 2] > Regards, > > On Sun, Oct 22, 2017 at 4:10 AM, Zubair Asghar Raja <zub...@dhis2.org> > wrote: > >> Hi Sourabh, >>

Re: [Dhis2-devs] SMS Service Configuration Not Working on 2.27 & 2.28

2017-10-21 Thread Zubair Asghar Raja
Hi Sourabh, Which type of sms gateway have you configured? BR // Zubair On Sat, Oct 21, 2017 at 6:15 PM, Sourabh Bhardwaj wrote: > Hi All, > > I have setup a Sms Gateway. Gateway is configured successfully. But while > sending a message through default send sms/

Re: [Dhis2-devs] SMS Gateway in 2.25

2017-01-30 Thread Zubair Asghar Raja
Hi Jasper, This issue has already been answered here https://jira.dhis2.org/browse/DHIS2-514. For Gateway APIs, correct endpoint is /api/gateways. I will update the docs. Zubair On 30. jan. 2017 11:31, Jasper Timm wrote: Hi there DHIS2 devs, We've recently upgraded our DHIS2 instance

Re: [Dhis2-devs] SMS Gateway in 2.25

2017-01-30 Thread Zubair Asghar Raja
Hi Jasper, This issue has already been answered here https://jira.dhis2.org/browse/DHIS2-514. For Gateway APIs, correct endpoint is /api/gateways. I will update the docs. Zubair On 30. jan. 2017 11:31, Jasper Timm wrote: Hi there DHIS2 devs, We've recently upgraded our DHIS2 instance

Re: [Dhis2-devs] Character limit on incoming SMS message

2016-11-04 Thread Zubair Asghar Raja
Hi Jasper, Yes it is doable. You are using 2.22 right ? Zubair On 04. nov. 2016 16:20, Jasper Timm wrote: Hi DHIS2 Devs, I'm encountering an error when attempting to send a long incoming SMS message to the DHIS2 (v2.22) API - /api/sms/incoming The message is 809 characters, which the

Re: [Dhis2-devs] [Bug 1626179] [NEW] SMS not processing messages after upgrade from 2.20 to 2.24

2016-09-21 Thread Zubair Asghar Raja
Hello Kaye, It would be good if you can share logs or atleast snapshot. Thanks Regards Zubair On 21 Sep 2016 9:30 PM, at 9:30 PM, Kaye Milton wrote: >Public bug reported: > >Hi Devs, > >Recently when i upgraded to DHIS2 2.24 from 2.21, the SMS App has since >stopped

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-09-01 Thread Zubair Asghar Raja
? Is there a similar prefix required when specifying period? Maybe you could give an example of an SMS Command submission specifying both orgUnit and period? Thanks, - Jasper On Tue, Aug 30, 2016 at 9:01 PM, Zubair Asghar Raja <zub...@dhis2.org <mailto:zub...@dhis2.org>> wrote:

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-08-30 Thread Zubair Asghar Raja
o allow partial submissions to complete the form. Thanks, - Jasper On Wed, Aug 24, 2016 at 1:04 PM, Zubair Asghar Raja <zub...@dhis2.org <mailto:zub...@dhis2.org>> wrote: Hi Jasper, please find the answers in line. On 24. aug. 2016 13:58,

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-08-24 Thread Zubair Asghar Raja
Hi Jasper, please find the answers in line. On 24. aug. 2016 13:58, Jasper Timm wrote: Hi there, We're considering using the SMS Commands functionality of DHIS2 to receive data from the data capture Android App when there is no internet connectivity. I'm working from the documentation

Re: [Dhis2-devs] Android SMS Gateway App - Can use for large scale??

2016-06-28 Thread Zubair Asghar Raja
Hi Harsh, This app was designed for the purpose of testing and demonstration. So its not recommended to be used for production DHIS 2 installations. Using network-based SMS gateways would be a better way. On 28. juni 2016 13:51, Harsh Atal wrote: Hi We are planning to use the Android

Re: [Dhis2-devs-core] No dev meeting today

2016-03-23 Thread Zubair Asghar Raja
Have a happy, peaceful, and fun Easter filled with marshmallows, chocolate, and jelly beans ( not spring beans :) ) BR // Zubair On 23 Mar 2016 8:05 AM, at 8:05 AM, Morten Olav Hansen wrote: >Holidays should always be celebrated I guess? I know in this part of >the

Re: [Dhis2-devs] [Dhis2-users] outgoing SMS over local modem - anyone using it?

2016-03-14 Thread Zubair Asghar Raja
Hi Guy, I am responsible for SMS related stuff. Can you share the logs ? Regards Zubair On 14 Mar 2016 1:14 PM, at 1:14 PM, "Lars Helge Øverland" wrote: >Thanks Guy. We will have a developer reach out to you. > >Since nobody have reported to be using the local SMS gateway