Displaying 20 results from an estimated 1000 matches similar to: "Sipura SPA-841 autodial?"
2009 Oct 01
1
Is there a way to get info who disconnected the call into CDR?
Hei!
Here's my problem. I have an Asterisk with SS7 and SIP trunks. Asterisk
version is 1.6. I'm setting up a custom CDR fields and I was wondering
is there a way to know who initiated a hangup? Asterisk must be aware of
that info somehow, cause in queue_log, that info is present
(completecaller, completeagent) Is there a way to get that info on the
regular SS7 to SIP (and vica versa)
2004 Sep 26
1
Autodial on off-hook?
I'm looking to build an application which requires a phone to autodial
when the handset is lifted off of the hook.
Since the system will be available to the general public, I want a
solid phone that will withstand abuse, but not be too expensive.
I'm leaning towards using a Sipura adapter with an analog outdoor
handset. However, I don't nor ever have had a sipura adapter, so I'm
2006 Mar 11
1
Autodial
I'd like to setup an autodial that will do the following:
1. First try call my multiple SIP phones at my house - if no answer within n seconds, try my mobile phone. Alternatively call both SIP phones at home + mobile at the same time.
2. Once someone answer in step 1 (on any phone) initiate calling to a specific phone number/extension
Currently I have it working except that in step 1 I can
2005 May 24
0
Sipura SPA-3000 call progress, and interdigit delays
Hello,
I've been experimenting with Asterisk 1.0.6 and a Sipura SPA-3000, and
I've run into a couple of questions I haven't yet found clear answers to:
It appears that the SPA-3000 has no call progress on it's FXO
interface? Asterisk considers a dial() as answered when the SPA-3000 has
dialed the number on the PSTN line, not when someone has answered a phone
on the
2005 Mar 13
2
Sipura 841 issues
Hi
Just 2 issues I have with SPA841.
1. I autodial extension 600 then inside an AGI wait for more digits.
The digits are transmitted correctly to * but they do not show up on the
SPA841 display, only the 600. How do I set the 841 is show the digits
after the 600#
2. Is the SPA841 pixel display backlit?
Master
2008 Nov 01
1
SPA3102 interdigit timers bug?
Hi. I have a SPA3102 updated with with Software Version: 5.1.7(GW).
I have this settings on Voice/Regional:
Interdigit Long Timer: 10
Interdigit Short Timer: 3
Anyway, when hooking up (without dialing anything), the timeout starts
after 3 seconds. It's like the Long Timer is unused. After dialing, the
Short Timer is also used to timeout.
Is that normal? Am I missing something?
Thanks.
--
2005 Jul 12
3
Cisco 7940/7960 interdigit timeout
Hello list,
does anyone know how to change the "interdigit timeout" when using Cisco
IP Phone 7940/7960 with SIP-Firmware and Asterisk?
it's default value is 15 sec. but i have nothing found to set this in
tftp-config file etc.
Thanks in advance,
Roland
2004 Dec 04
6
Door buzzer.
Hello,
I have a customer who has their front door integrated to their current
phone system. If someone presses the buzzer, the secretaries phone will
ring, and she can talk to the person at the door. By pressing ** she
can release the door.
Anyone have any sort of integration like this. Are there IP devices
anyone is using?
They have a pizza box server as their asterisk server with
2012 Nov 08
2
How to include CI in a grouped barplot?
Hello everyone!
I need to include the confidence interval bar in a grouped barplot. I've
found some options on the web, but none of them solved my problem.
The question is: my barplot was created using vectors for each pair of bar
and them combining them using cbind.
I mean:
a=c(10,15)
b=c(20,24)
c=c(21,23) ...
hei=cbind(a,b,c)
graph1=barplot(hei, beside=T,...)
I've tried to include
2005 Jul 01
0
Catch Autodial failure
Hello,
I am using asterisk to autodial a phone number once an hour to verify
an answering IVR script is working by listening for a beep played by the
IVR, and that is working well. The one thing I have not been able to
find is a way to trap if the call didn't connect at all, like if the
entire IVR is down or the phone line is dead, since it doesnt enter the
menu until the call is
2006 Apr 27
0
Autodial feature doesn't return $DIALSTATUS values
Hello,
I'm writing a small PHP application that generates calls
automatically and tries to store call details on a Mysql
Db, using manager API .
When making an autodial call, I noticed that I couldn't
read $DIALSTATUS values; since I can't evaluate dial
status (BUSY, CONGESTION, NOANSWER), I can't understand
when a receiver was busy or not.
Nobody seems to have solved this
2013 Feb 13
2
sweave question
Hi Everyone: I was having trouble getting the plot size correct when
putting a plot in an sweave document. So, I searched on the internet and I
found a clever solution where the person uses
the cat function to write latex code so he can include the cat code in the
chunk and place the plot using width and height. The solution is here:
https://stat.ethz.ch/pipermail/r-help/2009-April/195094.html.
2006 Mar 10
4
dipura 2002 auto dial or intercom
Guys.
Anybody using sipuras 2002 knows if there is a way to make the phones
connected to it to autodial an extension when the phone is picked up?
For example, if the phone is on a police booth (building entrance) and you
want the guys to just pick up the phone and make the phone auto dial the
receptionist extension without the guys having to dial anything (ala
batphone).
Is this possible with
2006 Jan 23
5
dial out and message playback
Hi,
In a normal PBX environment a user usually calls in and IVR's are played
according to a predefined dialplan.
Iam trying to develop an application where asterisk dials out to a user and
initiates an IVR instead (please note that the IVR is not static and may
vary according to different condtions).
Can someone guide me how this is possible using Asterisk. Do I need to write
some sort of
2004 Jul 02
4
Delay when dialing with Sipura 2000
I have a Sipura 2000 working fine, but whenever
I dial any extension there is a delay of 5-10 seconds before
it starts ringing. However, if I dial the extension and hit
the pound key after the number, it goes through right away.
Is there any way around this?
2007 Apr 17
3
Transfer via CTI
I used autodial to allow a user to make a call by clicking on a web
directory and placing a call file into the Asterisk "outgoing"
directory. That works perfectly for me.
What if I want to click on the web directory and transfer my existing
call? Is there a comparable interface?
Thank you.
Phil New York
2005 Jul 14
1
auto dialing - call file - channel variable question
Hi
When using a call file to place a call I can't seem to figure out how to get the variable
alert_info passed to the actual channel (in my case a SIP phone) that an agent is logged in at.
Please can someone give me a pointer in the right direction ;)
Thanx!
Probably best illustrated in an example:
Below works great and tells SIP/123 to pick up the call from asterisk then it dials the
2007 Jun 05
3
Outlook dialing
The bar is getting raised yet again
http://www.voipmonitor.net/2007/06/05/New+Features+And+Services+For+Pack
et8+Virtual+Office.aspx
I personally use Snapanumber $30 or there abouts (after trialing a few
other TAPI solutions and finding them sub-par) and think it's a great
product but interesting to see how more people are expecting
desktop/phone integration applications.
Does anyone
2008 Aug 11
2
create file with unique names
Hei,
is it possible to create from R a series of files with unique(random) names?
I have tryed with file.create and dir.create but did not manage to do it.
Thanks a lot for help
Sara
[[alternative HTML version deleted]]
2012 Feb 23
2
Survival analysis and comparing survival curves
Hei,
I have a one simple question which does not seem to be that simple as I
cannot find any solution/answer:
Is it possible to compare multiple survival curves in R with
survdiff-function when there is interaction term involved in predictor
variables (and this interaction is significant)?
Example:
survdiff(Surv(death,status)~treatment*gapsize)
R is making "problems" with it ie.e.