similar to: canreinvite per route

Displaying 20 results from an estimated 10000 matches similar to: "canreinvite per route"

2012 Feb 02
2
externip nat audio sip trunk issue problem
Hi all, I've tried search this problem on the list... no luck... The case is: without externip/localnet config on sip.conf [general] my SIP trunk works, but with no audio NAT problem (asterisk sends the private 192 address to the outside...) when I configure externip/localnet correctly my SIP trunk simply disappear! Checking the signalling with tcpdump shows me that Im sending the
2005 Feb 17
4
functional difference: canreinvite=yes, no, or update
Can anyone give an example of the difference between the following: canreinvite=no canreinvite=yes canreinvite=update Here is the problem: I have an 800 number sent to me via SIP from a national carrier. Asterisk gets the number and rings my desk phone. Asterisk has 2 NICs, one with public IP and private IP. My phone is on private IP, the inbound call is on public. My phone rings and I answer
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi, Does anyone had the problem of asterisk SendFax + spandsp sending only the first page of a multi-page TIFF file? Seams to be related to spandsp ECM config. Any thoughts about it? Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2006 Jan 12
2
conditional canreinvite
Hi, I have asterisk on public IP and phones in two locations behind firewall/nat, - when I have nat=yes and canreinvite=no, this is working fine, but rtp stream must go _always_ through asterisk, even if phones talk inside their locations - when I have nat=yes and canreinvite=yes, phones can speak only inside their location and rtp stream is connected directly between phones (this is, imho,
2009 Jul 18
3
Count Available Queue members
Hi all, Someone know how can I check for available members on a queue Before I queue the call, so I can do something else with it? Note that is not the case for joinempty Thanks, Gabriel Ortiz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090718/462b725b/attachment.htm
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
2006 Jan 23
3
canreinvite always =no * no matter what we try :-(
been testing with a rather simple setup. The mission is to actually get a reinvite to work on the lan. I am trying with two sipura phones G.711 codec forced on both both on the lan no nat no fancy options suchs as tT or H No matter what we do asterisk hangs on to the media path, how in the world do I get a reinvite to work where the media path is actually handled by the two phones on the lan?
2017 Mar 22
2
Large astDB - millions of tuples - issues?
Hi all, Does anyone uses astDB for a large amount of data, in special for implementing black lists with millions of numbers (i'd like about 2 or 3 million)? That would be held in memory right? Is this (memory consumption) the only problem I could face? Att. Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Sep 11
2
SIP client<->NAT<->Asterisk<->NAT<->SIP client. only works with canreinvite=no.
Hi! I have this configuration: SIP client A <-> NAT box A (real external IP) <-> Asterisk server (real IP) <-> (real external IP) NAT box B <-> SIP client B The echo test form any of the clients to the asterisk server is working just fine, even without canreinvite=no. When I try to call from SIP client A to B, wihtout the canreinvite=no in the sip.conf, the call
2009 Aug 27
2
Selective canreinvite in multi-tenant environment
Hello, all. In our multi-tenant environment, we would like to be able to use the reinvite media redirection within Asterisk for calls within a tenant but not between tenants. We would like inter-tenant calls to be fully proxied by the Asterisk server. I think the answer is, "we can't," but I thought I'd ask anyway. I'd dearly like to remove the substantial traffic
2011 Feb 15
2
Dialplan end of pattern matching question
Hi, I've noticed an unusual behavior on the dialplan execution: assume this DP: exten => _6XXX,1,NoOp(test1) exten => _XXXX,1,NoOp(test2) exten => _XXXX,2,NoOp(test3) If I call 6000 then test1 and test3 NoOps get executed, even though the pattern is different. I've always thought that if I call 6000 it would match the 6XXX pattern, that only has 1 priority, that would get
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
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
2009 Jan 16
1
Dialing from E1/T1
Hi, A have an asterisk connected to a legacy PBX trought an E1 and to the PSTN trought another E1. When the legacy user dial to the PSTN the call pass trought Asterisk. All works OK, the only problem is the delay on the Asterisk server when it receives the digits from the 1st E1 link. It will only make the call when the digit timeout expires. Is there a way to make something like
2009 Mar 31
1
Queues in memory after startup
Hi all, After * starts the command "queue show" would not show any of the realtime queues, but just the ones that are in the queues.conf file. In this state de AMI would not send any "QueueMemberStatus" for that queues until a call is received by that realtime queue. Anyone knows any whay to load this information in *'s memory without the need of the queue receiving a
2009 Aug 17
1
Goto mask
Hi all, When I have 2 masks that would like to execute the same logic, there is the way to use the Goto (or any other) command without changing the ${EXTEN}? Eg. DID range is 1200-1349 -> call Macro(disca), what mask to use? (I just got it with 2 masks, but I didn't wanted to duplicate the dialplan for both) [test] exten => _12XX,1,Set(DIR=3) exten =>
2009 Nov 06
1
AMI Originate and Variable header
Hi all, I'm trying to use the CDR() function on the "Variable" header of the Originate AMI action, but it isn't working. Anyone knows anything about this problem? asterisk 1.4.26 Thanks, Gabriel Ortiz -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 17
2
Question about "directmedia" or "canreinvite" in sip.conf
Hello, I have a question about "directmedia" or "canreinvite", I have experience that whatever I set directmedia=yes or no. After I run sip show settings. all settings looks the same. My question is how I could make sure from "sip show settings" that my "directmedia" configuration is applied. Thanks
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
2007 Jan 17
2
AbsoluteTimeout with canreinvite=yes
Is AbsoluteTimeout designed to work with canreinvite=yes? If not, are the any other options for disconnecting a call after a predefined duration when using canreinvite=yes? Thanks! David