similar to: pattern containing an asterisk

Displaying 20 results from an estimated 2000 matches similar to: "pattern containing an asterisk"

2012 Jan 26
2
Too many open files
Hi all, While trying to track down a T.38 issue, I came across a series of log entries like this: ============================================================================ [Jan 26 10:23:31] WARNING[32508]: udptl.c:948 ast_udptl_new_with_bindaddr: Unable to allocate socket: Too many open files [Jan 26 10:23:31] ERROR[32508]: acl.c:488 ast_ouraddrfor: Cannot create socket
2012 Jun 14
2
Polycom, Dial Specific Number on Handset Pickup
Hi All, I have a Polycom Handset on a front door and I'd like the phone to dial a number as soon as the handset is lifted without having to press and buttons or enter any numbers. I know how to do this on a Linksys but I can't find out how to do it on a Polycom. I would be greatly appreciate is some is able to tell me how this is accomplished. Regards David. -------------- next part
2009 Dec 06
1
sequential dialing preferences
I am trying to use a simple tool in the Dial plan so that if the first number does not connect the logic will go to the second and/or third. Basically, I want the call to ring and connect to the first number Then, if it is not answered I want another number to try to get connected Then, if second number does not answer I want the third to be tried i only list the scenario for the first two
2009 Dec 22
1
call queue with external numbers??
Hello, Our asterisk is connected to an ericsson pbx by PRI. What i want is the asterisk clients should call operator numbers by dialing 0 But, when a call is made to ericsson via number 0, it assumes that the call is made from outside, so it doesnt allow to be dialed. There are 3 real operator extensions which is grouped by ericsson for operators. Lets assume 1111 1112 1113. What i want to know
2010 Feb 10
1
billing based on local access number
Hi all, I am configuring asterisk as a prepaid calling card. I am getting different local rate from my ISDN provider e.g 0.002 for landline and 0.13 for mobile etc. In this case I thing I have to say my asterisk/a2billing to bill based on local access number. so How can I retrieve called number (eg. 03-6832-1040 and 0120-272-060 is our ISDN PRI access number) to my asterisk server so i can
2010 Jun 28
2
sip add header
It seems that for local channels (asterisk 1.4.33) the variable Variable: SIPADDHEADER="Alert-Info: Ring Answer" (call polycom phones and ring then auto answer) Is ignored, Is this just an oversite or is there some reason? It works fine with I call the SIP phone directly - however - when I first call the Local channel - then Dial the SIP phone the SIPADDHEADER doesnt seem to do
2013 Mar 08
1
Polycom SPIP config
Has any one ever worked with placing idle display images onto the Polycom SPIP331 phones? I have got it working but when the image is displayed the clock is moved to the top of the screen. That is great but it scrolls between the clock and the registered extension(s) . Has anyone figured out a way to stop the scrolling and just display the time? If so could you provide me the configuration
2014 Feb 17
1
Host = Dynamic in a Register Free Setup
Hello Everyone. Our environment is a register free setup, and our phones are set as host=dynamic. The problem we are experiencing is for inbound calls: Name/username Host Dyn Forcerport ACL Port Status Realtime 222/222 (Unspecified) D N A 0 Unmonitored Cached RT So when we DIAL 222 we get: WARNING[23103]: app_dial.c:2198 dial_exec_full:
2014 May 21
1
issue installing voicemail imap support: imap_tk module missing
Hi, I'm trying to install voicemail-imap support but there seems to be a missing module: imap_tk checking for mandatory modules: IMAP_TK... fail configure: *** configure: *** The IMAP_TK installation appears to be missing or broken. configure: *** Either correct the installation, or run configure configure: *** including --without-imap. My configuration Ubuntu 14.04 LTS Asterisk
2015 Feb 13
2
asterisk -r spammy
when running asterisk -r, is there a way to turn off the messages? I didn't find the answer in the man page. thanks, Thufir
2015 Mar 12
1
packages.digium.com
On 11 Mar 2015, at 17:53, Matthew Jordan <mjordan at digium.com> wrote: > On Wed, Mar 11, 2015 at 10:28 AM, Steven Howes > <steve-lists at geekinter.net> wrote: >> Anyone know where it?s gone?.. Appears to have been down all day. > The hamsters should be running in their wheels again now. Cheers Matthew. Give them some food from me. Steve
2015 Apr 27
2
adding area code
On Mon, 27 Apr 2015, Bryant Zimmerman wrote: > exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN-1}) Missing a colon? ${EXTEN:-1} -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
2015 Jul 29
3
Asterisk 1.8.22.0 built - encrypt authentication
Hello, I would like to encrypt password between Asterisk servers and clients. is there an easy way to do so? I am running Asterisk 1.8.22.0 built on CentOS 6.3 Thanks, .Motty -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/68b59f7c/attachment.html>
2015 Oct 25
3
Remote UNIX connection / disconnected.
Anyone know how to suppress the -- Remote UNIX connection / disconnected messages. I have a monitoring application that calls asterisk from the command line to verify some uptime stats. I would like to not have the console log the connections.. Any ideas are appreciated. Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jan 28
2
callerid overwrite
Hi all, I'm having issues with overwrite caller id, when I call someone my caller id should be "mycompanyinc" but instead my id shows up as my extension number 101. this is what i have in sip.conf [101] type=friend context=sipphones call-limit=99 callerid="iuser 101" disallow=all allow=ulaw allow=alaw username=101 secret=Passwd dtmfmode=rfc2833 host=dynamic mailbox=101 at
2013 Dec 09
2
Call Queue advise
I have a call queue that rings about 15 users and they are wanting to set it up so that the last person to answer a call doesn't ring on the next incoming call. What would be the best way to handle this? I have been looking at the strategies and none of those seem to be right for this. My current thoughts are probably a macro that places a penalty on the user tell the next call is answered.
2010 Jan 19
1
test case with queues and system()
Hello, list. First of all i want to say sorry for my english. Long story short, on my future work i'll deal with asterisk and now i have a test case. But i'm very young to asterisk and don't have a lot of time so any help is appreciated. Test case: We have e1 trunk and multi-channel sip line. Clients waiting in the queue, which can handle 30 clients. They listen mellody and their
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote: > > forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. > > Thanks, > > > On 04/27/2015 02:38 PM, Motty Cruz wrote: >> here is what I have: >> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) >> >> exten =>
2010 Jan 22
2
Trouble getting feature codes to work
Hi, I'm having trouble getting feature codes to work in Asterisk 1.4.21.2. Features.conf contians this: blindxfer=## atxfer=*2 automon=*1 disconnect=** I'm really most interested in getting disconnect to work so that I hear "Goodbye" when I press ** during a call connected this way in my dial plan: exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) exten =>
2014 Mar 24
3
Skip ./configure when source directory has not changed
Hi, A silly question bouncing in my head for a long time : when I'm installing-configuring a new Asterisk system, I'm using a script that issue the usual ./configure, make and make install commands to install Asterisk from source. When installation fails for any reason, I would re-run my installation script which in turn, among many things, would launch the above ./configure command. Is