similar to: passing '302 moved temporarily' back to the SIP provider

Displaying 20 results from an estimated 120 matches similar to: "passing '302 moved temporarily' back to the SIP provider"

2005 Feb 24
2
Delay after entering digits with IVR
I have a [start] context that all my inbound and '0' calls are routed into. Because of the way I want to set my system up, I want to prompt the user to enter a 1 if they know the extension, or a 2 for a directory and nothing else. It works, however there is a 5 to 10 second delay after enter the 1 or 2 before the system responds. I have read over the wiki on how asterisk handles digit
2007 Jun 25
2
callback and bridge problem
Hi guys, sorry for the long e-mail, i'm only trying to give as much information as i think is relevant to my problem (console log, sip.conf and extension.conf parts). i've been practicing with callback for a while, but i'm at a dead end. I hope somebody can help me to move on. i have troubles getting two calls bridged together. Scenario is the following: - asterisk calls my
2005 Sep 28
2
Zap FXO/FXS issues, 1.2.0-beta1
We're having issues with the FXO/FXS ports on our Digium TDM cards sporadically. I'm wondering if anyone else has had these problems, or if anyone can provide guidance diagnosing or fixing the issue? The symptoms are that the FXO and FXS ports "stop working", usually after 2-4 weeks of server uptime. When this happens, sending a (SIP) call to an analog phone on an FXS port
2006 Jan 09
1
SPA-841 spontaneous voicemail problem
Hello. A while back, I noticed an odd problem with our SPA-841 phones connected to Asterisk. Now we are having a different odd problem, and I'm not sure if they're related. I wonder if anyone else has experienced anything else like this, and/or if there is any reasonable explanation? Occasionally, one of our SPA-841's will spontaneously start up with "Welcome to Comedian
2007 Mar 19
1
getting error
Hello I have installed wine on my solaris box, when i execute wine am getting following error "sh: /opt/cfw/wine/bin/wine: cannot execute" when I execute winehelp, am getting following error /opt/cfw/wine/bin/wine: syntax error at line 1: `(' unexpected can you please help me to solve this? and I am not the admin of the solaris box :( Thank you
2004 Jul 07
0
Audio cuts off 10 minutes into calls
Hello list, We run Asterisk CVS-HEAD-06/02/04-11:25:18 built by root@Gate01 on a i686 running Linux. All works fine except Audio is lost 10minutes into the call. This happens for every call PSTN-SIP, SIP-PSTN, SIP-SIP Example of one call setup using Snom200 and Grandstream 486: -- Executing Macro("SIP/xxxx1251-d638", "CFW|xxxx1251|SIP/xxxx1253") in new stack -- Executing
2004 Dec 01
1
SPA-3000 and distinctive ring
I'm looking to give the SPA-3000 a whirl as I'm having too much difficulty with the irq sharing thing inside the box. I'm reading the book but without having one in-hand to play with it appears a little obtuse at this time. Before I drop down my money can someone with some hands-on with one of these confirm if the SPA-3000 can: a) detect inbound distinctive ring (this looks to me like
2013 Feb 26
1
Delay before audio starts
Hi everyone, I'm having a hard time figuring this issue out, we just switched from a T1 PRI to a SIP trunk provider and that's when the issue started. Now when someone forwards all calls on their phone to a cellphone, when a customer calls in, Asterisk correctly calls the cellphone and connects the call, but there is a long delay before the audio starts, basically for the first 6-10
2007 Feb 04
3
Wine on Solarix 10 x86
Hi Everybody, I'm trying to get wine to run on Solaris 10 on an x86 platform. The machine is actually a virtual one running inside VMWare. After installing the Solaris, I installed the latest wine package from "The Solaris Wine Cellar" (http://www.blastwave.org/wine/). Their latest package is 0.9.25 . For the program I am trying to run I need to have DCOM installed. I managed
2018 Dec 10
4
PJSIP_HEADER - Diversion header manipulation
Hi all, I’m trying to rewrite Diversion header when call forwarding is done on the phone. The phone sends "302 Moved Temporarily" response and sets Diversion header to a local number, but before Asterisk sends this call towards TSP provider I need to change Diversion header to a full PSTN number. I am using PJSIP_HEADER in a pre-dial handler (configuration is below). On the same
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!! I am not able to compile a test program on solaris using winegcc tool. Can anybody help? Here's the program source code: // file test.cpp #include <stdio.h> #include <windows.h> int main () { SYSTEMTIME lpSystemTime; GetSystemTime(&lpSystemTime); printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
> On 20 Jul 2016, at 20:02, C Bergström <cbergstrom at pathscale.com> wrote: > > Some general questions about X-Ray > ------------- > Is there a plan to make a separate mailing list or project around > this? Do you have a list of planned features? Interesting question -- so far we haven't decided yet whether XRay will live as another project. I'm certainly open to
2004 Apr 08
1
traffic shaping on single ip...
Hi all. Im using the following CQB shaper to shape IP addresses: DEV=eth1 (internal eth) tc qdisc del dev $DEV root tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev $DEV parent 1: classid 1:1 cbq rate 256kbit allot 1500 prio 5 bounded isolated tc class add dev $DEV parent 1: classid 1:2 cbq rate 512kbit allot 1500 prio 5 bounded isolated tc filter add dev
2006 Apr 10
0
302 Redirect + XMLHttpRequest = ARGH!!1
I''ve looked at various sources for how to handle 302 redirects but they all seem to be fundamentally flawed, ie don''t work at all. I''ve writted a much more verbose writeup of my problems on my blog and rather than repeat that here just go there. http://height1percent.com/articles/2006/04/10/http-302-redirects-xmlhttprequests-argh-1 Thanks -- Posted via
2006 Jan 11
2
map.connect - redirect with 302?
Is it possible to write map.connect rules in route.rb that externally redirect (HTTP 302) to other actions? thanks csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2006 Jan 18
0
form_remote_tag and 302 redirects under IE6 bug
I believe I''ve found a bug in which a custom HTTP code handler in the code generated by form_remote_tag does not get called under IE6. The below example simply redirects the browser to the value in the location header when it gets back a 302 redirect: #### start code #### <%= form_remote_tag :url => {:action => "comment", :id => @article},
2006 Jan 24
0
Catching 302 link_to_remote
I''m having trouble catching a 302 with link_to_remote. The redirect is issued if the user is not logged in with the before filter. In the lighty log i see the 302 scroll by and then it renders the login screen with a 200. That 200, I can catch and issue a redirect (just for testing). Any ideas on where I go wrong? <%= link_to_remote("Link name", :url =>{
2011 Jul 13
0
RestClient posting multipart issue - RestClient::Found Exception: 302 Found
I thought I found how to post a file to my controller for PaperClip attachment processing , but I am stuck with the the RestClient processing I am creating the file from the email attachment : file = StringIO.new(part.decoded) file.class.class_eval { attr_accessor :original_filename, :content_type } file.original_filename = part.filename file.content_type = part.mime_type # then adding some
2008 May 16
2
302 redirects
Hi, Trying to use Ajax.Updater to update a screen element. Works well, except in one place where I want to use a 302 Redirect page. This works absolutely fine in the Browser, and takes me to the page I want to see. However, when calling using Ajax Updater, I get a message like this: This document you requested has moved temporarily. It''s now at http://.... The on302 event fires,
2013 May 09
0
No early media on 302 redirect via two servers
We have a situation where we get no early media in this call flow: VoIP origination provider Server1 (our server) Customer server Customer phone with call-forward set Server1 to dial the forward-to number Then there is no early media while the forward-to number is ringing. Our server is Asterisk 1.6 and theirs is 1.8. I tried promiscredir=yes and then the calls fail altogether because rather