similar to: SV: Database file to copy for active sessions.

Displaying 20 results from an estimated 1000 matches similar to: "SV: Database file to copy for active sessions."

2006 Jun 09
1
Database file to copy for active sessions.
How can I copy all the contenent of the asterisk database to another machine? I want copy all the active sessions from one asterisk@home to another one and running on the second(this I can do using vrrp protocol, it isn't a problem), I want copy only all the active sessions and softphone registrations to another asterisk@home and then run on it. -------------- next part -------------- An HTML
2006 Jun 08
1
SV: SV: I can hear only one way when I use nokiae-60withX-lite
That's just the thing, and it sucks, because the VoIP implementation actually works very good. Jon _____ Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af list mail Sendt: 8. juni 2006 02:34 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: SV: [Asterisk-Users] I can hear only one way when I use
2006 Jun 13
8
IAX2 Vs SIP cpu load
Hello Is it correct that IAX2 uses more CPU, than SIP? Also, can it be true that IAX2 is much more sensitive against high CPU loads? Also, does Asterisk support and use multiprocessor architectures, such as Xeon? ? Regards Jon -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 12-06-2006
2006 Jun 07
2
SV: I can hear only one way when I use nokia e-60withX-lite
Hello Olivier Ive been testing the E61 phone for some days now, and we need to have an inhouse asterisk server, connected to our main asterisk server, to get it to work. That means, that you cant just walk down to your local airport, and use the IP part of the phone on their network. You have to have a non nat local server, to get it to run. Other than that, the phone can accept calls both
2006 Jun 07
2
SV: I can hear only one way when I use nokia e-60 withX-lite
Hello Be aware that the Nokia E60, E61 and E70 does not support NAT. Just to be shure that you know that. A clever choice from Nokia, so that users has to have some local equipment from the telco. Jon -----Oprindelig meddelelse----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af John Joseph Sendt: 7. juni 2006 13:59 Til: Asterisk Users
2006 Jun 09
1
SV: Call status subscriptions on multiple servers
Can you then inform me on what structures this information is stored in, in the asterisk code? Then ill try to do a quick dirty version of the replication. Jon -----Oprindelig meddelelse----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Kevin P. Fleming Sendt: 9. juni 2006 16:25 Til: Asterisk Users Mailing List - Non-Commercial
2007 Jan 26
4
Sangoma card dying after 1hour
Hello List I am having a rather big problem with a sangoma A104 card, I just installed to replace a Digium TE410 card, that was acting up. But now we have a problem with the sangoma card. It runs great after being started, and calls proceed as normal, but after about 1 hour, it stops being able to make and receive calls. If I run wanpipemon debug, can see that the card still receives
2007 Jun 06
2
PRI Partial Re-Rounting
Hello List We are trying to redirect calls directly, instead of opening a new channel and dialing out. Etc: A calls B on our asterisk, and is directly redirected to C We have been told that this feature should be available on a PRI level, and is called Partial re-routing. Anybody has an idea of whether this is supported in Asterisk? Kind Regards Jon Sch?pzinsky Detele. No virus found in
2006 Jun 09
1
Call status subscriptions on multiple servers
Hello List Is there a way to have hints sent between multiple servers? We are currently implementing a cluster solution for our asterisk servers, and the problem is this. User A registers on Asterisk 1 and user B registers on Asterisk 2. User A subscribes to user B's status, through SIP NOTIFY messages. As user B is registered to Asterisk 2, and not Asterisk 1, the NOTIFY messages are only
2006 Jun 01
1
audio streaming points different with VRRP
Hi!I've a question: I've 2 asterisk, I want pull the ethernet wire and then reconnect it after 5 second, using the VRRP protocol, where must I set the IP for the connection goes on the second asterisk? I want this: I call to asterisk1, then I pull the ethernet wire down, vrrp makes up the other asterisk but not the audio streaming...the callers are always pointed to asterisk1, but for the
1999 Jun 04
2
newbie help
Hi all, I am very new to the wonderful world of Samba (I have to keep telling my assistant that its not a south american dance...) and require a little assistance. I have downloaded the latest version of Samba, together with all of the documentation. I have managed to sucessfully untar the files but I am having difficulty compiling the files. I am using SCO Unix and when I type in the
2007 Jan 18
1
Problems with Digium TE410
Hello List Just want to check if anybody else is having this problem. Every time the PRI connections are disconnected, the card freezes, and I have to reload the driver, to make it work again. We are very seriously considering switching to Sangoma at this moment, due to this and other problems, but I want to know if there is a solution, and to make sure it isn't asterisk that's freezing
2007 Aug 13
1
Extract part of vector
Dear R-users, How do I extract numbers between asp?P= and &VID from my txt vector? I have tried grep function with no luck. txt <- c(" http://www.mysite.com/system/empty.asp?P=2&VID=default&SID=421384237289476&S=1&C=18631", " http://www.mysite.com/system/empty.asp?P=123&VID=default&SID=421384237289476&S=1&C=18643", "
2006 May 24
2
asterisk amportal start/stopped/start/stopped for all the time
Hi!I've this problem to another asterisk@home machine, without digium cards, but only with a bri isdn card.It doesn't connect in the amportal graphical,(it's stopped), if I make tha amportal start command this is the result: STARTING ASTERISK Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk. Asterisk ended with exit status 1 Asterisk died
2006 Jun 08
1
Using regcontext
Hello List Ive been trying to use regcontext, but I cant get it to work. Ive setup my sip peers to have the regexten _[0-9]., so that I can capture all registrations in a single extension. But when they register, I can see that the dynamic extension is created, but none of the rest of the code is executed, priority 2-4. Can anyone explain how I should use the regcontext parameter, etc. am I using
2006 Jun 27
2
SV: Error in config sample for GoToIf?
Hello As far as ive understood, you can just write Exten => s,n,GotoIf([${AVAILSTATUS} = 1]?autoanswer:fail) ${AVAILSTATUS} would return 1, and "${AVAILSTATUS}" would return "1" Jon -----Oprindelig meddelelse----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Brian Capouch Sendt: 27. juni 2006 09:10 Til:
1999 Mar 29
13
Samba help
Hello, I've recently installed Samba on a S.u.S.E. computer, and I am wondering what the best way to edit and manipulate the smb.conf file is. could anybody help me out??
2006 Jun 21
2
database copy in asterisk
Hi!I've 2 asteriskAtHome; How can I copy one database where are put all the sip authentificated registration to another one database on one other asteriskAthome so I've always the same Sip registrated and if one linux falls down I can run the other one without problems? Which files must I copy?then..I'll use a ssh scritp for this, I want only know which files I must copy...
2006 May 23
1
chan_zap.so error, asterisk stopped
Hi!I've a problem with asterisk,it doesn't start..it's stopped..I used the amportal start command and this is the result: SETTING FILE PERMISSIONS Permissions OK STARTING ASTERISK Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk. Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk.
2006 Jun 14
0
SV: DTMF when using g.729
I should note that we are not running the Digium g729 implementation, but the intel one. Also, to not angry people, this ofcourse isn't used in our production environment, only for testing if we want g.729. Jon -----Oprindelig meddelelse----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Moises Silva Sendt: 14. juni 2006 15:18 Til: