Displaying 20 results from an estimated 700 matches similar to: "Asterisk support for SIP REFER message"
2005 Mar 09
1
Support for SIP REFER message
Hi to all,
I am sending a SIP REFER message to Asterisk from a VoiceXML application using the <Transfer> element to do a Transfer through Asterisk.
I need to know if Asterisk supports the full features of the SIP REFER message because if i set 'bridge=true'
in the <transfer> element of the VoiceXML application to supervise the call, Asterisk sends a NOTIFY message with
2005 Mar 09
2
Call Progress Analysis
Hi to all,
I'm using a TDM22B. When i establish an external call to the PSTN through an FXO port, I'm not able to know the status of the call (no answer, busy, ...). If I enable call progress (callprogress=yes) in Zapata.conf, I am able to detect the no answer state but if the callee on the PSTN answers the call asterisk doesn't detect that and it jumps to the NOANSWER state and
2005 Jun 23
1
Stop Warnings for Invalid Factor Level, NAs generated?
How can I stop the following warning from occuring?
invalid factor level, NAs generated in: "[<-.factor"(`*tmp*`, iseq, value =
structure(1, .Label = "12", class = "factor"))
The Label messages are for "5", "8", "12" and "46". I want the NAs to be
generated as needed.
Is this causing R to slow down by generating the warning
2007 Apr 09
1
TellMe Voice Recognition in Asterisk working..
A couple of weekends ago I decided to see if I could get Asterisk to
play nice with TellMe's VoiceXML studio. They provide the VoiceXML
studio for free, and you can access it through SIP, so I thought this
would be a fun and cheap way to integrate voice recognition into my
IVR. I have posted a brief tutorial with code and examples on the
voip-info.org wiki (
2007 May 03
1
VoiceXML + Nuance
Hello,
Is there anyone who has ever done a setup of VoiceXML combined with some
licenses from Nuance for the ASR/TTS engine within Asterisk ?
I'm currently working with VoiceGenie, for the VoiceXML + ASR/TTS
engine, but we are having a couple of issues which I guess are caused by
VoiceGenie.
If there's an alternative, it would be very interesting for us.
Thanks,
--
Eric Rousse
2006 Apr 28
0
What is i2 ? 911 Candian Style
NENA i2
The NENA i2 architecture was designed to support the interconnection
of Voice over Internet Protocol (VoIP) domains with the existing
Emergency Services Network infrastructure. This overview will
describe the functional elements and call flow of a VoIP 9-1-1 call
over the i2 architecture.
The NENA i2 architecture was also designed to utilize existing 9-1-1
voice and data links to all
2008 Nov 13
2
ipfw erratic on 7 stable
Hi
I'm having a problem with ipfw, I think.
For some reason it denies packets randomly for example:
PING 196.14.239.2 (196.14.239.2): 56 data bytes
ping: sendto: Permission denied
ping: sendto: Permission denied
64 bytes from 196.14.239.2: icmp_seq=2 ttl=63 time=0.258 ms
64 bytes from 196.14.239.2: icmp_seq=3 ttl=63 time=0.233 ms
64 bytes from 196.14.239.2: icmp_seq=4 ttl=63
2005 Jun 15
2
VoiceXML? question
hi,
is there anything going with VoiceXML in asterisk??? is this the list
to query regarding this or should I put this on the dev list?
thanks,
dave cantera
2004 Jun 21
1
VoiceXML support and integration
Hi All,
Do any of you know what the status is for VoiceXML support in * ? Is it
already existing, or is it planned for the future? If it's not in now,
do you know on what type of scale the work would be to integrate VXML
into * ?
Thanks in advance
2007 Apr 18
1
[Bridge] RE: [Xen-devel] nfsroot and brige (fwd)
any comments?
if nothing else, is there any way to atomically setup bridge?
not on list, please cc.
---------- Forwarded message ----------
Date: Wed, 12 Jan 2005 21:08:15 -0000
From: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
To: Adam Sulmicki <adam@cfar.umd.edu>, xen-devel@lists.sourceforge.net
Subject: RE: [Xen-devel] nfsroot and brige
> hello,
> it seems like a catch-22 to
2004 Aug 27
4
Speech Recognition and Asterisk
All;
Since I have interest in providing the capability for callers to speak
the department, person or number they wish to call, as well as other IVR
scenarios, I have been reviewing much of this lists email archives and
searching the web for open source voice recognition that will work with
the Asterisk PBX.
What I am trying to determine, is what will it take to get it working on
Asterisk? How
2018 Nov 03
2
[RFC] Implementing asm-goto support in Clang/LLVM
I've been out of the loop for awhile. Is there an email thread about the
"removing terminators as a thing" concept?
On Wed, Oct 31, 2018, 10:13 PM Chris Lattner via llvm-dev <
llvm-dev at lists.llvm.org wrote:
> FWIW, I’m generally supporting of this direction, and would love to see
> asm goto support.
>
> Could you compare and contrast asmbr to a couple other
2013 May 22
1
[Bridge] [PATCH] bridge: Set vlan_features to allow offloads on vlans.
When vlan device is configured on top of the brige, it does
not support any offload capabilities because the bridge
device does not initiliaze vlan_fatures. Set vlan_fatures to
be equivalent to hw_fatures.
Signed-off-by: Vlad Yasevich <vyasevic at redhat.com>
---
net/bridge/br_device.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/bridge/br_device.c
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
Dear samba team,
I have a lot of hobby projects including old PCs. I wanted to hook up a Win3.11 machine to my current
Arch-Linux Workstation running samba 4.9.4.
I have used the following configuration:
[global]
workgroup = HOMEBASE
netbios name = Orcane
wins support = Yes
client signing = No
domain master = No
lanman auth = Yes
log file = /var/log/samba/%m.log
max log size = 50
name
2018 Nov 04
2
[RFC] Implementing asm-goto support in Clang/LLVM
(and FWIW, I'm currently trying to finish the patch that makes this a
reality... mostly hard because it has to unwind a loooot of complexity
we've built up due to not having this)
On Sat, Nov 3, 2018 at 5:47 PM Jeremy Lakeman via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> http://lists.llvm.org/pipermail/llvm-dev/2018-May/123407.html
>
> TLDR; CallInst & InvokeInst
2004 Nov 04
3
[fdo] Re: TTS API
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Milan!
Thanks for your comments ont he requirement list.
[Milan Zamazal, Dienstag, 26. Oktober 2004 20:58]
> [Since the mailing list apparently hasn't been created yet, I continue
> in private not to freeze the discussion for too long.]
>
I have just asked David Stone when we can start using the list.
> BTW, this might be
2007 Aug 28
1
Astricon Meetup
Everyone,
I will be attending Astricon in Phoenix and would like to have a
little get together to discuss Open Source Telephony and the
challenges we as developers and system integrators face. Exchange
ideas and go over some use cases and see how we can all work together
to improve our understanding of the dynamics of how everything works
together.
* Scaleability
* Reusability of code
2007 Apr 18
1
[Bridge] Little problem with 1.x versions (if_indextoname)
Hi,
I have used bridge-utils 0.9.6 so far in a kernel 2.4.26, uClibc and ppc environment.
When I use version 1.0.3 I have the problem that I do not see the brige with the 'brctl show' command if it is not fully set up. It was working with 0.9.6.
I tracked the problem down to an 'incompatibility' in bridge/uClibc/kernel.
0.9.6 uses its own if_indextoname function which uses the
1998 Dec 04
4
Synchonisation between NIS and encrypted SMBPASSWD
Hello,
does somebody have a tool to convert a /etc/passwd to a smbpasswd with getting
a valid Lan Manager and NT hash.
or does anybody have a trick, how I can synchronise the /etc/passwd with the
smbpasswd without changing a unix passwd twice (passwd,smbpasswd).
Thanks,
Martin
***********************************************************************
** Martin Schuster
** Nortel DASA Network
2017 Dec 20
0
Virtual folders: Panic: file mail-index-sync.c
Hi!
I have compiled Dovecot 2.33.2 and crated some virtual folders.
When I create a virtual folder for all flagged mails with
dovecot-virtual containing
*
flagged
and I set in 15-mailboxes.conf
mailbox virtual/Flagged {
special_use = \Flagged
comment = All flagged messages
auto = subscribe
}
The dovecot is crashing when any virtual folder is accessed:
Dec 21 01:07:59 mail