Displaying 20 results from an estimated 20000 matches similar to: "iax2 and reinvites"
2008 Nov 10
3
directrtpsetup without reinvite
Hi,
I want to be able to bridge two sip channels using direct RTP
between my endpoints (Audio IP : not local) but without
using reinvites. So I set up my asterisk sip endpoints as follows:
[test1]
type=friend
host=dynamic
username=test1
dtmfmode=info
context=test_rtp
allow=all
canreinvite=no
directrtpsetup=yes
[test2]
type=friend
host=dynamic
username=test2
dtmfmode=info
context=test_rtp
2007 Sep 09
3
canreinvite
Hi List;
If I need traffic to be directly between the
endpoints, then I have to set the canreinvite = yes?
If I did not configure the canrenvite at all, then by
default it will pass the traffic via Asterisk and not
directly between the endpoints?
What if one endpoint was SIP and configured with
canreinvite=yes while other endpoint was IAX2 and
configured with canreinvite=yes, then they can send
2007 Feb 10
1
canreinvite problems
Hi,
I've been working on migrating my asterisk from zap to sip (due to
compatibility issues between my TDM400P and my Hauppauge PVR500). I've
purchased a Linksys SPA-3102 and a Siemens Gigaset SL75 WLAN (wireless SIP
phone). I managed to get it all working with my asterisk 1.4.0 installation,
but I'm seeing some interesting things with the canreinvite option that I
can't explain,
2003 May 05
3
G723 - Has anyone gotten SIP_CODEC= to work?
FYI, asterisk DOES now support g723, but you have to pay for it:
http://store.yahoo.com/asteriskpbx/asteriskg729.html
-----Original Message-----
From: Dan Fernandez <danfernandez00@hotmail.com>
Date: Mon, 5 May 2003 17:33:05 -0300
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Has anyone gotten SIP_CODEC= to work?
Basically, since I?d like to use g723 for sip
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
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
2005 Jun 03
0
SIP_CODEC, reinvites, and changing codecs
I am wondering if the SIP protocol and its implementation in * allows for
changing codecs mid-connection.
I've seen some questions regarding this on the list, but I've not found any
clear answers.
I've also seen the SIP_CODEC variable, but it's not clear that it will change
the codec on an existing call. Also, there are mentions of needing a reinvite
to make the change, but most
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
2014 Jul 09
1
switching from simple_bridge technology to native_rtp issue
Hi,
with canreinvite=no and directmedia=no I and getting the message in the
logs for all calls
"switching from simple_bridge technology to native_rtp"
-- Executing [102 at mkg:1] Dial("SIP/101-00000017", "SIP/102") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/102
-- SIP/102-00000018 is ringing
-- SIP/102-00000018 answered SIP/101-00000017
2006 Nov 04
1
Redirect problems using IAX2 and SIP
Asterisk 1.2.7
RedHat 9.0
I frequently have the need to redirect calls that come in on a DiD
provisioned by my ITSP, back to the ITSP so that they can terminate
the call on the PSTN. For example when an external call comes in, I
often have to send it to a cell phone. I believe that this is
referred to as "hairpinning" the call.
I do this by answering the incoming call and then I use
2006 Mar 07
1
Changing REINVITE status of the channel dynamically
I've an Asterisk server running in my office, which forwards all
long distance calls to a third party SIP service using an extension rule:
exten => _1XX0.,1,Dial(SIP/{EXTEN:4}@external_sip_server.com)
(1XX0 is the international calls rule for Chile)
Also, in my sip.conf, I've defined canreinvite=yes to decrease the
network load to the server caused by the RTP.
However, the external
2009 Apr 27
1
Packet2packet bridging while in sip.conf canreinvite=no
I have put canreinvite=no for all my internal SIP-clients in sip.conf
because I want Asterisk to be in the middle of the RTP-stream so he can
provide MusiconHold and so...
Now, what the Asterisk CLI tells me when I make a call from my one
internal SIP-phone to another internal SIP-phone is :
Verbosity is at least 25
== Spawn extension (intern, 51, 1) exited non-zero on
2006 Nov 04
1
Hairpinning problems using IAX2 and SIP
Asterisk 1.2.7
RedHat 9.0
I frequently have the need to redirect calls that come in on a DiD
provisioned by my ITSP, back to the ITSP so that they can terminate
the call on the PSTN. For example when an external call comes in, I
often have to send it to a cell phone. I believe that this is
referred to as "hairpinning" the call.
I do this by answering the incoming call and then I use
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
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
2006 Apr 05
2
SIP Asterisk Polycom Reinvite
Wondering if anyone has experienced an intermittent one way audio
(called party can not hear) problem in these conditions;
Several IP501 phones local, same subnet.
Remote asterisk
No NAT anywhere
Polycom IP501 ulaw only, canreinvite=yes
Asterisk
Call termination path is to a sonus GSX operated by the upstream
carrier, ulaw only, canreinvite=no
The idea is that if the Polycoms are
2004 Jul 11
1
Stopping reinvite with IAX2?
Hi All,
I'm using DISA on my * server to avoid overseas toll charges when
making calls to Western Europe from my cell phone. I have DISA working
with a DID from a VoicePulse Connect account. The outgoing call to
Europe is also made via Voicepulse Connect.
I see that the IAX media path is bridging the inbound call to the
outbound call so that the media stream entirely bypasses my server once
2007 Feb 20
0
Asterisk behind OpenSER - Getting SIP reinvites to work with an ITSP
I'm using Asterisk (1.2.14, RedHat 9) but I've been having trouble with SIP
re-invites.
I have a DiD from an ITSP and when someone calls in, Asterisk plays a menu
recording and transfers the call to the external line the caller selects.
Since both sides of the call are external, I want to use re-invite to avoid
the rtp packets from going through my server after the call is bridged.
I
2004 Dec 16
3
Get asterisk out of the RTP stream?
Here is the setup:
Phone A (in NYC) on own bandwidth.
Phone B (in LA) on own bandwidth.
Asterisk box in Houston,TX on own bandwidth.
Both phones contact asterisk to register. Not much bandwidth used for this
as it is a few packets every hour or so.
Phone A calls Phone B. Phone A sends a call request to asterisk and asterisk
calls phone B. Both phones are connected and both people are talking.