similar to: Anyone in digium?

Displaying 20 results from an estimated 7000 matches similar to: "Anyone in digium?"

2004 Dec 21
1
Dialplan help - Can dial any user but not thePSTN
-----Original Message----- From: Chad Brown Sent: Tuesday, December 21, 2004 8:02 PM To: 'el_flynn@lanvik-icu.com' Subject: RE: [Asterisk-Users] Dialplan help - Can dial any user but not thePSTN Flynn, Yes, that makes sense. However, in my case I have incoming calls arriving on an IAX channel from a PSTN gateway. I think the concept is the same. That said, if incoming calls have access
2005 Mar 15
2
Grandstream and Transfers
Hi all, Just wondering if anyone's come across this issue, and what might be a fix for it: We've got several BT-101's deployed, and upgraded to firmware v.1.0.5.16. The phone can do proper supervised transfer, but _only_ once. If the user attempts to transfer a second time, it won't work. any suggestions/hints/tips are welcome.. Flynn
2004 Sep 06
1
Voicetronix OpenSwitch12
Hi all, I used to have an OpenLine4 card, but decided against using it due to some problems with hangup detect. Does anyone on the list actively use Voicetronix's OpenSwitch12? What are your opinions on the card? Cheers, Flynn
2005 Feb 18
1
Vonage, broadvoice et al
Hi all, I'm just wondering about these VoIP services -- do you have to sign up one account -per- client that will be using the service? I've got multiple extensions behind my Asterisk box, and I want to be able to allow all my staff to place calls via the provider. So if I sign up for one account, will multiple users behind my Asterisk box be able to make calls, using that same
2004 Dec 14
1
SIP and * with dual ethernet cards
hi all, i've got a proposed setup that i was wondering if you guys could comment on. the client wants * and a couple of SIP phones to be on a separate network than the rest of the office, so that in case their primary network crashes for some reason the PBX won't be affected. one other factor: the client may at some later point set up SIP UAs sitting on the primary network that will
2004 Aug 22
3
SIP Phone recommendation for Receptionist
Hi there, I've got an installation where there's 12 POTS line incoming into *, and am trying to get some insight as to which VoIP hard phone would be most suitable for this scenario. Most of the VoIP phones I've looked at only have 4-6 line presentations; is anyone aware of one that has more? I tried to get some info about Snom's Keypad 220 since it has loads of programmable
2006 Mar 21
1
Cannot leave voicemail, Asterisk/Zaptel/libpi v1.0.9
Hi, I'm running two boxes side by side, identical specs and setup but with differing dialplans. Both are on ast/zap/libpri versions 1.0.9. Both boxes share the same folder for voicemail, exported via NFS from another file server. Everything was working fine for an extended period of time, until just recently when someone rebooted Box A. Now when I dial an extension associated with a SIP
2006 Mar 21
5
Programming the Manager API
I just started poking around with writing a python module to interface to the Manager API, and it suddenly hit me... how the heck are you supposed to program this thing? All the events seem to be dumped to all the open connections. If I send a command, such as a login, there seems to me to be no way to determine which response are intended for me, and which may be intended for another open
2004 Oct 05
1
Non-working module on TDM400P?
Hi all, I was wondering if anyone had any pointers on how to determine whether or not a module has gone wonky on the TDM400P? I have a 2 FXO (channels 3 and 4) and 2 FXS unit (channels 1 and 2). The bad (?) module in question is the FXO module on channel 3. I can't dial in to or out of that channel; dialing in gives a busy signal, dialing out just shows * hanging around after attempting a
2006 Mar 14
5
New ncurses Asterisk Manager Interface
I am currently developing a asterisk ncurses interface using the manager API. The project is currently awaiting sourceforge's approval but I have a beta online at http://sig.lange.googlepages.com/assman . The projects real home will be assman.sf.net. This project really consists of two parts, libassman is a C manager API and assman is the ncurses portion. It's still beta but I have been
2008 Nov 19
2
Exclude holidays in a subset of dates?
Hi All, I am iterating through dated materials, with variable start and end dates, and would like to skip procedures everytime I encounter a weekend or holiday. To do this, I thought the easiest way would be to create a TRUE/FALSE vector corresponding to each day where it is TRUE if a workday, and FALSE if a weekend or holiday. So far I have been able to do this for weekdays: startDate <-
2004 Apr 10
5
Sipura SPA-2000
Hello, I am very new to asterisk and voip in general and so far have managed to get the FXO card and a few sip phones working fine. My question is where does the Sipura SPA 2000 come in the picture? Can it be used as an extension (i.e FXS) ? Or is it to be used as a line (i.e FXO)? Or it can be used as both? My understanding is that its just like another ATA186. Is that true? I guess what I
2011 Aug 01
1
Identifying US holidays
Hello! I am trying to identify which ones of a vector of dates are US holidays. And, ideally, which is which. And I do not know (a-priori) which dates those should be. I have, for example: x<-seq(as.Date("2011-01-01"),as.Date("2011-12-31"),by="day") (x) I think chron should help me here - but maybe I am not using it properly: library(chron) is.holiday(chron) #
2004 Jun 21
3
Samba denies access to vaild share
Hello, I'm looking for some help troublshooting why I can't access this share. Everything looks good to me, but smbd does not allow my account in.... Samba 3.0.4 on Debian > [2004/06/21 11:41:35, 2] smbd/service.c:make_connection_snum(311) > user 'LABOR\TIM' (from session setup) not permitted to access this share (ISO) > [2004/06/21 11:41:35, 3]
2005 May 03
1
Asterisk dialplanner
Hello all, I'd like to mention that we've put together a simple Java-based application that provides a somewhat point-and-click interface to create an Asterisk dialplan. You can get to the dialplanner at http://www.lanvik-icu.com/asterisk/dialplanner/index.php You can create contexts and extensions, then select the appropriate command from a list. Then you'll be prompted to enter the
2004 Aug 27
3
Digit detect during a Background() inside a Macro wrongly jumps b ack to the calling context to match digits?
Consider this dialplan fragment, where the call is being dialed into [macro-process-routing] over an iax2 channel from another (same build) Asterisk server: [macro-process-routing] ; This is the entrypoint of the debug call but is also refered to by Macro(process-routing) elsewhere in the dialplan ; XXX-NNN-6800 exten => _6800,1,Macro(6800-interceptor) ; This is matched when 8 is
2003 Sep 05
2
stack overflow
Hello, I am trying to do an ANOVA on a microarray data set consisting of 22690 elements. The ANOVA is fine, but when I try to put the data in a frame in order to exporting it, I get a stack overflow. I have found documentation on dynamic memory in R, but not on how to increase the stack size. The code I'm using is below. If anyone has any suggestions for a workaround here, I'd
2023 Jul 20
1
Samba 4 AD SmartCard Authentication Problem
Confusing. Github says that is open. Ok. My mistake. The question remains why the Windows clients allow login for an expired certificate despite a correctly loaded CRL. What is the purpose of specifying the CRL in smb.conf? It seems to me that the smartcard login is not really reliable. Then my users still have to log in with password. For now, as long as 4.19 is not yet released. Hans
2003 Oct 13
2
domain groups accessing samba share
Hey John, I've been working on this most the day. Just can't seem to nail it down! (Yes sir I did read the "How To") Winbind is working fine - I can: wbinfo -g wbinfo -u getent passwd getent group Problem is when I try to use a domain group on a Samba share I get a username and password prompt; although, nothing seems to get me in! Please advise #Samba 3.0 running under
2009 Dec 08
0
Holiday Gift Perl Script for US Holiday Dummy Regressors
##### BEGIN CODE ###### #!/usr/bin/perl ###### # # --start, -s = The date you would like to start generating regressors #--end, -e = When to stop generating holiday regressros # --scope, -c = D, W for Daily or Weekly respectively (e.g. Does this week have a particular holiday) # --file, -f = Ummm where to write the output silly! # # **NOTE** The EOM holiday is "End of Month" for