similar to: Issue using zaptel's dynamic spans.

Displaying 20 results from an estimated 300 matches similar to: "Issue using zaptel's dynamic spans."

2005 Sep 13
1
TDMoE Configuration problems
Hi all, I'm having some problems getting TDMoE setup for the 1st time. I have a TE405P installed in the main server with an ethernet cross-connection to the secondary machine. (Yes, I know about IAX2 but I want to use TDMoE to simulate using T1s.) I'm using -HEAD from yesterday. On the main machine /etc/zaptel.conf: loadzone = us defaultzone=us
2011 Mar 02
1
Samba WINS issues over VPN
I am running Samba 3.4.8 as a PDC on Solaris 10. I recently made this the WINS master- previously the BDC (Samba 3.0.37 on another Solaris 10 server.) I also use Sonicwall ipsec VPN for remote access (Windows XP clients.) The sonicwall client creates a virtual NIC on the client so that the client can have an IP address directly on the company LAN (ie. the same LAN as the samba
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2004 Jun 17
3
asterisk-addons compilation error
Folks I am getting the following error as of today after updating both asterisk and asterisk-addons. These are both under /usr/src. Any ideas? dora-debian:/usr/local/src/asterisk-addons# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
2013 Sep 17
1
"Element not found" when connecting to sysvol
I have two samba DCs (4.0.9) and no Windows DCs, and group policy is failing. I've narrowed it down to an error accessing the sysvol folder. Some clients (not all clients) get the error "Element not found" when connecting to our sysvol folder which is "\\ahc.pdc\sysvol\". The problem seems to be intermittent, a client may suddenly start working again, or suddenly stop.
2004 Jul 31
2
Which version of MySQL works with cdr_addon_mysql?
I'm having problems compiling cdr_addon_mysql with MySQL 3.23.58 I get the following errors: cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration cdr_addon_mysql.c:50: warning: data definition has no type or storage class cdr_addon_mysql.c: In function
2003 Jun 18
2
Problem with oh323 package for asterisk
Hi, I try to use oh323 package from inaccessnetworks for asterisk, but after make and make install that package, I have this WARNING message hwen a try to launch asterisk from shell command line...asterisk -vvvc... [liboh323wrap.so]WARNING[1024]: File loader.c, Line 235 (ast_load_resource): No load_module in module /usr/lib/asterisk/modules/liboh323wrap.so
2004 Jun 18
2
cdr_addon_mysql compiling error
I'm trying to compile cdr_addon_mysql but keep getting this error. Again, searching the Wiki and the mailing list archive didn't bring up anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to switch back to 3.23? # make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names
2000 Jul 10
1
Samba conf. problem - NetBIOS problem?
Thanks to those who wrote and suggested I remove NetBEUI from my Win95 machines. Here's the next chapter in the story: First, based on another suggestion, I tried "netstat -a" on the Win95 machine "secretary". It didn't show any kind of traffic on ports 137-139 (even though files WERE being shared at the time). Next, I tried removing NetBEUI from
2005 Feb 13
2
TDMOE + kernel badness
Anybody have any issues running tdmoe on kernel 2.6+? I've got Suse 9.1 + 9.2 running 2.6.5 and 2.6.8 respectively, and when I enable dynamic spans between them, both boxes dump something similar to: Badness in local_bh_enable at kernel/softirq.c:141 [<c0120768>] local_bh_enable+0x48/0x60 [<c02952b0>] dev_queue_xmit+0x230/0x240 [<c02a0980>] eth_header+0x0/0x140
2004 Jul 06
1
compiling mysql addon
running make gives: cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration cdr_addon_mysql.c:50: warning: data definition has no type or storage class cdr_addon_mysql.c: In function `mysql_log': cdr_addon_mysql.c:108: error: `mysql_lock' undeclared (first use in this function) cdr_addon_mysql.c:108: error: (Each undeclared identifier is reported only
2010 Sep 27
1
Fwd: Re: Problem with Samba - Openldap and domain autentication of Windows XP
Wait, you are using samba with openldap backend. Why are you using useradd ??? with this backend you need smbldap instead. like this: passdb backend = ldapsam:ldap://your ldap server ldap passwd sync = yes ldap delete dn = Yes ldap admin dn = cn=root,dc=domain,dc=com,dc=br ldap suffix = dc=domain,dc=com,dc=br ldap machine suffix =
2005 Jul 14
0
smbclient seems dead
Hi everyone, First of all: I am not a member of this list, so any message you send to the list(regarding this subject), please send them to me too. When I do smbclient //somemachine/someshare -U someusername and then enter the correct password (Windows), then I get a smbclient prompt. If then do ls, a directory listing is given. So far, everything is ok. Now, I cd two directories down the
2003 Jan 14
0
Issue with adding machines to domain
Okay, here's the situtation I have a samba server (2.2.3a) which is the PDC for a domain with approximately 60 windows 2000 clients. Up until recently I haven't had any problems with using it for roaming profiles and domain authentication, however since last thursday I have not been able to successfully create machine account that would work. When following the procedure that has worked
1998 May 25
0
Browsing via dial-in
I'm running Samba 18p7, with pppd & smb_pam to let me use NT passwords for my Unix dial-in accounts. Login goes fine, internet IP stuff works fine (like e-mail & Web), I can mount shares by name, but Windows Explorer browsing comes and goes. Even when it's working, browsing only starts up about 20 seconds or so after logon - before that I get "unable to browse network"
2004 Jun 30
1
asterisk-addons unable to compile
Hello, I know that there was a previous posting regarding this in which the addition of: CFLAGS+=-I../asterisk/include fixed the problem, but I have tried that and am still getting the following when trying to run make: ./mkdep -fPIC -I../asterisk/include/asterisk -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk/include/asterisk -I../asterisk -D_GNU_SOURCE
2004 Jun 21
1
R: Re: cdr_addon_mysql compiling error
>> I'm trying to compile cdr_addon_mysql but keep getting this error. >> Again, searching the Wiki and the mailing list archive didn't bring up >> anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to >> switch back to 3.23? >> >> >> # make >> cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
2004 Jun 27
1
asterisk addon mysql
hi, ive read through the last few posts with people having problems compiling the asterisk-addons for mysql support, and none of them have helped me resolve my compile problem. I currently have -- CVS-06/24/04-22:20:31 and downloaded asterisk-addons. I compiled * first then asterisk-addons, have added CFLAGS+=-I../asterisk/include When I try to make install for asterisk-addons i get
2008 Jun 24
2
[LLVMdev] Removal of ConstantExprs
Hi All, I'm having a bit of trouble with ConstantExprs currently. In particular, a global variable A is bitcasted and used in the initializer of another global variable B (as a struct element). B is unused, so it gets whacked and its initializer gets set to NULL. This succesfully reduces the usecount of the bitcast to 0, but the bitcast itself does not get removed then. This means that
2011 Jan 13
1
can connect to 2 samba servers by name but to one by IPonly
> > > Adding pdc1 to the hosts file (c:\windows\system32\drivers\etc\hosts) > did > not make a difference. After adding pdc1 to lmhosts, "net use > \\pdc1" did > work. So in the case of pdc1 one, the name is being resolved as a > netbios > name (i.e. via lmhosts) not a tcp/ip type name (i.e. via dns or hosts) > > But then why does "net