similar to: Can asterisk support using different ip for rtp?

Displaying 20 results from an estimated 5000 matches similar to: "Can asterisk support using different ip for rtp?"

2009 Feb 17
2
Asterisk supports SIP-T?
Asterisk supports SIP-T? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090217/7cc67800/attachment.htm
2008 Feb 13
3
SIP over TCP
I am aware there is a SIP over TCP patch. Will this ever become part of a release, if so are there any timelines? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080213/1f05009a/attachment.htm
2008 Jan 25
2
Intercepting DTMF to initiate Voice Drop
Hi, I'm trying to implement a Voice Drop service within Asterisk dial-plan. The service is supposed to work as following: 1. A initiates a call to B 2. The call is answered by B's answering machine 3. A hears the answering machine's greeting and the recording beep 4. A speaks a few words into the recording to personalize the message 5. A presses some DTMF keys (say, '##') to
2008 Mar 10
1
Shared Extension
I am working on a project that requires shared extension. Where shared line looks at the status of a line/trunk, shared extension would look at a series of channels as the same "extension". The users would like to add destination channels on the fly, to provide roaming extensions, but maintaining fixed channels as well. If a call comes in on an extension, the system needs to honor the
2007 Oct 25
3
Getting SIP Response Code from HANGUPCAUSE
I'd like to grab the SIP response code that comes back from an INVITE. The HANGUPCAUSE gives the converted ISDN cause code. Anyone know of a way to get the SIP response code instead? Doug. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML
2008 Feb 22
5
load balancing SIP extensions
What I would like to do is have two identical * servers which accept registrations of sip extensions 4000-4999. If I define a rrDNS or LinuxHA then I should have load-balanced registrations. However, say ext. 4001 is registered on *1 and 4002 is registered on *2, if 4001 tries to call 4002 then I would like to do something like: - lookup 4002 on *1, try to establish a call if it's
2012 Apr 23
2
Overlay Gene Expression on SNP (copy number) data
Hello, Can anyone please suggest any packages in R that can be used to overlay gene expression data on SNP (affymetrix) copy number ? Thanks, Ekta Senior Research Associate Bioinformatics Department Jubilant Biosys Pvt Ltd, #96, Industrial Suburb, 2nd Stage Yeshwantpur, Bangalore 560 022 Ph No : +91-80-66628346 The information contained in this electronic message and in any attachments to this
2008 Mar 16
1
Problem with incoming calls on Broadvoice after upgrade to 1.4.18
Hi all, I just upgraded to Asterisk 1.4.18 a few days ago and I don't use Broadvoice TOO often, however I have a Vermont number with them and so my mother in law calls it to talk to my wife once in a while, so that's why it took me so long to notice it wasn't working. Anyway, when she calls she gets a busy signal (as I've tested when calling it from my cell). When I enable
2008 Jul 07
1
SIP or SCCP for cisco
I have the option of running either SIP or SCCP for my cisco VoIP rollout..can someone shed light on what the pros/cons are? Seems everything is SIP these days so that's the option im leaning. Thanks- Matt
2007 Dec 18
1
How to automaticaly close calls when Asterisk didn't receive the bye request ?
Hi, I'd like to know if it's possible to configure Asterisk to automaticaly close calls when the BYE request hasn't been sent by any clients and the call still exists for Asterisk ? Thanks, -- Anthony Chapellier --------- MBDSYS SARL 1, centre commercial de la Tour 93120 LA COURNEUVE FRANCE E-mail : anthony at mbdsys.com Tel : +33 (0) 143 11 09 14 ou +33 (0) 148 35 20 46
2008 Sep 19
3
SIP request send me 482 error
Hi, I have a SIP request which comes from an Asterisk and which has to re-enter in the same Asterisk (during the same session), but during the second passage in Asterisk, it send me a 482 Loop Detected. So is it a bug or Asterisk control the session and considere it as a loop ? If it is not a bug, how could I resolve this problem ? Thanks Regards -- R?mi Druilhe
2008 Nov 10
2
GEN-GEN and Manual Ring-Down (MRD)?
Does anyone here know anything about GEN-GEN analogue circuits, also known as Manual Ring-Down (MRD)? Apparently they are widely used in Hoot'n'Holler systems for financial dealer-boards. I have been asked to try and interface to such circuits, and have been having great difficulty locating any specifications for the interface. Apparently, they are always-on 2-wire analogue circuits with
2007 Sep 17
1
Softphone RTP Session Start-up Delay
Hello, I have a small LAN network where I am running a Jain-Sip softphone on two user pc's. These softphones are connected through Asterisk(Trixbox). Although the phones do work in providing an audio conversation, there is a long delay(about 20 seconds) in the initial RTP session setup. I have tried a few values for the buffer length including setting it to zero. I assumed this would
2016 Jan 28
4
[cfe-dev] Proposal: Enable BUILD_SHARED_LIBS=ON by default for debug build.
On Thu, Jan 28, 2016 at 3:06 PM, Jonathan Roelofs <jonathan at codesourcery.com > wrote: > > > On 1/28/16 4:00 PM, Yin Ma via cfe-dev wrote: > >> Hi David, >> >> I assume you have a powerful machine. Our drive space is on network >> mounted >> >> machined by IT department. The machine is default Ubuntu setup with 8 >> cores. >>
2008 Oct 29
1
How to set read.table variables to vectors?
The summary stats for the xin and yin variables below are correct. However, if I use plot(xin,yin), an exception is thrown saying that "object xin is not found." Also, it is apparent that I can't successfully replace the x and y vectors with values from xin and yin. The four plots on one panel are showing but the range of x and y is only [0,1], and therefore, it seems like an
2016 Jan 29
2
[cfe-dev] Proposal: Enable BUILD_SHARED_LIBS=ON by default for debug build.
Hi Yin, I second David's words. I use shared libs myself on debug builds, but static builds with gold on a local disk is pretty feasible. Before I used gold, I had to have 16GB of RAM on my laptop, now I need less than 8GB for static builds. On 28 January 2016 at 23:58, Yin Ma via cfe-dev <cfe-dev at lists.llvm.org> wrote: > It is O.K. I just hope BUILD_SHARED_LIBS=ON is tested
2013 Nov 07
2
[LLVMdev] Should remove calling NULL pointer or not
Hi John, It seems the dereferencing a NULL pointer is undefined behavior but Calling a function through a null pointer seems o.k. If so , for this place, we need comment out the check. http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#232 look at Notes from the October 2003 meeting. Yin From: John Criswell [mailto:criswell at illinois.edu] Sent: Wednesday,
2012 Oct 30
2
[LLVMdev] Any plan to add MIN/MAX isd node?
Hi Duncan, To use select, usually, there is a compare before select. Presence of comparison will disable some opportunities to optimize some code. Select and Compare is not associative neither. Thanks, Yin -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Duncan Sands Sent: Tuesday, October 30, 2012
2013 Nov 07
4
[LLVMdev] Should remove calling NULL pointer or not
Hi, For a small case, that calls NULL pointer function. LLVM explicitly converts It to a store because it thinks it is not reachable like calling undefvalue. In InstCombineCalls.cpp:930 I think it is not a right approach because calling null pointer function Will segfault the program. Converting to a store will make program pass Silently. This changes the behavior of a program.
2012 Oct 30
1
[LLVMdev] Any plan to add MIN/MAX isd node?
Hi Duncan, Yes, exactly. However, we need define Opcode MIN/MAX Into ISDOpcodes.h. Do you like to add those two definitions Into the tree? Thanks, Yin -----Original Message----- From: Duncan Sands [mailto:duncan.sands at gmail.com] On Behalf Of Duncan Sands Sent: Tuesday, October 30, 2012 12:10 PM To: Yin Ma Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Any plan to