similar to: Shared Extension

Displaying 20 results from an estimated 6000 matches similar to: "Shared Extension"

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 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
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 Jan 09
3
WaitExten and Macros
I am trying to use a WaitExten in a Macro, and I am finding that the extension which is pressed ends up in context of the calling context and not in the Macro. How do you do a WaitExten in a Macro? Tony Plack
2020 Aug 02
2
Boot failed on latest CentOS 7 update
Hi Johnny, thank you for your answer. I always accepted release cycle of CentOS without any problem (maybe with EL8 but it is ok). I don't need SLA and I don't blame anyone for this, errors can occour. For example in this story, I applied blindly updates without check what and how so really I ran the command that brake my installation...and as I said no problem for this. You said:"
2017 Jun 02
2
more recent perl version?
On Jun 2, 2017, at 5:05 AM, hw <hw at gc-24.de> wrote: > > Warren Young wrote: >> >> There are various options. We use mod_fcgid + Plack here. > I need to look into that when I have time. I wonder if it wouldn?t have been faster to just backport the app to Perl 5.16? How hard could it be? It?s not like Perl 5.16 is a hopelessly lame and incapable language. The
2017 May 24
3
more recent perl version?
On May 24, 2017, at 9:38 AM, hw <hw at gc-24.de> wrote: > > Warren Young schrieb: >> On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote: >>> apache uses mod_perl >> >> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7. > > What is it using instead? There are various options. We use mod_fcgid + Plack here. And
2017 May 24
2
more recent perl version?
On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote: > apache uses mod_perl mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7. > But there is a package 'rh-perl524-mod_perl?. That must be someone?s backport. As someone who migrated a mod_perl based app off of mod_perl several years ago, I recommend that you do not use it, unless you have old
2008 Jun 25
3
Can asterisk support using different ip for rtp?
Currently, RTP IP have to be the same as SIP IP. But, SIP RFC allows RTP to use different IP as SIP ip. Is there any way to configure it? GUI or CLI? or , will we support it in future? Thanks. -- Rgds, -- Rgds, Hans Yin Web: homeofhans.homeip.net Email: hansyin at gmail.com MSN: hansyin at hotmail.com Skype: hans_yin_vancouver
2007 Jun 28
1
Shared Extension Appearance
If SLA supports IP trunks, can shared extension appearance be achieved using a local SIP trunk in place of an extension? Basically, I'm trying to allow some stations (Polycom IP 650) to have a shared extension amongst all of them. Ideally, I'd like for the LED to show if that extension is in use, and I'd like for the extension to ring all stations on that extension when a call comes
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 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
2017 May 24
1
more recent perl version?
On May 24, 2017, at 1:58 PM, hw <hw at gc-24.de> wrote: > > It seems that lighttpd uses the perl version that is assigned in > the configuration This is one of the advantages of Plack vs mod_perl, by the way: decoupling the Perl version from the web server version. > while ignoring the LIBRARY_PATH variable set with mod_setenv Are you certain you don?t mean LD_LIBRARY_PATH
2013 Feb 18
1
RAID5/6 Implementation - Understanding first
Chris and team, hats off on the RAID5/6 being at least experimental. I have been following your work for a year now, and waiting for these days. I am trying to get my head rapped around the architecture for BTRFS before I jump in and start recommending code changes to the branch. What I am trying to understand is the comments in the GIT commit which state: Read/modify/write is done after the
2006 Dec 18
3
Shared Line Appearances (SLA) in 1.4
Greetings, Back in September someone asked about documentation for the new SLA feature in 1.4, however they received no replies. I thought I might ask the same question now in December. Apart from sla.conf.sample and a few comments in app_meetme.c I have been unable to find useful documentation. Is anyone using this feature right now? Is there a helpful source for information this highly
2008 Oct 10
3
Compile logger-mysql.c with UNDEFINED REF to `mysql_error'
Sorry to post a C compile error on this mailing list but this is Asterisk related. Basically, I was following http://www.plack.net/index.php/2007/01/07/asterisk_modification_for_queu e_logging to patch logger.c and Makefile in Asterisk 1.4.* in order to write queue_log to mySQL database. When I ran make, it complained: In function `write_mysql_logger': [...]
2017 Jun 05
1
more recent perl version?
On Jun 3, 2017, at 4:13 AM, hw <hw at gc-24.de> wrote: > > I?m using CGI as a simple > means for the users to use the programs...There are less than 10 users. If we?re talking less than one full page hit per second, then it doesn?t much matter what technology you use. You won?t be able to tell from the end user?s perspective. (?One? meaning the page and all its static assets,
2007 Nov 02
3
ztdummy and BackGround
2007 Aug 08
1
Help : problem in SLA (Shared Line Apperence
On 8/7/07, raviprakash sunkara <sunkara.raviprakash.feb14 at gmail.com> wrote: > > Hello Russell, > Nice To meet U and Good Morning. I got u r mail-Id from > http://www.asterisk.org/node/48325 > Recently i started the SLA configuration. But i didn't understand the > Flow of its Functionality > One of the My Client Ask to have do deploySLA feature > He Using
2006 Dec 05
1
Shared Line Appearances
anyone using/experimenting with this new feature in asterisk 1.4? is anybody able to post some info how to use and what features are supported? I have general knowledge how SLA should work, ie. monitor status of another line like BLF with additional features like answer ringing call, barge into existing call on shared line and make conference call or resume call, that was put on hold on