search for: golovich

Displaying 16 results from an estimated 16 matches for "golovich".

2003 Jul 30
3
Manager.pm port
For anyone that cares... I am porting James Golovich's Manager.pm over to PHP. I plan on also doing some documentation which will cover both the Perl and PHP APIs, which will be almost identical (at least, to whatever extent is practical). Will let y'all know when I have some usable code to show you. -- JustThe.net Internet & Multimed...
2004 Sep 09
3
Caller-ID name lookup via anywho.com
Hey all, Did I see something on here about using an AGI script to do reverse lookups via anywho.com? I have a PRI that only gets caller-id number and no Alpha. TIA, -- Daniel Jimenez <djimenez[at]pobox[dot]com>
2003 Jun 18
1
chan_agent MOH was (Re: CVS Error 2003-06-19)
...aked that with a silent mp3, but to do it right it should also be a config flag in the agent.conf file for each agent, prolly add another arg to each agent definition for the MOH class, & the arg 'none' means don't play music for that agent -----Original Message----- From: James Golovich <james@wwnet.net> To: asterisk-users@lists.digium.com <asterisk-users@lists.digium.com> Date: June 18, 2003 9:17 AM Subject: Re: [Asterisk-Users] CVS Error 2003-06-19 > > > >On Wed, 18 Jun 2003, John Congdon wrote: > >> That is exactly what happened. I commented...
2003 Aug 29
6
Festival and Asterisk
Hello, I am trying to run festival, it is running but I am getting this when I run tts_ping.agi WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Text passed to festival server : Enter the eye-p address you wish to ping. WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passing text to festival... WARNING[278546]: File app_festival.c, Line 400 (festival_exec):
2007 Jul 12
0
No subject
...s TCP and TLS support for chan_sip. There are various new options in configs/sip.conf.sample that are used to enable these features. Also, there is a document, doc/siptls.txt that describes some things in more detail. This code was implemented by Brett Bryant and James Golovich. It was reviewed by Joshua Colp and myself. A number of other people participated in the testing of this code, but since it was done outside of the bug tracker, I do not have their names. If you were one of them, thanks a lot for the help! (closes issue #4903, but with compl...
2003 Oct 13
1
AGI solution to Grandstream BT102 call waiting problem
...busy or not, it will still return the channel as available. Maybe the definition of channel is available does not have anything to do if it is in a call or not. In the case of the Channel Status, it always returns 201 on the Sip channel. Actually, I'm using the Asterisk Perl Modules by James Golovich so the $AGI->channel_status('Zap/1-1') returns 4 and the $AGI->channel_status('Sip/2400') returns -1. I think that a major problem with the Channel Status is that the Sip channel is not being correctly provided. Since it seems to work with the Zap channel. The code is walki...
2003 Jul 23
1
AGI.pm?
I've seen references to this module in the mailing list archives, but it isn't in the 0.4.0 tarball, nor is it in CVS. I can roll my own and was planning to do so anyhow, but that doesn't seem to make a lot of sense if it already exists. Am I not looking somewhere I should be looking? Most of the Google hits just point to the mailing list. -- JustThe.net Internet & Multimedia
2004 Apr 04
2
Problem with Manager Originate
Hi I am trying Manager interface for originate a call. This is what I get --------------- Action: Originate Exten: 555 CallerID: test <6656> Context: local Timeout: 600 Channel: SIP/8782 Priority: 1 Response: Error Message: Originate failed ---------------- What do I do wrong? Thank you Serge _________________________________________________________________ MSN Premium with Virus Guard
2003 Jun 17
3
Firewall Silly - anyone can help with a CVS tar ball ?
Hi All, Our FW appears to be blocking my CVS attempts, does anyone have a tar ball they can send me ? Rgds, Adam ********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message
2004 Sep 16
5
reverse the selection order of zap channels for outgoing calls
The subject says it all. Is it possible, code wise, configuration wise, at all - to reverse the order in which the available zap channels are used for *outgoing* calls? Code wise, I looked at the channel structure and it appears as though there is only a next pointer, not a previous pointer, so to 'easily' to this in the code would require a change to the code that reads in zapata.conf?
2003 Dec 08
3
Strange variable chopping from AGI's
AGI's are resulting in unusual behaviors. Can someone please tell me if this is my inappropriate use of AGI's, inappropriate use of Time::HiRes, or a bug with *: I call this script twice: #!/usr/bin/perl use Time::HiRes qw( gettimeofday ); ($seconds, $microseconds) = gettimeofday; $hirestime = sprintf("%s","$seconds$microseconds"); print "SET VARIABLE
2003 Jun 17
11
New Module app_perl
I just made my first 2 modules for asterisk (The 1st one is depriciated already). I was annoyed that i couldn't get GotoIf to take any expressions besides a boolean then i made a module to mimic gotoif and parse a few expressions like (${var} > 12) exten => 1,1,gotoif_expr,${var} > 12:1|4:1|5 Then I immediatly obseleted it with this new embedded perl module that lets you
2003 Apr 07
7
Should List be Moderated?
In light of recent flame baits and advertisements sent to the list, I would like to seek opinions of list members on making the list moderated. I certainly don't have time to moderate the list myself, so I would suggest giving at least a half dozen, maybe more, people the ability to approve posts to keep it flowing quickly. Moderators would be asked just to approve/disapprove based upon a
2003 Mar 28
8
SNOM 100 vs SNOM 200??
Hi, I have more or less decided to do with the SNOM phones for the next stage of testing with Asterisk becasue they seem to be the best value for money and have support for the GSM codec and easy upgrades.. But now I have to decied wheather to get the 100 or 200 and if its the 200 then I need to have some justification for the extra cost.. Can someone who knows these 2 phones tell me what the
2003 Apr 02
7
FAX over IAX
Hi, We are looking at consolidating our lines with PRI. This will allow the elimination of many fax lines. Some of them will be replaced with this type of config ... PRI * IAX * Channel-Bank FAX We will have daggressor suppressor enabled. Is anyone doing this and should I expect smooth operation? John This e-mail was scanned and found clean by Monroe-Woodbury CSD Antivirus.
2005 Apr 09
3
CallerID name lookup AGI script
Hi all, My VoIP provider (race.com) doesn't send name info with CallerID, so I wrote an AGI script that does the following: 1) If it's a toll free number (800|888|877|866), set the CallerID name to "TollFree Caller" 2) Use curl to look up the number in Google phonebook 3) If a business listing, set the CallerID name to business name, as is. 4) If it's a residential