similar to: odd disconnects with major company's voice recog

Displaying 20 results from an estimated 2000 matches similar to: "odd disconnects with major company's voice recog"

2017 Oct 19
3
speech-recog.agi
I want to try using google for speech recognition in Asterisk and I found a ready made AGI: http://zaf.github.io/asterisk-speech-recog/ I have followed all the steps listed in the web site but I keep getting this error: <PJSIP/2001-0000006e>AGI Tx >> 200 result=99981 (timeout) endpos=22720 <PJSIP/2001-0000006e>AGI Rx << VERBOSE "Unable to get recognition
2011 Apr 12
0
No subject
Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010) With SIP 3.2.X firmware (available on the Polycom download site) and Asterisk 1.6.1, Polycom phones now support a full featured BLF showing statuses of Ringing, Inuse and Online and one touch directed call pickup. On the asterisk side all that needs to be done is to add a hint to the extension and enable directed pickup.
2011 Jun 14
1
Polycom BLF
Struggling with an IP650 and 7 IP335s this morning. I have the following hints defined (courtesy of FreePBX 2.9): extensions_additional.conf:exten => 300,hint,SIP/300 extensions_additional.conf:exten => 301,hint,SIP/301 extensions_additional.conf:exten => 302,hint,SIP/302 extensions_additional.conf:exten => 303,hint,SIP/303 extensions_additional.conf:exten => 304,hint,SIP/304
2010 Nov 07
2
"scratchy" sound on TE410P
asterisk 1.4.35 dahdi 2.3.0.1+2.3.0 one span on a 4port T1 card Got complaints this morning that outbound and inbound calls were "scratchy" and I made a few test calls. It kind of sounds like the gain is too high somewhere, and the audio is overdriven. Is this a problem at the carrier? I'm trying to call them now, but it's Sunday morning in the sticks, and my chances of
2011 Apr 12
0
No subject
r> <h2>Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010= ) </h2>With SIP 3.2.X firmware (available on the Polycom download site)=20 and Asterisk 1.6.1, Polycom phones now support a full featured BLF=20 showing statuses of Ringing, Inuse and Online and one touch directed=20 call pickup. <br>On the asterisk side all that needs to be done is to add a hint
2011 Jun 08
5
LXC and Dahdi
Howdy, I am playing around with asterisk within an LXC container on Ubuntu 11.04. I have asterisk (1.4.42) running fine, but want access to dahdi_dummy for timing (meetme). I have dahdi installed on the "host", and dahdi_dummy is loaded: root at astnorth:/# ls -ltr /dev/dahdi total 0 crw-rw---- 1 root root 196, 250 2011-06-08 13:59 transcode crw-rw---- 1 root root 196, 253
2010 Dec 02
5
alarm POTS lines
Hi, I've brought this up in the past and there was a good discussion - am wondering if there have been any new developments. Our dialtone service, like I am sure is true for most ITSPs, touts the ability to drop your POTs lines for significant savings. For businesses we have a low-cost Atom based PBX and a "fax relay" setup locally with hylafax/iaxmodem to solve that issue,
2012 Apr 26
0
OpenVPN design w/ Yealink
Hello, We are toying with setting up a redundant data center for our hosted PBX product, and plan to use the OpenVPN feature of our Yealink phones for connectivity to each data center. The feature has been fantastic with the first data center, allowing us to bypass all SIP NAT issues entirely and allowing remote access to the phones' web interface without having to touch the customers'
2011 May 26
0
Dahdi channel stuck in "ringing" state
Hi, For some time now I have noticed that our RBS T1 (asterisk 1.4.35, Dahdi 2.3.0+2.3.0, TE410P) often has channels stuck in the state "Ringing", like this poor chap who got stuck on two calls in a row, apparently: [excerpt from "core show channels"] SIP/7157997-0000534b 7760308 at business:1 Ring Dial(Dahdi/g0/7760308) DAHDI/3-1 5130262 at from-pstn:1
2014 Dec 16
0
PJSIP configuration question
I corrected my local_net setting (based on advice from network admin). I have tried several different values for the from_user and still have the same problem. Asterisk receives the OK from Vitelity. Asterisk sends the ACK (without a Contact header). Vitelity doesn?t seem to process it, so they send an OK again. The OK receive, Transmit ACK occurs 4 times. A short while later, Vitelity hangs up
2014 Dec 16
0
PJSIP configuration question
I am not sure if I entered the correct settings for the transport information. For the local_net, I entered my local ip address, but no mask. I will check with the network admin so he can verify the settings I entered. One minor detail, we are using ip authentication. When Vitelity changed my account from user based authentication to IP based authentication, they stopped including a user for
2014 Dec 15
0
PJSIP configuration question
Yes, everything is behind the same NAT. For the application I?m working on, the only endpoint is the endpoint to Vitelity. We use AMI to Originate calls from Asterisk endpoint through Vitelity to phones. After that, we control the call through AMI to perform the work we need. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
2014 Dec 16
0
PJSIP configuration question
Thanks George. I will correct my local_net in the morning. Vitelity chan_sip settings I have working, do not have a fromuser. sip.conf settings... [HVout] type=friend dtmfmode=auto host=64.2.142.93 disallow=all allow=ulaw canreinvite=no trustrpid=yes sendrpid=yes nat=yes context=TestApp On Dec 15, 2014, at 9:32 PM, George Joseph <george.joseph at fairview5.com<mailto:george.joseph at
2014 Dec 15
0
PJSIP configuration question
Yes, outbound calls are the only ones I?m trying. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of George Joseph Sent: Monday, December 15, 2014 4:59 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] PJSIP configuration question On Mon, Dec 15, 2014 at 3:54 PM, Dan Cropp <dan at
2014 Dec 14
2
PJSIP configuration question
I am running PJPROJECT 2.3 and Asterisk 13.0.0. I answer the call, about 15 seconds later, vitality hangs up on my cell phone. However, Asterisk is never notified When the OK (for the answer) occurs, the ACK seems to never be accepted. The OK recvd with ACK sent occurs several times. Here are the pjsip.conf settings... [global] type = global debug = yes [transport1] type = transport bind =
2010 Mar 13
1
IAX2 peer question
What does the (T) mean? Am playing around with running an IAX trunk over an OpenVPN session and see this only on this peer. demopbx/sunfone 10.222.0.6 (D) 255.255.255.255 4569 (T) OK (26 ms) Same thing on the other side: sunfone/demopbx 10.222.0.1 (S) 255.255.255.255 4569 (T) OK (31 ms) Cheers, j
2014 Dec 14
0
PJSIP configuration question
Trying this again after my first away from work in a couple weeks. Running Asterisk 13.0.0 IP authentication with Vitelity I can Originate with sip, but not pjsip. Here is the sip settings and trace. Action: Originate ActionID: S8 Channel: SIP/8005555555 at outbound.vitelity.net Exten: createcall Context: TestApp Priority: 1 Timeout: 60000 CallerID: John Doe <1234> Variable:
2014 Dec 10
2
PJSIP configuration question
Thanks George. That was the ip address I was given. Unfortunately, my contact at Vitelity is gone for the day so I can?t verify it with him. I added the qualify_frequency as you suggested and it does appear that I have something configured incorrectly?. <--- Transmitting SIP request (483 bytes) to UDP:0.0.19.196:5060 ---> OPTIONS sip:64.2.142.93 at 5060 SIP/2.0 Via: SIP/2.0/UDP
2014 Dec 16
1
PJSIP configuration question
Here's an update... My network admin would not turn off the ALG because it would cause several other problems to other phone systems we have. He looked at the sip trace. What he found is the PJSIP trace showed a different IP address than the older chan_sip so he had me change the aor contact to outbound.vitelity.net At this point, it seems to be working (and this is going through a Cisco
2009 Oct 09
2
Incoming extension not working.
Hi, all. I'm probably doing Something Dumb(tm), so please feel free to point out whatever I'm missing, no matter how stupid. Anyway, I've got IAX set up to Vitelity. When I try to call my DID, I get: Rejected connect attempt from 64.2.142.19, who was trying to reach '6031234567@' This leads me to my first question -- why doesn't it show a context? (My second is,