similar to: SIP re-invites ignored by other end

Displaying 20 results from an estimated 10000 matches similar to: "SIP re-invites ignored by other end"

2016 Aug 10
2
Asterisk & Vitelity Invite issues
On 8/9/16 12:40 PM, Matt Fredrickson wrote: > On Mon, Aug 8, 2016 at 9:25 AM, Tammy Firefly <tammy-lists at wiztech.biz> wrote: >> Hi All, >> >> We have asterisk 11.23 running sip to vitelity and from there IAX trunks >> split off to where they need to go. We are having a problem getting >> chan_sip to quit ignoring re-invites from Vitelity. Our side ends
2015 May 15
1
Re-INVITE and bridge breakage
Hello, as a variation of our issues with Adhearsion calls dropping when an INVITE comes in for a bridged call, I now have a new issue to contend with. Our call is in an AsyncAGI application, and has been bridged to another channel. The provider that supplies the DID sends a polling reINVITE every 15 minutes (it's a documented Metaswitch behavior amongst others). The reINVITE is seen as a new
2012 Aug 18
1
asterisk tries reinvite when incompatible codecs on call legs
Hi, I just ran into what seems to be an issue on re-invites. I'm not sure if it's a bug or as designed, so I thought I'd ask the question. Here's my setup: - Asterisk 1.8.13.0 - Phone A: Polycom ip331, only allowed to use ulaw, canreinvite=yes - Phone B: Polycom ip330, only allowed to use alaw, canreinvite=yes Phone A calls the extension of phone B. After the normal call setup
2010 Sep 27
1
propagate sip reinvites with directrtpsetup=yes
is there a trick to get asterisk (1.6.2.13) to propagate codec-changing sip reinvites when directrtpsetup=yes? i'm trying to route calls to a gateway without keeping asterisk in the rtp stream. the gateway is first routing the call to a media server. when connecting the call to the downstream carrier a different codec is selected. the reinvite makes it to asterisk but asterisk isn't
2014 Dec 15
1
T.38 not working - help needed with log interpretation
On Mon, Dec 15, 2014 at 3:34 AM, Recursive <lists at binarus.de> wrote: > <snip> >> For asterisk 1.6 & 1.8 you would need to set 'canreinvite=no', I don't know what Asterisk 13 will do with this setting. >> > I suspect Asterisk 13 will just ignore it. To make things worse, there seems to be a configuration directive named reinvite (not a typo); I
2006 Dec 15
1
Cisco Call Manager 4.0 to Asterisk, Anyone have SIP Reinvite working?
Hi All, I haven't started sip traces or debug yet, but was wondering what the deal is with the CCM and reinvite, why it doesn't work with Asterisk (using 1.2.9.1). I can make calls back and forth all day with canreinvite=no, when I try to reinvite an inbound sip call from the CCM with Asterisk server 1 to Asterisk Server 2, I get one-way audio issues. All the RTP ports are configured
2019 Aug 16
2
PJSIP reInvite
Hi all, So the scenario is: A -> Asterisk -> B after B send back 200 OK Asterisk is answering the call to A. Directly after the Answer Asterisk generates a ReInvite to A and the only difference between the 200 OK sdp and the reInvite sdp are the offered codecs which are forwarded from B to A. Here i do not understand why this could not be done in the 200OK to A? As far as i understood
2016 Aug 08
2
Asterisk & Vitelity Invite issues
Hi All, We have asterisk 11.23 running sip to vitelity and from there IAX trunks split off to where they need to go. We are having a problem getting chan_sip to quit ignoring re-invites from Vitelity. Our side ends up sending a reinvite which their side & they do not support us sending a reinvite. Ive tried: canreinvite=no which was supposedly replaced by: directmedia=no Can anyone shed
2014 Mar 07
0
Problem with reINVITE on BYE
Hello all. I am currently using Asterisk 11.7.0 (also tried Asterisk 12, but same behavior) and is having an issue when it comes to reINVITE on BYEs. Apparently one of the SIP providers that I am using does not always process reINVITEs correctly, and would return a 500 Internal Server Error message on some (but not all) of these transactions. To get around this issue, I have been using
2006 Jun 06
1
Weird Can-Reinvite problem
Hi All, I'm having a really weird can reinvite issue. I've been banging my head around on this for days now.. I have two asterisk servers. One at 172.20.0.11 One at 172.20.2.5 172.20.0.11 is a hosted box and serves multiple offices 172.20.2.5 is a box on site at a customer's office. A phone at 172.20.128.10 makes a call using server 172.20.0.11 to a phone at 172.20.2.80 via server
2006 May 18
1
SIP re-invite and billing
I know this may sound like a stupid question but I will put on my flame retardant suit and ask anyway. Is there any way to use/allow SIP reinvite and still track the length of the call? I realize that the whole idea of reinvite is that it takes the proxy out of the media path which, from what I understand also kills the proxy's ability to track the start/end time of the call for billing
2003 May 17
0
Debug for SIP and reINVITES (ATA-186)
I must be doing something incorrectly, or something is wrong with ATA-186 reINVITEs in SIP. Perhaps someone more enlightened than me can lend me a hand. I have been attempting to get two SIP phones to reINVITE to each other, and I've been unable to think of or uncover the correct method. The calls always go through the Asterisk server, no matter what I try. I've simplified things
2018 Oct 10
2
How to defer SDP in ACK for unit testing purposes
Hello, I think I met a case similar to the one solved by [1] . Quoting this case : * res_pjsip: Handle deferred SDP hold/unhold properly. Some SIP devices indicate hold/unhold using deferred SDP reinvites. In other words, they provide no SDP in the reinvite. A typical transaction that starts hold might look something like this: * Device sends reinvite with no SDP * Asterisk
2008 Dec 18
1
canreinvite question
Is it possible to allow reinvites to/from specific devices? For example; exten 2001 and 2002 can reinvite to each other, but not 2003 and 2004 exten 2003 and 2004 can reinvite to each other, but not 2001 and 2002 Can that be done? Devices 2001 & 2002 are behind one firewall, and 2003 & 2004 are behind another. Tim
2019 Aug 15
4
PJSIP reInvite
Hi All, We are using asterisk 16.5 and having an issue with the first re-invite after the call has been established. We can see the call gets up and you see in the logs the bridge type has changed and after that a re-invite is triggered. Is there any possibility to deactivate this kind of reInvite? We have some race conditions while have multiple asterisk in the call flow and the different
2009 Oct 06
2
T38 REINVITe issue
Hi My call flow is T38 static IP gateway --> Asterisk --> Sip Provider--> PSTN Call is placed in reverse direction - from PSTN to T38 Gateway. T38 GW reinvites with T38, and asterisk passes it along to the SIP provider. The SIP provider challenges it and asterisk reponds to the Challenge with INVITE with Auth credentials...however, the Asterisk changes the SDP and replaces the T38
2007 May 19
1
asterisk not sending ACK after reinvite
Hi, I am faced with this dilema of asterisk not sending an ACK after it receives 200 OK from OpenSER (which is a response to a reinvite request sent by asterisk. Here is my setup Carrier<->OpenSER<->Asterisk1<->Asterisk2 A user is connected with Asterisk1 (through the carrier and OpenSER). On certain dtmf events the call is forwarded to Asterisk2 using the Dial command.
2006 May 05
1
Bandwidth via my Asterisk PBX
Am new to Asterisk - have it up and running & connected to a couple service providers (telasip & teliax). Nice! Am running our Asterisk PBX on a static DSL connection (~600 kbps up/~4mbps down), and would like to extend VoIP service to 10 non-profits we're working with. Am I correct in assuming that all calls from each organization would route through our Asterisk server & be
2016 Dec 27
3
Reproducible ReInvites sent by UAS after exactly 900s despite session-timers=refuse
Hello! I'm facing ReInvites as caller from UAS despite configured session-timers=refuse (which can be seen in the SIP trace) always after 900s. (The behavior is the same if session-timers is set to accept). This just happens with one provider (German Telekom to callee at kabelbw). - The incoming ReInvite is answered immediately by asterisk (Status 100 / Status 200 - 0.02s). Media stream
2012 Mar 09
2
dreaded one-way audio with nat=yes
I'm trying to move the asterisk server to an Amazon Web instance. We have teliax for our sip provider. I'd like for our DID lines to be connected to a users cell phone. Seems simple enough, but I'm getting the dreaded one-way audio, even with nat=yes everyplace I can think of. The dialplan is real easy: [from-teliax-sip] exten => _j.,1,NoOp("From teliax sip with exten