similar to: WaitForSilence NEVER detects silence

Displaying 20 results from an estimated 400 matches similar to: "WaitForSilence NEVER detects silence"

2015 Mar 30
0
WaitForSilence NEVER detects silence,,Post
I have a call server that runs on a few custom AGI scripts initiating calls and then managing the calls. I'm getting stuck on the detecting silence functions. I wanted to use the silence detecting as a quick method of substituting Answering Machine Detection. However, whenever WaitForSilence is supposed to be detecting silence, it always just ends the interval whether or not there is
2009 Oct 14
0
WaitForSilence doesn't work unless Background is called?
I'be been having problems with the WaitForSilence application in my dialplan. The behavior I've noticed, and hope to demonstrated with the fallowing examples, is that WaitForSilence (WFS for short) does not work until Background is called. Note that the lenghts of the sounds are approximately 5 seconds for bring, and 10 for presses. [Testing] exten => s,1,Answer() exten =>
2009 Jun 30
1
Asterisk 1.6 WaitForSilence Problem
I've set up an outbound .call system for customer callbacks and the like. Calls are going out over analog lines and I'm trying to use the WaitForSilence routine to make sure the phone has stopped ringing before starting message playback. The problem is that if I set the first argument of WaitForSilence to anything other than 1, WaitForSilence never exits. Some general info on my setup:
2011 Jan 21
0
waitforsilence changed after upgrade to 1.6
Hi all. I have a customer who does some automatic messaging.? Back when we were running Asterisk 1.4.x, they used waitforsilence after amd, to wait for an answering machine greeting to finish before leaving their message.? We've upgraded to 1.6, and made no other changes and things don't work. What we're seeing it that a call will get hung up, waiting for silence, well after any sane
2004 Apr 03
0
Grandstream and codec G.711
Dunno why your phone isn't allowing you do negotiate g711u but I can tell you how to upgrade the firmware. I called them on Thursday for myself and they gave me the following tftp server address for which to program my phone. 4.3.153.50 Load this into your phone's tftp area and reboot it. It'll go out to the net and check the firmware revision and change it if required. I've done
2015 Dec 02
2
Issues with Twilio number incoming call and context matching
Yes, I have tried that too (i.e, exten => +17775551212,1,Log(WARNING, TWILIO)). It does not work and NO error message in CLI. I have also tried http://orourketech.com/elastix-plus-sign-caller-id-messing-things/ since I first emailed this group, but that does not seem to work either. Here is my log: [Dec 2 15:09:28] NOTICE[26464]: res_pjsip_session.c:1920 new_invite: Call from
2018 Feb 08
3
pjsip trunking configuration issue
Greetings ! My goal is to get Twilio trunking working, and with TLS/SRTP. I see this concerning message in my log: [Feb 7 16:50:26] ERROR[20596] res_sorcery_config.c: Could not create an object of type 'endpoint' with id ?twilio' from configuration file ?pjsip.conf? Thus, ?pjsip show endpoints? does not show the endpoint for the Twilio trunk. Hoping for a sanity check of
2014 Feb 27
0
How to Integrate Twilio With Your Rails 4 App
*Disclosure: I am a Developer Evangelist at Twilio.* Hey everyone, I just published a blog post on how to use Webhooks and Concerns to integrate Twilio into a Rails 4 application. I hope some of you might find this useful: https://www.twilio.com/blog/2014/02/twilio-on-rails-integrating-twilio-with-your-rails-4-app.html I've also published the full source for this tutorial on Github:
2023 Jun 21
1
PJSIP not performing outbound authentication
I didn't use pjsip_wizard, I'm kind of crafting this by hand as I learn. I actually have a plain asterisk, and a FreePBX, system to help me learn. I sometimes create something in FreePBX to see what it does to the config files. So that's how I modelled my pjsip.X.conf files If I issue the command "pjsip show endpoint Twilio" it does show that outbound_auth=Twilio Does
2015 Dec 02
4
Issues with Twilio number incoming call and context matching
Hello, I am running Asterisk 13.6.0 in an AWS instance, and I set it up with Twilio SIP trunk using pjsip_wizard.conf (nice feature!). I see that the calls actually "reach" the PBX, but for some reason, they are not caught by any of my extensions context. Here's what I observe when I test this from a non-PBX connected E164 number (a landline), say 555-666-1212. My Twilio number is
2023 Jun 21
1
PJSIP not performing outbound authentication
On Wed, Jun 21, 2023 at 05:19:11PM +0000, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls using the trunk are rejected with a 403. Using pjsip >
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
Thanks George, for your mighty quick response. I made the changes (re: server_uri_pattern etc.) and still, no luck--it fails for the same error. BTW, there is nothing for transport (but this is the same config from my SIP/UDP + Twilio days, which worked): *CLI> pjsip show transport twilio-siptrunk Unable to find object twilio-siptrunk. *CLI> pjsip show identifies No objects found. I did
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
On Wed, Feb 17, 2016 at 8:56 AM, Sonny Rajagopalan < sonny.rajagopalan at gmail.com> wrote: > I made some progress. The first thing I have realized is that it is my > Twilio configuration in pjsip_wizard.conf that was killing me. I have since > removed that entire file from /etc/asterisk and I am able to make > "from-internal" context calls (i.e., calls that do not
2023 Jun 21
1
PJSIP not performing outbound authentication
    Dis you set "outbound_auth" in your endpoint configuration to Twilio? On 21/06/23 11:19, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls
2023 Jun 21
2
PJSIP not performing outbound authentication
I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: [Twilio] type=auth auth_type=userpass password=mysecret username=myun However, my calls using the trunk are rejected with a 403. Using pjsip logging I notice that the outgoing invite does not have an authentication line. Why is Asterisk not sending
2023 Jul 01
1
SetCallerPres command gone
I should have included the debug output: <PJSIP/Twilio-NA-W-3-In-00000006>AGI Rx << CALLERPRES(allowed) <PJSIP/Twilio-NA-W-3-In-00000006>AGI Tx >> 510 Invalid or unknown command -----Original Message----- From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of TTT Sent: Saturday, July 1, 2023 11:37 AM To: 'Asterisk Users Mailing List -
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
Hello, I have an Asterisk 13.6.0 PBX using PJSIP connected to the Twilio gateway. I am able to make calls outbound through the gateway, but I am not able to make calls into the PBX from external PSTN. Specifically, an incoming call is _received_ by Asterisk, but it is not able to route the call internally owing to the following error: [Feb 18 21:08:47] NOTICE[4606]:
2010 Jul 30
1
VUC Friday: Twilio OpenVBX
Interesting offering, free from Twilio, this is php you install on your own server to build a brandable "VBX". Worth checking out! Listen to tomorrow for more about this and talk to lead engineer or Twilio CEO if you have any questions; sip:200901 at login.zipdx.com or Skype:vuc.me IRC: #vuc on Freenode.net or http://vuc.me/irc Info about VUC is htp://vuc.me Best, /r
2007 Jan 24
3
setting up AMD
I'm trying get this working. I've looked through the list, and can't see how to get AMD to print out more. I have it call and say Hello like I normally would. I've tried to say more and less doesn't seem to matter. After I hangup it does recognize hangup. Here's logging during an attempt where I make outbound call and answer, but then hangup after 1-2 seconds: Jan 24
2023 Jul 01
1
SetCallerPres command gone
The AGI debug command worked well, and I found the offending command: SetCallerPres(allowed) That worked in Asterisk 13, but from my google searching it looks like this command has disappeared in Asterisk 20 (actually everything after ver 13). I thought it was replaced with CALLERPRES(allowed) but this generated an error too in Asterisk 20. Is there a replacement command? -----Original