similar to: Re: Subscription state after reload (New subject)

Displaying 20 results from an estimated 4000 matches similar to: "Re: Subscription state after reload (New subject)"

2006 Mar 23
0
Re: Subscription state after reload (New subject)
*lol* I think he was referring to a ASTERISK reboot, not a phone reboot. > -----Original Message----- > From: Olle E Johansson [mailto:oej@edvina.net] > Sent: Thursday, March 23, 2006 1:15 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Re: Subscription state after reload (New > subject) > > > > 23 mar 2006 kl.
2006 Mar 23
0
Re: Subscription state after reload (New subject)
How can a reload clear registrations? If I 'reload' without using realtime, I keep my sip peers (as well as astdb). I can still contact other phones... registration info is still there. If I `reload` with realtime, I lose my sip peers (but astdb remains). I can _STILL_ contact other phones.... registration info is still there and Asterisk must be referring to astdb to find the IP
2006 Mar 27
1
FW: Re: Fw: anybody has SIP realtime working ?
Actually, I have tested this here with an Aastra 9133i and an Asterisk@Home server, and the 9133i will re-subscribe on its own after an Asterisk reboot, if you wait long enough. It took on the order of an hour to do so. Of course, a phone reboot will get it done faster, if necessary, but it _will_ eventually re-subscribe on its own. In another thread, I've seen a response that the GXP2000
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
2004 Jan 08
2
SIP reload configuration problem /* New subject */
When creating users in the sip.conf file, they do not appear when running the "sip show users" command from the CLI until i restart. A reload doesnt make them appear. As i said, I am new to the whole Asterisk thing, however have worked with IP/SIP PBX's for a few years - its most likely a user problem though! Check it out and let me know what you get. Cheers Chris PS - I would try
2009 Apr 01
10
FOR IMMEDIATE RELEASE: NEW CHANNEL DRIVER FOR ASTERISK RELEASED TODAY
* NEW CHANNEL DRIVER FOR ASTERISK 1.6 AND VOXSWITCH 3 ADDS AUDIO AND VIDEO TO MICROBLOGGING! In a surprising move, Digium in partnership with Edvina today released a new channel driver for Asterisk, chan_tweet. The driver connects seamlessly to several microblogging platforms, including Twitter, Facebook, Laconi.ca/Identi.ca and GSM text/SMS. The main feature of this new module is to
2003 Oct 27
1
Fwd: Re: Asterisk on FreeBSD
Your log file almost looks like a bug in Asterisk doesn't it? Why call poll() with a zero timeout while passing only one FD? and then why do the read when there is no data? Read the man pages for all the system calls Take a look at the source chan_sip.c /* Wait for sched or io */ res = ast_sched_wait(sched); if ((res < 0) || (res > 1000))
2006 Oct 11
4
Psst... Top secret information: Codename Pineapple
Friends in the Asterisk community, I've been talking for years about the new version of the SIP channel. I've been trying to get funding and get going. Well, the funding part remains to be handled, but I have other news - if you kan keep it to yourself. ...I've began coding. Finally. With a happy smile on my face I removed "pedantic=yes" the other day. After years of
2004 Apr 20
1
Re: SIP re-invite
Trouble getting chan_sip2 to compile below is what I have done -download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software cp /root/software/chan_sip2s.c /usr/src/asterisk/channels cd /usr/src/asterisk/ patch -p0 acl.c /root/software/acl.c.patch cd /usr/src/asterisk/include/asterisk patch -p0 acl.h /root/software/acl.h.patch - added the follow to /usr/src/asterisk/channels/Makefile
2006 Mar 10
3
Development news :: T38 passthrough support
Friends in the Asterisk.org community, There is a lot of cool stuff going on in Asterisk development, things that will change Asterisk and make it work better in your organisation, make it easier to sell in your area or give you more consulting oppurtunities - in short, functionality that will make a lot of sense for you users. However, developers can't really get anywhere without a
2006 May 19
1
Development news :: Smarter medialess calls!
Friends, To update you on recent changes in svn trunk, I can inform you that we now have ever smarter ways to handle media streams in Asterisk than we do in 1.2 for the IAX2 and SIP protocols. * IAX2: Splitting signalling and media apart Starting with the IAX2 protocol, we now have the ability to transfer media streams to go directly between IAX2 servers and keep the signalling path.
2007 Dec 15
17
Upgrade to Asterisk 1.4 - it's one year's old!
Friends in the Asterisk community, I'm kind of interested in the slow uptake of Asterisk 1.4. Between 1.2 and 1.4 there's been a lot of important development. New code cleanups, optimization, new functions. I realize that 1.4 at release time wasn't ready for release, but we've spent one year polishing it, working hard with bug fixes. The 1.4 that is in distribution now is
2006 Mar 21
12
Fw: anybody has SIP realtime working ?
Hello, I am just asking this because I am note sure if the problem is on my side or not, I saw some comments on SIP realtime today so I was wondering, has anybody has SIP realtime working with a softfone ? If yes, please confirm, that would give me a light. My previous message to the list is below. Thanks. Frederic ----- Original Message ----- From: Frederic Jean To:
2009 Dec 17
1
Asterisk IPv6 update - we need an update
Friends, At the first Astricon I was very happy to see Marc Blanchet as one of the attendees. I knew he was one of the IPv6 gurus and wanted someone to show some interest in Asterisk and IPv6. Well, he did not only get interested in it, but started coding on it. The results have been available for quite some time at http://www.asteriskv6.org/ and Marc has tested it at several SIPits for
2009 Aug 25
6
Breaking news, but what happened? 11.000 channels on one server
Hello Asterisk users around the world! Recently, I have been working with pretty large Asterisk installations. 300 servers running Asterisk and Kamailio (OpenSER). Replacing large Nortel systems with just a few tiny boxes and other interesting solutions. Testing has been a large part of these projects. How much can we put into one Asterisk box? Calls per euro invested matters. So far,
2011 Apr 01
1
The SIP channel driver - I'm giving up.
Friends, After having spent many years working with the Asterisk SIP channel driver and the SIPv2 protocol, I have finally realized that this is a dead end. It's getting nowhere and it's way too complicated to set up, run and support in working code. After realizing this, I started a new standardization project together with my friends in Canada, Simon and Marc, to develop a working
2006 Apr 05
5
Dial Plan Logic Problem
Hi I can't for the life of me work out why this is not working. When in the campon contect if you hit a DTMF key 2 you get moved to the exten => 2 defined in the mainmenu context not the exten => 2 defined in the campon context. What is wrong? The same happens if you hit key 1. [campon] exten => _*1XXX,1,Answer exten => _*1XXX,2,SetCallerID(${CALLERIDNUM}) exten =>
2006 May 31
0
Asterisk Bootcamp in Europe :: June 12-16 and the Asterisk SIP Masterclass in Chicago, July 2006
** Asterisk Bootcamp in Stockholm, Sweden The next Asterisk Training is the Edvina.net Asterisk Bootcamp - the class we have been giving for over a year under the brand name "Astricon Training". The same teacher, the same material and a new name. All students have a PC and will install a fully working Asterisk PBX. During the week, we will build a business PBX configuration as
2006 Jun 06
0
What to do on a national celebration day? Test, test, test!
Today is Swedens national day - since a few years a holiday too. We don't have a tradition on how to celebrate. Sweden has not been to war for a very long time, so there's no real spirit for the country here - it's been aroundfor such a long time, so what? :-) Guess we have to learn from abroad, to get a celebration feeling like July 4th in the US or May 17th in Norway (from
2007 Mar 06
0
Re: asterisk-users Digest, Vol 32, Issue 21
---------------------------------------------------------------------- Message: 1 Date: Tue, 6 Mar 2007 20:02:07 +0100 From: Olle E Johansson <oej@edvina.net> Subject: [asterisk-users] Building a new voicemail system... Testers needed! To: Asterisk Non-Commercial Discussion Users Mailing List - <asterisk-users@lists.digium.com> Message-ID: