Displaying 20 results from an estimated 30000 matches similar to: "reload not working"
2003 Jul 18
8
"Best" VoIP provider for Asterisk?
Hello!
I would like to get connected with a VoIP provider for home. At some
point, I'm sure I will be connecting to it via an Asterisk box, but for
now, I will be using whatever hardware they provide.
What recomendations do you in the Asterisk community have for a reliable
VoIP service that will hopefully interoperate with Asterisk? A company
that is actually willing to work with an
2003 Jun 24
2
PHP MySQL cdr interface?
Before I "reinvent-the-wheel", does any one know of PHP based interface
to the CDR table? If not, I will get started writing one.
Thanks,
Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030624/d4cb6911/attachment.htm
2003 Jun 17
1
SIP Firmware for Cisco Phones
Just a quick note to people looking for SIP firmware images for Cisco
phones:
To access these files from Cisco's website, you need to have a Service
Contract (SmartNet) on at least on of your phones. I though a contract
was several hundred dollars, but it is way cheaper! Their lowest level,
1 year Next Business Day 8x5 SmartNet program, costs around $70.00, and
gives you unlimited access to
2003 Jul 15
1
Stream Phone Call: Sound on Consule OSS to Helix server?
Hello,
I am working on a project for a client of mine, that involves streaming
an incoming phone call. I have a lot of experience with Linux, but
something that I have never attempted is using sound under Linux, as all
my machines have been servers.
Here is the plan, is it doable?
The client (a minor league baseball team) calls in to a iconnecthere.com
phone number, and Asterisk answers (this
2003 Nov 13
1
Exit the Directory Application?
How does a user exit the directory application?
Say he can't find the person that he is looking for and wants to return the
main menu, how would I configure 0 to act this way?
Thanks,
Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031113/f5516f7d/attachment.htm
2004 Aug 03
4
After RC1 upgrade, temporary loss of voice
I just upgraded to RC1 from a two-three month old CVS , and noticed that
during IAX2 calls to my service provider there are periods (usually less
than 10 seconds long, minutes apart) during which the caller can not hear
me, but I can hear the caller fine.
Inter-office calls (SIP-to-SIP) does not appear to have this issue.
Has any other users experienced this?
Marcus Adolfsson
TreoCentral
2011 Jun 07
3
reload chan_dahdi.conf without disconnect active calls
Hi ALL,
Is there any way i can reload chan_dahdi.conf without disconnecting active PRI calls ?
I want to change pridialplan= option
-S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110607/005a1193/attachment.htm>
2003 May 15
11
Cisco 7960 SIP Firmware
Can someone point me in a direction where I can acquire the Cisco 7960
SIP firmware? I just purchased two phones of ebay, but they are both in
Call Manager mode.
Thanks,
Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030515/6265b777/attachment.htm
2014 Mar 13
1
smbcontrol smbd reload-config or service smbd reload doesn't reload include files
Hi,
I noticed that smbcontrol smbd reload-config or service smbd reload doesn't
reload include files. Is there anyway to get a reload to reload files that
have been included from the main smb.conf ? Otherwise it only looks like
restart works, but that causes connections to reset, even in a
ctdb/clustered environment . The only other option it looks like is to just
put everything into the
2007 Nov 15
2
reload command
All,
I have noticed that placing a call in the outgoing spool during a reload
the call may fail. Try the call again after the reload is done and it will
complete.
This seems like a bug. During a reload calls should be suspended or
something?
Thoughts?
Jerry
2007 Jul 23
3
extension.conf doesn't reload?
Hi everyone,
I have just installed Asterisk 1.4.6 on CentOS 5. When I issues the
reload command in the asterisk command prompt, it doesn't seem to read
my configuration files. Any suggestions?
pbx*CLI> reload
The 'reload' command is deprecated and will be removed in a future
release. Please use 'module reload' instead.
== Parsing '/etc/asterisk/cdr.conf': Found
2017 Mar 24
3
moh reload not reloading/reading new musiconhold files
> Hello
> as you can read in my original post "moh reload" and "module reload res_musiconhold.so" does nothing.
> Only at restart the new files are available.
> Is this a bug ?? How can I get more debugging for this problem ??
I think there is currently a bug with MOH. For now, if you add a file to a moh folder, 'touch musiconhold.conf' and then reload moh.
2010 Dec 27
2
logrotate.d - reload vs restart
Looking at some of the stuff in /etc/logrotate.d, I see entries like this in
some of the configuration files:
postrotate
/sbin/service privoxy reload 2> /dev/null || true
>From the commandline, that doesn't work:
# /sbin/service privoxy reload 2> /dev/null || true
Usage: /etc/init.d/privoxy {start|stop|restart}
Changing reload to restart does work:
]# /sbin/service privoxy
2006 Jun 23
4
Ajax.Request with page reload?
I need to send a POST request via a link, along with paramater data for
an action, and the page needs to reload. link_to_remote worked great
when I was updating a DOM element but obviously won''t work when I need
to reload a page. Is there an option
--
Posted via http://www.ruby-forum.com/.
2006 Jul 10
18
Deleting join association of has_many :through
I''m trying to use has_many :through, since my join model deserves being
more than just an intersection table.
But when I try to break the association, the break only seems
"temporary":
Let''s say my two tables are Users and Colors, and the join model is
Favorites.
user = Users.find(1)
user.colors.length
>> 2
c = user.colors.first
>> #<Color:....>
2010 Jul 16
4
RFCFS - reload specified file
"Request For Comments on a Feature Suggestion" -- just wondering if others
would find this useful.
Frequently, when something really doesn't make sense, I like to bump up
the console logging by editing logger.conf and changing
console = error
to
console = debug,dtmf,error,event,info,notice,verbose,warning
and entering
logger reload
When done, I
2017 Mar 02
4
C 7.3 sshd will not reload
Hi,
Since upgrading to 7.3 I am having a problem getting sshd to reload after
configuration changes. When I issue the command "systemctl reload sshd.service"
I get the following error: "Unit sshd.service cannot be reloaded because it is inactive."
It is obviously still running because I am connected over ssh to the machine and netstat
shows it is listening.
(vnewman pts3) #
2006 Feb 26
5
BLF not working after reload
Hi there,
I am running Asterisk 1.2. I have a Grandstream GXP2000 and Aastra 9133i
with BLF/Speedial configured for other extensions. The hint's are all
configured in extensions.conf and it seems to work as it is supposed to
until I reload the configuration in Asterisk or reboot the server. Then
neither phone displays the BLF of other extensions until I reboot the phone.
It continues
2015 Jan 08
2
queue reload command
Hi
I'm using asterisk 1.8
Does anyone know how to use the queue reload command. The built in help
doesn't really help.
queue reload {parameters|membe Reload queues, members, queue rules, or
parameters
Regards
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
2000 Dec 18
2
cross compiling configure errors
Hi all!
I want to cross compile openssh to our own CPU and our embedded
Linux platform, however I get at least the following errors when running
configure:
checking whether snprintf correctly terminates long strings... configure:
error: can not run test program while cross compiling
checking whether getpgrp takes no argument... configure: error: cannot check
getpgrp if cross compiling
checking