-
In Asterisk 13.8.2 for create new channel variables send in BODY (not in URI) in JSON-format.
With using http://ari.asterisk.org/ - i set variables: {"variables":{"myvar":"zxcvzxcvxcv"}}
and all work…
-
Doing anything that does not explicity override the agi-conf number will use agi-conf1. This appears to be hardcoded this way in /common/lib/Class.A2Billing.php
This can cause inconsistent behaviour…
-
When using the Asterisk exporter, entries for the dialplan can be exported. In these entries, one or multiple variables can be used. The diaplan entry will only be exported, if one of the variables we…
-
Dear Team,
asterisk is not sending out audio until the line is answered.
I do not see any RTP flowing out of asterisk while playing back an announcement with Playback (noanswer).
here is my dialpla…
-
When a call is placed in park and there's a hinted button on a phone for that parking slot, the button lights red and the screen indicates off-hook. Instead, it should probably flash amber.
**Reprod…
-
```
I'm new to UniMRCP, just tried asterisk-unimrcp 0.3 against IBM WVS 5.1.3.
the following is my dialplan:
exten => 1001,1,Answer
exten => 1001,n,MRCPSynth(Hello
world!,p=default&i=any&f=/tmp/synth…
-
```
Hello
I am having some problems with enabling voice recognition on my Asterisk box.
These are the software versions of the packages I am using:
PocketSphinx - 0.7
UniMRCP - 1.0.0
Asterisk - 1.8…
-
```
All i want is to get the filename saving by the unimrcp on the disk or can I
give the filename to create on the disk ?
Or is it possible to get the unimrcp session ID on the dialplan ?
thanks in …
-
I think QPANEL can display agent pause reason? Can you explain how to do it?
From /opt/qpanel/templates/queue.html it is indicated that your code supports it? https://goo.gl/Njm6H5
if (data.member…
-
```
What version of the product are you using? On what operating system?
CentOS 5
Please provide any additional information below.
i fresh installed unimrcp 1.1 with asterisk 11. i followed the do…