similar to: newbie: help two cisco phones (sip)

Displaying 20 results from an estimated 40000 matches similar to: "newbie: help two cisco phones (sip)"

2009 Feb 20
1
how can I disable the rails logging in development?
I can''t seem to disable rails logging when using Mongrel. Any fix for this? Also unanswered on the Rails forum: http://www.ruby-forum.com/topic/109422#784596 Re: how can I disable the SQL logging which occurs in develo Posted by Greg Hauptmann (Guest) on 29.05.2007 21:22 You''re exactly correct Isak! Thanks. The logging functionality worked as it should in webrick. Is seems
2009 Jul 07
1
Adding data in two tables simul;taneously with Validations
Hi All, I have 2 tables 1] user_infos & 2] users class UserInfo has_one :user validates_presence_of :city class User belongs_to :user_info validates_presence_of :first_name i write following code in my create method. @user_info = UserInfo.new(params[:user_info]) @user=@user_info.build_user(:first_name=>'''') if @user_info.save else end now what i want is to
2004 Jan 20
2
Re-Invite between SIP phones
Anybody knows what do I need to tell Asterisk to issue a re-INVITE between two SIP phone to avoid having the media going through the server? Tks, Al __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
2006 Feb 16
2
Cisco 7960 won't register
Hello all, I've got a Cisco 7960 running version 7.4 firmware (heard there were problems with 7.5) and I can't get it to register with Asterisk. I've stripped down my configs on the phone to a bare minimum, and posted them below. Basically, the Cisco phone sends absolutely no packets to the proxy when it gets booted. If I make an outgoing call I see traffic getting to Asterisk, but
2009 Jul 28
3
CIsco 7960 + asterisk: hepl needed
Dear All, I'm trying to configure my new phone Cisco 7960 to work with asterisk. I followed http://www.asteriskguru.com/tutorials/cisco_7960_ip_phone_configuration.html and I got into the point where I can see on the the display line indication showing "55 <phone icon with x>" so it looks like the phone is not registered. The phone and the asterisk are in the same local
2011 Jul 01
2
Win7 - Samba 3.5.4 trust relationship
Hello all, I guess that everyone knows the message "the trust relation between this workstation and the primary domain failed" when joining Win7 into samba domain. Unfortunately, the same problem appeared few hours/days after the machine was successfully joined in the domain(with reg keys from https://wiki.samba.org/index.php/Windows7) and user able to use it for awhile. Then at
2005 Jan 24
0
Asterisk v1.0.1 Cisco 7960 Sip v7.3
Running those versions of code, my 7960 will not register with Asterisk. The same 7960 is authenticating against another * server on line 2 just fine though - with the same settings in sip.conf. On the failing * server I am just getting 401 unauthorized errors on the console. From the phone's shell I get that t is registering, but not authenticated .1. from show reg. Any ideas would be
2015 Nov 26
2
nitwit's attempt to edit samba source
Hi, Since I really would like some more info (specifically: remote ip address) to be logged with failed password attempts, I have tried to edit the samba source code. :-) Anyway, I changed in source4/auth/ntlm/auth.c > if (tevent_req_is_nterror(req, &status)) { > DEBUG(2,("auth_check_password_recv: " > "%s authentication for user [%s\\%s] " >
2008 Oct 15
1
Cisco 7960 not always receiving incoming calls
I've searched around and found a few similar situations where the phone will call out when using a Asterisk server but not receive inbound calls. My issue is a little stranger. If I call out from the phone then the phone will receive the next inbound call. The phone will not receive another inbound call until a call out again from it first. Any ideas? I am using SIP and am using the latest
2004 Jul 07
1
Cisco, Sip, Linux, ISDN
I am one of the few people left in the US with a ISDN connection to the internet. (Internet cable has been promised "Real Soon Now" for a couple years). Worse, my home network runs on a decrepit Cisco 2500 series router, and is double-natted via a firewall, which is why I currently use iax to call anywhere. I have been making ever-increasing use of my asterisk PBX, and I'm ready
2005 Feb 09
6
Cisco 7960 Beating a Dead Horse
Hi all, So I have been reading through the docs available online and the different threads on this list, but I cannot seem to get this phone to work. I have configured the OS79XX.TXT and SIP/SEP*.cnf files (see attached), when I configure the phone to point to my tftp server and reboot it I get this message: Connection received from 10.6.0.224 on port 50608 [09/02 12:16:11.750] Read request
2018 Feb 06
2
win 10 login - Not enough storage is available to process this command
hi everyone I've had a Win 10 Pro client to a non-AD samba fine for a long time. Suddenly I could not logon new user(which had not logged in on that Win box before). I was lazy, I remember that quickest thing that worked once in the past was remove & re-add client, you know, in Windows itself, to the domain. Now I cannot login any user at all at that Win box(even though the box was
2004 Mar 12
2
Need urgent help with "user_info->client_domain.str" and "user_info->domain.str"
Hi there, anybody here to help me with: "user_info->client_domain.str" and "user_info->domain.str" Problem: check_ntlm_password: Checking password for unmapped user [FRSTPRV.DE]\[SambaAdmin302]@[HEARTOFGOLD] with the new password interface check_ntlm_password: mapped user is: [FRSTPRV]\[SambaAdmin302]@[HEARTOFGOLD] Where from does samba receive the
2023 Jun 01
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
Hi, I recently upgraded a smb server from Ubuntu 18.04 to Ubuntu 20.04 which required the Samba version to be upgraded from 4.7.6 to 4.15.13. Post the upgrade, winbind authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently. The error goes away on restarting the smb service but comes back after some time. There were no isses with the setup before the upgrade. Tried clearing the
2004 Dec 16
0
FW: Cisco 7960 (SIP) hold problems
ala cisco 7960 -----Original Message----- From: Matt Schulte Sent: Thursday, December 16, 2004 10:34 AM To: 'Paul A Brown' Subject: RE: [Asterisk-Users] Cisco 7960 (SIP) hold problems Sure thing, the biggest problem I had was getting the SIP filenames working correctly for updating the firmware (blah, I love Cisco but these phones are a joke for support). This works for me! Good luck.
2009 Aug 17
3
Newbie question re stddev, quantmod and performanceanalytics
Hi, I am trying to calculate the std dev of returns of YHOO so far i got: getSymbols("YHOO") retYHOO <- Return.calculate(Cl(YHOO)) > sd(retYHOO) YHOO.Close NA but i received an NA....can any assist? tks! -- View this message in context: http://www.nabble.com/Newbie-question-re-stddev%2C-quantmod-and-performanceanalytics-tp25001293p25001293.html Sent from the R help
2008 Apr 24
3
plotting two functions
i wanna compare functions to be simple , let's say i want x^2 and x^5 in same plot ( it's not the case but if i get it i'll understand for others ) how i do it? x<-seq(-10, 10, l=100) > plot(x^2) and? tks [[alternative HTML version deleted]]
2018 Jan 16
2
Request for credential for just one user on one specific machine when using FQDN
Hi, I have deployed a new file server (Samba version 4.6.2, CentOS 7) which is running as a member of an AD domain (The DCs are both Windows server 2012, forest and domain level is 2012 as well). I'm using the AD backend to store SID/UID mappings. So everything is working fine except for one specific user on one specific workstation (Windows 10) who can only access the file server with
2016 Dec 20
2
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
Hi, I have added below lines in smb.conf idmap config CIFSDOM:backend = rid idmap config CIFSDOM:range = 10000-999999 But still i am getting same error. *I am also attaching logs * *winbind logs:-* userinfos: struct wbint_userinfo acct_name : * acct_name : 'gold'
2007 Dec 05
1
Is Samba PDC + NT4 DOM Trust using NTLMv2 possible?
My Question: ------------ Is it possible to get 2-way Interdomain Trust relationships working between a Samba domain and an NT4 SP6a domain, while restricting all password hashes to NTLMv2 only? Everything works except the inter-domain trust I'm able to get the NT4 domain to trust the Samba domain, but not the other way around. My System: ---------- I have a perfectly running Samba domain