Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:aksalj/africastalking-java into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
aksalj committed Oct 9, 2017
2 parents 42529b6 + 9e0db55 commit 88b3425
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,29 @@ For more information, please read [http://docs.africastalking.com/payments](http

- `VoiceMessage.Builder`: Build voice xml when callback URL receives a `POST` from Africa's Talking

- `say()`:
- `play()`:
- `getDigits()`:
- `dial()`:
- `conference()`:
- `record()`:
- `enqueue()`:
- `dequeue()`:
- `reject()`:
- `redirect()`:
- `build()`: Build xml
- `say(String text)`

- `play(URL url)`

- `getDigits(String text, URL url, int numDigits, long timeout, String finishOnKey, URL callback)`

- `dial(String phoneNumbers, String ringbackTone, boolean record, boolean sequential, String callerId, long maxDuration)`

- `conference()`

- `record()`

- `record(String text, URL url, int maxLength, long timeout, String finishOnKey, boolean trimSilence, boolean playBeep, URL callbackUrl)`

- `enqueue()`

- `dequeue()`

- `reject()`

- `redirect()`

- `build()`: Finally build the xml


For more information, please read [http://docs.africastalking.com/voice](http://docs.africastalking.com/voice)
Expand Down Expand Up @@ -175,4 +187,4 @@ bintray.package=fake
bintray.groupId=fake
bintray.version=fake
bintray.vscUrl=fake
```
```

0 comments on commit 88b3425

Please sign in to comment.