Created by: rossrachel,Last modification on Tue 22 of Jul, 2008 [09:35 UTC] by spamblock
spammers
Comments
222
333How to configure digital map?--iplink
by rossrachel, Tuesday 05 of August, 2008 [04:06:34 UTC]
Digit map is a set of rules to determine when the user has finished dialing.
JR-X support below digital map:
Digital Map is based on some rules to judge when user end their dialing and send the number to the server. JR-X support following digital map:
represents the range of digit, can be a range such as 1-4, or use comma such as 1,3,5, or use a list such as 234 x represents any one digit between 0~9
Tn represents the last digit timeout. n represents the time from 0~9 second, it is necessary. Tn must be the last two digit in the entry. If Tn is not included in the entry, we use T0 as default, it means system will sent the number immediately if the number matches the entry.
Example:
1-8xxx All number from 1000 to 89999 will be sent immediately.
9xxxxxxx 8 digits numbers begin with 9 will be sent immediately.
911 Number 911 will be sent will be immediately
99xT4 3 digits numbers begin with 99 with be sent after four seconds.
222
333How to use the record function? -iplink
by rossrachel, Tuesday 05 of August, 2008 [04:04:57 UTC]
JR-X provides record function. With this function, user may record three VoIP message and one local message.
Active answering machine:
Select "Enable Voice Record" to active answering machine, and config No Answer Time. If there is an incoming call and no one answer the call. After timeout, JR-X will auto answer this call and ask the caller to leave message.
Incoming Record Playing: play the message when recording.
User-Defined Voice: Use customizes greeting voice for answering machine.
Notice: JR-X supports three message maximum, each message can be 90 seconds. Answering will be deactivated if the message numbers is 3.
Record local message:
User may use local message to leave message to other local users.
You might want to set "autofallthrough=no" in your extensions.conf, but this will only change the cause of hangup in the CLI. What is happening here is proper behavior as all steps are taken and you configured nothing to wait and keep the line active. Look into WaitExten, f.e. by adding the option "exten => 9,4,WaitExten(15)"
Please anybody who ever seen a response from one Asterisk server back to Asterisk Outbound -saying G730 protocol not allowed
We use a Asterisk trixbox sip platform to route calls to another Asterisk server overseas G729 and sometimes the calls dont go
Sometimes the receiving server do not even see the hits -some other time the error message is -Forbidden.
...
Hi all,
I'm having trouble getting a timeout function to work in my asterisk 1.4.21.2 IVR extension configuration. The introduction and greeting playback OK and the invalid digit playback works OK.
But, while waiting for timeout to be routed to operator I receive the following debug message.
...
Comments
333How to configure digital map?--iplink
JR-X support below digital map:
Digital Map is based on some rules to judge when user end their dialing and send the number to the server. JR-X support following digital map:
represents the range of digit, can be a range such as 1-4, or use comma such as 1,3,5, or use a list such as 234
x represents any one digit between 0~9
Tn represents the last digit timeout. n represents the time from 0~9 second, it is necessary. Tn must be the last two digit in the entry. If Tn is not included in the entry, we use T0 as default, it means system will sent the number immediately if the number matches the entry.
Example:
1-8xxx All number from 1000 to 89999 will be sent immediately.
9xxxxxxx 8 digits numbers begin with 9 will be sent immediately.
911 Number 911 will be sent will be immediately
99xT4 3 digits numbers begin with 99 with be sent after four seconds.
333How to use the record function? -iplink
Active answering machine:
Select "Enable Voice Record" to active answering machine, and config No Answer Time. If there is an incoming call and no one answer the call. After timeout, JR-X will auto answer this call and ask the caller to leave message.
Incoming Record Playing: play the message when recording.
User-Defined Voice: Use customizes greeting voice for answering machine.
Notice: JR-X supports three message maximum, each message can be 90 seconds. Answering will be deactivated if the message numbers is 3.
Record local message:
User may use local message to leave message to other local users.