[asterisk-users] Call log reveals redundant calls!
Mike Benjamin
mbenjam at yahoo.com
Tue Nov 14 18:47:30 MST 2006
Hi, all--
What do you make of this? Here's my call log--looks like there are a lot of
calls going in and out of the server that are not real incoming or outgoing
calls. Does anybody have any clue what is happening?
2006-11-14 16:41:00 Local/8183... 8183461773 "8183461773" <8183461773>
8183461773 NO ANSWER 1
47. 2006-11-14 16:40:59 IAX2/Voice... 8183461773 "8183461773" <8183461773>
1 NO ANSWER 2
48. 2006-11-14 16:40:55 Local/8183... 8183461773 "Valley Heme Onc"
<8183461773> 8183461773 NO ANSWER 4
49. 2006-11-14 16:40:54 IAX2/Voice... 8183461773 "8183461773" <8183461773>
1 NO ANSWER 5
Thanks,
Dr. B.
--- asterisk-users-request at lists.digium.com wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users at lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.digium.com/mailman/listinfo/asterisk-users
> or, via email, send a message with subject or body 'help' to
> asterisk-users-request at lists.digium.com
>
> You can reach the person managing the list at
> asterisk-users-owner at lists.digium.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of asterisk-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Load balance Asterisk servers? (David Thomas)
> 2. Re: config template for Grandstreams (Bob Chiodini)
> 3. RE: 900 rules (Ron McLeod)
> 4. Re: Retain call control: Avoid letting call get into cellular
> voicemail (was: Dialplan options) (Anselm Martin Hoffmeister)
> 5. Re: Dialing from "Placed Calls" on Polycom IP501doesn't
> always work (Anthony Rodgers)
> 6. Re: Polycom - how to 'buddy watch' trunks? (Anthony Rodgers)
> 7. DUNDi Asterisk Cluster (David Thomas)
> 8. Re: OutCall Release (Tzafrir Cohen)
> 9. Re: Survey: In what ways do you use Asterisk at your house? (Ira)
> 10. In the beginning-The first question. (James R. Stevens)
> 11. RE: Problem found Re: [asterisk-users] Headaches with Video
> over SIP (Peter Howard)
> 12. Re: In the beginning-The first question. (Doug Lytle)
> 13. RE: OutCall Release (Senad Jordanovic)
> 14. Re: Problem with FXS ports of TDM400P (Gustavo Felisberto)
> 15. unable to get channel lock BAD BAD BAD (Tim Uckun)
> 16. Re: Load balance Asterisk servers? (Aaron Daniel)
> 17. Re: "Username/auth name mismatch" + SIP phone can't connect?
> (Fred)
> 18. Re: DUNDi Asterisk Cluster (Aaron Daniel)
> 19. How do I change the rtp packet size in a Cisco 7490 from 10ms
> to 20ms (Naija Man)
> 20. Re: Problem with FXS ports of TDM400P (Gustavo Felisberto)
> 21. Voice mail transfer between 2 asterisk servers (Naija Man)
> 22. RE: Problem with FXS ports of TDM400P (Robert Jenkins)
> 23. RE: In the beginning-The first question. (James R. Stevens)
> 24. Re: In the beginning-The first question. (Doug Lytle)
> 25. Re: Re: Is asterisk able to integrate with MS SQL (Sharon Lim)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 14 Nov 2006 12:00:25 -0700
> From: "David Thomas" <punknow at gmail.com>
> Subject: Re: [asterisk-users] Load balance Asterisk servers?
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> <asterisk-users at lists.digium.com>
> Message-ID:
> <27cfba050611141100u4793e56dkdecd5c8a786f4625 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 11/14/06, Aaron Daniel <amdtech at shsu.edu> wrote:
> > Incorrect :) IAX2 most definitely does support regcontext.
> >
> > Also, I think what he means is the phone specific information must be
> > exactly the same from system to system or the failover won't be as
> > seamless as you expect. A lot of phones support some sort of SRV
> > records, so in the event of a failure, the phones will automatically
> > find the next available server. The other option there is to set up an
> > HA environment so the failover is even transparent to the phones, they
> > just start talking to the new IP address immediately.
> >
> > Another thought, in any failover situation, if you have any sort of
> > automated failover, you must make sure phones that need specific
> > features fail to the same server (i.e. hinting and such) as those
> > features don't work cross server.
> >
> > Aaron
> >
> > On Tue, 2006-11-14 at 08:16 -0700, David Thomas wrote:
> > > On 11/14/06, Stelios Koroneos <skoroneos at digital-opsis.com> wrote:
> > > > JR Richardson gave a very nice presentation at Astricon on how to do
> that with DUNDI
> > >
> > > As I understand it JR Richardson's DUNDi solution does not support
> > > IAX. It uses regcontex which I believe is only available with SIP.
> > > (please correct me if I'm wrong)
> > >
> > > Also JR notes that...
> > >
> > > "Associated SIP Users, business customers, require same registration
> > > and failover to the same servers" so unless this is for a residential
> > > setup, it may not be of much use to you. Nevertheless it is great
> > > documentation, and may get you further than you are now.
> > >
> > > regards,
> > > David
> > > _______________________________________________
> > > --Bandwidth and Colocation provided by Easynews.com --
> > >
> > > asterisk-users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> > --
> > Aaron Daniel
> > Senior Voice Analyst
> > Sam Houston State University
> > amdtech at shsu.edu
> > (936) 294-4198
> >
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
> There I go spreading mis-information again. :)
> Thanks Aaron for clearing up the IAX2 regcontext question. That is good to
> know.
>
> In the DUNDi scenario, are there any other features that would be
> affected or become unavailable in the event of a failure?
>
> It seems like normal call processing would continue once the client
> re-registered to a different box, but I haven't tried it yet.
>
> I assume one could use DNS-Round-Robin to load balance registrations
> between the boxes in the cluster, then pull the failed box out of DNS
> to prevent registration attempts while the box is dead. Is there a
> better way to do this ???
>
> David
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 14 Nov 2006 14:05:14 -0500
> From: Bob Chiodini <bchiodini at gmail.com>
> Subject: Re: [asterisk-users] config template for Grandstreams
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> <asterisk-users at lists.digium.com>
> Message-ID: <1163531114.28567.1.camel at tweedy.ksc.nasa.gov>
> Content-Type: text/plain
>
> It appears to be up there now. From the header:
>
>
################################################################################################
> ## Configuration template for GXP-2000 firmware version 1.1.1.14
>
################################################################################################
>
> Bob...
>
> On Tue, 2006-11-14 at 13:45 -0500, Todd- Asterisk wrote:
> > Thanks- they did respond. I got a new template, but was asked to not
> > share it for now - it'll be on their website in a few days pending
> > committee approval....
> > thanks
> > Todd
> >
> > On Nov 14, 2006, at 12:50 PM, Gordon Henderson wrote:
> >
> > > On Fri, 10 Nov 2006, Todd- Asterisk wrote:
> > >
> > >> I'm preparing to deploy a small number of Grandstream BT101's and
> > >> GXP2000's to a remote location (which I won't have access to). I'd
> > >> like to have them pull a config file from my server - I'm almost
> > >> there...
> > >>
> > >> The phones are looking for the config file on my webserver which is
> > >> good. I need to generate that file however. I see a tool on the GS
> > >> website to generate the config file from a template, but the
> > >> templates posted on their website are for an old version of the phone
> > >> firmware. Anyone have a tool or access to templates for the latest
> > >> firmware versions?
> > >
> > > Email their technical support. I did this a few days ago for the
> > > latest
> > > one for the GPX2000 and they emailled it back the next day.
> > >
> > > Gordon
> > > _______________________________________________
> > > --Bandwidth and Colocation provided by Easynews.com --
> > >
> > > asterisk-users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> >
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> ------------------------------
>
=== message truncated ===
More information about the asterisk-users
mailing list