Displaying 20 results from an estimated 3000 matches similar to: "Limit the call & recording when pressing *1"
2005 Jun 22
3
indexing tables for dialing
Hello
I would like to know how can I manage to implement a table which translates
an extension number into a phone number. Let see an example:
If I dial an extension like 3021, Asterisk has to Dial an agent (our
employees) located at San Francisco using the following telephone number:
415 541 XXXX. If it does not work we can also use his/her mobile number.
We need to manage more than 180
2008 Oct 31
1
Monitor group calls (recording calls)
Hello there,
I appreciate any help about this problem that I can't figure out...
I need to record all my calls: this is pretty easy using Monitor() before
the Dial().
eg:
exten =>
425,n,Monitor(wav49,/var/spool/asterisk/monitor/425/${EPOCH}_${CALLERID(num)}_in,mb)
exten => 425,n,Dial(${PHONE1},10)
Now, I want to create a call group: I mean, I want a number (eg 800) that
makes
2015 Nov 12
3
No sound with internal calls depending on which phones
Dear all,
I have a very strange problem :
* external calls work perfectly,
* internal calls between some phones too,
* but internal call between two similar phones don't work !!! (Snom 710)
When we have sound, there are no errors in asterisk. When we do not have
sound, there is the following error :
* [Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP
module
2015 Nov 12
3
No sound with internal calls depending on which phones
Snom default configuration is SRTP enabled.
You should disable the SRTP from the phone web GUI configuration
Sincerely,
Sam Basan
From: Mitul Limbani [mailto:mitul at enterux.in]
Sent: Thursday, November 12, 2015 5:25 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re: [asterisk-users] No sound with internal
2004 May 28
2
Asterisk with Draytek 2600V
I am unable to get a my Draytek working with our Asterisk server. I can
make/recieve calls but get no audio. I have tried the various codecs at the
Vigor end but still getting nothing. I looked at sip debug (below) but am
new to Asterisk and don't really know what I am looking for. Asterisk works
fine with XLITE so I know my installation is ok.
Sip read:
INVITE
2006 Jun 09
3
Trouble getting SMS working
Hi,
I have been trying to get my asterisk box to send SMS's to my Panasonic dect phone via
a Linksys pap2. I believe I have the message centers setup correctly
between * and the phone.
The pap2 is configured to only use G711a.
The Asterisk version is 1.0.7.
In my /etc/asterisk/extensions.conf I have
[smsphone]
exten = 199,1,Goto(smsmorx,${CALLERIDNUM},1)
[smsmorx]
exten =
2003 Jun 14
1
Cisco 7960 config?
I finally got the power supply for my 7960 and am having problems getting
it working. What should be in sip.conf and the SIP(macaddr).cnf file?
This is what I have in SIP0002FD3BA8F7.cnf
# SIP Configuration Generic File
# Line 1 appearance
line1_name: Asterisk Test
# Line 1 Registration Authentication
line1_authname: "phone1"
# Line 1 Registration Password
line1_password:
2003 Nov 06
3
Grandstream problem
Hi,
I installed Asterisk an all works fine exept for Grandstream.
When I call with a softphone (ex X-ten) to a Grandstream (BudgetTone-100), I can make a conversation. = ok
When I call to a softphone with a Grandstream I can pich up the call with the softphone but the Grandstream keeps ringing like on the other site you didn't pick up the phone.(even if you do so)
It's the same when I
2006 Nov 04
1
Pass through
Hi!
I want to tell asterisk to simply pass-through any codecs that my phones
support. I have to use codecs that are not popular and implemented by a
third-party, asterisk has nothing to do with them.
I've made a test with g722 (that asterisk doesn't support), i've set all my
two snom 300 phones to support only g722 and asterisk declined the sip
invitation. That is bad for me. Is it
2004 May 09
2
Help with initial setup
Hi,
I've have followed through the help docs in trying to get an initial setup
going with two phones and the asterisk server. Firstly, all I'm trying to
do is get the two phones actually talking to one another VIA asterisk..
I've added this to sip.conf:
[phone1]
type=friend
host=dynamic
defaultip=192.168.1.106
;username=blah
;secret=blah
dtmfmode=rfc2833 ; Choices are inband,
2003 Oct 29
1
Host unspecified ??
Dear,
When I start asterisk -vvvvvvgrc and I ask 'sip show peers', I don't get the ip adress in the 'Host" field.
Name = phone1 and phone2
Host=unspecified
mask 255.255.255.255
port = 0
status = unmonitored
I can ping the two phone's and get a reply (also from the laptop)
phone ip adres 192.168.10.12 and 192.168.10.13 (server 192.168.10.11and laptop 192.168.10.14)
2010 Mar 03
1
forward problem!
Hello all,
Here my architecture :
Proxy1-asterisk1-proxy2-phone1
If a call arrived from proxy1 to phone1 AND phone1 always forward to proxy,
asterisk1 say:
-- Now forwarding SIP/phone1-0000001d to 'Local/969990349 at proxy2' (thanks to
SIP/proxy2-0000001e)
Why it use Local ?
I just need to use as a normal call, not a local
Thank you
Francois
-------------- next
2007 Jun 07
1
DUNDi and reinvites...
I don't know if this is possible, and I can't quite get my head around
how to do it...
If I am using DUNDi for redundancy in a cluster, when Phone1 makes a
call to Phone2, both Asterisk A and B will be in the RTP stream:
+---+ +---+
| A |-----| B |
/+---+ +---+\
/ \
Phone1 Phone2
Is there a way configure re-invites
2006 Dec 13
3
Multi Operator
Hi,
Actually on my setup all outgoing calls are going trhu a SIP unique account
A have a second SIP account with another operator and I would like my setup
to use alternatively each of the two accoutns
Call 1=> Dial SIP/phone1
Call 2=> Dial SIP/phone2
Call 3=> Dial SIP/phone1
<...>
If you have an sample please let me know
2005 Mar 02
1
IVR setup problems
Hi guys still have the problem to setup the IVR correctly.
I am forwarding call from ser :
if (method == "INVITE") {
if (uri =~ "sip:1[0-9]{10}@*"){
log(1, "Forwarding to Asterisk\n");
rewritehostport("xxx.xxx.xxx.xxx:5061");
t_relay();
break;
}
}
inside sip.conf
2008 Jun 24
3
loop with files
I'm trying to make a loop with many files...
> library(dplR)
>
> files <- system("ls *.rwl", intern=TRUE)
>
> files
[1] "cimfasy.rwl" "rocquce.rwl"
> for (i in files) {a <- read.rwl(i,header=0)}
There are 70 series
There are 21 series
> class(a)
[1] "data.frame"
This loop import all the files rwl in a single data.frame ( a
2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor:
When a headset on phone1 is picked up, phone2 rings right away, without any
need to dial numbers on phone1. Is this possible to implement?
ScriptHead
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2008 Jun 19
3
colnames of a column
Hi,
With this data.frame:
> class(rwl)
[1] "data.frame"
>rwl
0028002F 0028013F 0028032F
1833 3.39 NA NA
1834 3.09 NA NA
1835 3.05 NA NA
1836 3.31 NA NA
1837 2.26 NA NA
> colnames(rwl)
[1] "0028002F" "0028013F" "0028032F"
Ok....
> colnames(rwl[,1])
NULL
why??
2010 Sep 16
1
plotting time series using ggplots
Hi,
I would like to plot a bunch of tree ring width data (time series)
using ggplots, but I'm having trouble figuring out how to do it.
My data is in a data.frame, with years as rownames and a distinct tree
ring series in each column. So, something like this:
rwl<-matrix(rnorm(800), nrow = 100)
colnames(rwl) <- paste('V', 1:8, sep = '')
2008 Aug 22
2
Combining multiple datasets
Hi,
I've tried to figure this out using Intro to R and help(), to no avail
- I am new at this.
I'm trying to write a script that will read multiple files from a
directory and then merge them into a single new data frame.
The original data are in a tree-ring specific format, and so I've first
used a function (read.rwl) from the dplR package to read each file,
translate each into a