similar to: SIP Response 400

Displaying 20 results from an estimated 7000 matches similar to: "SIP Response 400"

2003 Mar 06
1
Cisco SIP Weirdness (1750, not ATA)
I have the following in extentions.conf: exten => 2111,1,Dial(SIP/2111 at gw1.langley) exten => 2111,2,Voicemail(u2111) exten => 2111,3,Hangup exten => 2111,100,Voicemail(b2111) exten => 2111,101,Hangup I have the following in sip.conf: ; Cisco 1750 [gw1.langley] type=friend host=172.16.17.1 context=default canreinvite=no Like the ATA, lots of stuff doesn't work on the 1750
2011 Jun 13
5
No audio after a reinvite changing codec
Hi all, we have a problem with a reinvite sent by our SIP provider to change audio codec due to the recognition of a fax tone. After that the SIP call session has been established (INVITE and 200 OK) we have the following codec situation: UAC ASTERISK UAS | ASTERISK UAC PROVIDER g711 <----------------------> g711
2004 Jan 19
2
RE: current version
To be clear I meant using Chan)_h323 with Call Manager where CM is configured with * as a H.323 gateway, not client. CM supports H.323 to direct calls through gateways, and in fact until recently that is all they supported. They now also have MGCP, but only to their IOS platforms, and SIP is coming soon. There are NO sccp-based gateways, from Cisco anyways. Dan -----Original Message-----
2003 Sep 19
1
Aastra 390 w/ADSI - Doesn't automagically use "Asterisk PBX" script
I have an Aastra 390 ADSI phone. It's not locked. I can call ADSIProg without a problem and it programs my phone. Calling Voicemail2 also programs my phone. However, in order for the VMail option to appear on the screen I have to go into the Services menu, pick Asterisk PBX and pick Select. Then the VMail softbutton appears on the screen, but any time I make a call it goes back to the
2007 Oct 11
9
Mask Initial Processing with Ring Back Tone
I need to process a number of lines of code in the dialplan before answering a call. Can standard ring back tones be played to the caller while this is happening prior to answering the call. Which commands would facilitate this? Thanks in Advance, Vic
2004 Jan 06
1
Got SIP response 482 "Loop Detected"
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040106/dd10d5ef/attachment.htm -------------- next part -------------- Hello Today I observed this strange problem, as soon as I called from my SNOM IP phone (910) to CISCO IP Phone 7905G (810), I got following warning messages and call didn't connect. But after couple of minutes this
2005 Jul 25
2
Re: Asterisk-Users Digest, Vol 12, Issue 171
The cheap ones on EBay won't work with the SC420 server. I have one and can't make any of the clones work. I do have one TDM40B card for analog stations that works well. The problem with the SC420 is that it won't let you set the interrupts yourself and you end up with interrupts being shared. =============================================================== Message: 26 Date:
2003 Jun 24
1
Problems with # and extensions.
I get the following message when I dial 74#. Does anyone have any ideas on what might be going on? If I don't require numbers to be terminated with # everything works as expected, but you have to wait for the digit timeout, of course. MESSEGE: DEBUG[1150520624]: File pbx.c, Line 1683 (ast_pbx_run): Oooh, got something to jump out with ('#')! -- Invalid extension '#' in
2004 Apr 28
9
chan_sip.c max number of retries?
Still getting the same error. Apr 29 11:57:49 WARNING[1125329600]: chan_sip.c:503 retrans_pkt: Maximum retries exceeded on call 6b8b4567327b23c6643c986966334873@211.28.255.135 for seqno 102 (Critical Request) please advise anyone!!!!!someone!!! jai
2004 Sep 06
5
Newby question. Basic structure
Hi all. I've being reading posts from the list since yesterday and I feel this question was answered a lot time ago, but the list archives are a mess (yet). I hope some one is willing to help me out. I want to set up this: caller ----- PSTN ---- (SOMETHING1) ------ VoIP --------- (SOMETHING2) ---- PSTN I think this must be a very basic architecture, but I'm not sure wat SOMETHING1
2008 Dec 03
3
canreinvite=yes problem
Hello, I need to test canreinvite=yes with 2softphones and 1 asterisk. I want to have that : http://www.panoramisk.com/wp-content/uploads/2007/05/asterisk-call-flow-outb ridge.png But I have that http://www.zimagez.com/zimage/canreinvite.php Canreinvite=yes work for all phones or just asterisk?... Can you help me? Thank you -------------- next part -------------- An HTML
2003 Nov 05
2
Ping AGI Demo
I have a ALPHA version of my new ping AGI demo available. Access via: IAXTel 1-700-923-3645 or Dial(IAX2/guest@ext.fnords.org) When asked for an extension, enter 2101. This will bring you to the System Services menu. The Cepstral version of the ping is option 28, the Festival version of the ping is option 32. Please report problems and/or issues directly to me. I'm trying to get
2003 Mar 06
2
Dial Problem
I have a simple problem with sialing a SIP device. I'm SURE it's a syntax problem, but I dunno what it might be. Here are the debug messages: == Accepting call on 'Zap/1-1' ("PENSACOLA, FL" <8503846785>) -- Executing Goto("Zap/1-1", "2111|1") in new stack -- Goto (default,2111,1) -- Executing Dial("Zap/1-1",
2005 Mar 14
4
How to Flash() a modem line
Hello! I'd like to Flash() a modem line (BRI) with Asterisk. It is a passive ISDN-card connected to a hardware PBX. I use ISDN4Linux. I recognised that unfortunately the Flash() application flashes Zap devices only. Now I am wondering how I could flash Modem/ttyI0. The source code chan_modem.c doesn't contain anything about flashing a modem line. So I tried to simply put the AT-command
2006 May 02
4
Under which project , auto-dial feature comes
Hi I want to submit a bug about auto-dial , but I am not sure on which project the auto-dial comes, how to know about which project , auto-dial comes Thanks Joseph ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
2023 May 18
1
suprising behaviour of tryCatch()
G'day Federico, On Wed, 17 May 2023 10:42:17 +0000 "Calboli Federico (LUKE)" <federico.calboli at luke.fi> wrote: > sexsnp = rep(NA, 1750) > for(i in 1:1750){tryCatch(sexsnp[i] = fisher.test(table(data[,3], > data[,i + 38]))$p, error = function(e) print(NA))} Error: unexpected > '=' in "for(i in 1:1750){tryCatch(sexsnp[i] =" Try: R> for(i in
2006 Oct 18
3
Asterisk hangs up on incoming analog calls after a while
I have been experiencing a problem where after someone calls me from an analog line, the phone call is terminated after a period of time (anywhere from 15 seconds to 15 minutes) The phone that I use to answer the call is an Aastra 9133i SIP phone. There are several other SIP extensions on the network as well as a few analog extensions on a shared FXS line. When a call comes in the
2006 Jun 13
7
delay in MeetMe
Hi All! I am facing some delay in conferencing. Using DIAX for Voip calls ,no hardware used yet I am using MeetMe to achieve conferencing and am having a lot of delays. Can anyone tell me how to reduce the delay Regards, Amna Saleem -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Oct 08
4
asterisk & festival problem.
Hi, I?m trying to get app_festival to work. I got the source from the Debian woody package of festival-1.4.2 and applied the patch that came with * sources it applied fine; then I made the debian package and installed it. I have this on extensions.conf: exten => 6700,1,Festival(Hi there how are you doing ?) When I dial 6700 I hear nothing and then * hangups: -- Executing
2023 May 17
4
suprising behaviour of tryCatch()
Hello, I run a fisher.test() in a loop, with the issue that some of the data will not be useable. To protect the loop I used tryCatch but: sexsnp = rep(NA, 1750) for(i in 1:1750){tryCatch(sexsnp[i] = fisher.test(table(data[,3], data[,i + 38]))$p, error = function(e) print(NA))} Error: unexpected '=' in "for(i in 1:1750){tryCatch(sexsnp[i] =" But this works: for(i in