Posts by Alisio Meneses • 140 points
9 posts
-
1
votes1
answer75
viewsA: Get the latest version of Mozilla Firefox by script
Answering your question, the following script uses the URL schema, available at the URL https://ftp.mozilla.org/pub/firefox/releases/latest-beta/README.txt, which defines how to download the latest…
shell-scriptanswered Alisio Meneses 140 -
1
votes1
answer213
viewsA: Save custom variable in SNEP CDR Database
You will need to configure the database and Asterisk version 1.8 or higher according to the following steps (tested in version 11): add the "wallet" field in the cdr table of the database; Set the…
-
1
votes1
answer287
viewsA: How to deliver calls in the queue in the order agents log in?
According to Asterisk documentation, touch strategy leastrecent forwards the next call to the most idle agent, therefore I believe it is not what you seek. The strategy that best fits the described…
asteriskanswered Alisio Meneses 140 -
0
votes1
answer180
viewsQ: How to enable autocomplete resource for shell script?
I would like my shell script options to be presented or autocompleted by pressing TAB, just like commands like aptitude or yum. How to enable autocomplete resource for shell script?
-
0
votes1
answer110
viewsA: Script help for tracing routes
The problem is in the return variable '$? ', used in the conditional deviation. You are checking the return of the awk command, which always returns '0' in this case, so the loop will always run…
shell-scriptanswered Alisio Meneses 140 -
0
votes1
answer1446
viewsA: Find and replace a text line within a sed file
Escape of special characters such as bars, crases, & etc. The following sed command replaces lines starting with (&user) and inserts the new given line: sed -i…
sedanswered Alisio Meneses 140 -
2
votes1
answer185
viewsA: Asterisk 13 - Replacement for Agentcallbacklogin
The application Addqueuemember may be used as a replacement for Agentcallbacklogin, Although Addqueuemember does not have a configuration file like its predecessor and its dial plan should be…
-
3
votes2
answers4575
viewsA: How to use Sip debug in Asterisk?
Hello, I will try to answer the split questions. 1- In Asterisk software, it is possible to debug a phone number only? without it being peer from my server? You can filter through the IP of this…
-
1
votes2
answers441
viewsA: Direct port 5060 (SIP Asterisk) to eth1
Asterisk uses port 5060 UDP by default, therefore, unless you have changed the transport of SIP signaling to TCP, this may be the problem. Additionally Asterisk uses a high port range for…
iptablesanswered Alisio Meneses 140