similar to: asterisk php status viewer

Displaying 20 results from an estimated 2000 matches similar to: "asterisk php status viewer"

2003 Apr 18
1
Account code on SIP
I was wondering if the accountcode flag works with sip channels. I was looking into the debug and ,even if I have the line accountcode=XXX into the users sections of my sip.conf, I don't see it logged into the cdr. Matteo Brancaleoni mbrancaleoni@espia.it Emmegi System Administrator EspiA - EMMEGI Srl - e*solution provider Uffici: Via Pascoli, 37 20129 Milano - Italy Sede Legale: Corso
2003 Nov 07
2
Callgroups and Pickupgroups in Console/dsp
Hi all. I've made a patch for chan_oss.c to enable callgroups and pickupgroups in it (since wasn't enabled). I needed it for a special use of the console (pickup calls arriving to the console from another phone) btw, If someone is interested, I can submit a patch to the bugtracker. I won't do it until that's usefult for someone... since is a very special features that probably no
2003 Jun 13
3
Call queues for phone operator
Hi. I was wondering how can I make incoming calls to wait if the phone operator is busy. I've 8 incoming lines, with 30 extensions. What I need is if the operator is busy with call nr #1 , the new incoming call waits until the op. is free. Looking into app_queue seems the way to go. So I want to ask if I'm right or wrong: I set up only a queue , is to say operatorq, where the only member
2003 Apr 08
1
Wiki for the * community.
Hi 2 all. I was thinking to start a little web site with phpwiki, to let the * community build a sort of shared documentation 'bout * & related. That because in a wiki "place" all grows faster, and is also the right place to share experiences. For example it's right to have documentation about * installations, ie who has done what with asterisk Till now we don't know
2003 Oct 07
1
[PATCH] allow announcements in app_dial
Hi. Since a customer requested us that feature, I wrote this little patch for app_dial to allow to play an announcement to the called party, as soon he answers. you can define the file to play in the dial() option, using A(filename). for example: exten => blah,1,Dial(Zap/blah,30,rA(/my/own/announce)Tt) that doesn't break anything ... feel free to blame me for anything bad this patch
2003 Nov 24
0
Picking an open channel (FXO port) for outbo und calls
Thanks to everyone for your quick responses to this question. I'm very excited about the Asterisk project, and the growing community seems to be very active these days. Hopefully when the time comes for our county's transition to VoIP we may be able to go for an Asterisk-based solution. -- Tony Kava Network Administrator Pottawattamie County, Iowa -----Original Message----- From:
2003 Sep 28
0
Asterisk CVS viewer on line
Hi to all. I've put on line a cvs viewer for asterisk source code. Is based onto the suite horde+chora. The website is http://asterisk.espia-net.net The cvs modules shown are * asterisk * asterisk-addons * zaptel * zapata * libpri * libr2 * libiax * libiax2 * gnophone * phpconfig * gastman all revisions, branch , comments & whatever cvs is has been preserved. this could be a sort of
2003 Feb 21
0
I4l outgoing dtmf problem.
Hi. I'm working with i4l with asterisk CVS-02/21/03-13:59:12, plus i4l (chan modem i4l *dsp patched* and kernel 2.4.19 patched to disable dtmf). All seems ok (apart some echo issues that seems gone with mec2 aggressive suppressor), but outgoing dtmf doesn't work . or at least I hear the very first part of the dtmf, but then it seems suppressed. here's my modem.conf [interfaces]
2003 Mar 03
0
Asterisk log rotation
Hi. Has anyone provided an easy way to rotate asterisk log files into /var/log/asterisk. I want to do that, because I prefer to have full logging enabled in the debug file and the messages file, but could became pretty big. Same apply for cdr-csv files. I wanted to setup a logrotate rule, but was thinking if I must use a kill -HUP to asterisk. (never tried HUP with asterisk... don't know if
2003 Apr 02
0
Zap flash bug?
Hi. I'm experiencing that bug with flash on zaptel. That's the problem: Zap/A call Zap/B Zap/B flash transfers to Zap/C Now Zap/A is online with Zap/C Till now all ok... but now if Zap/C wants to transfer again, it can't... the debug says that it got a WinkFlash when call not up or ringing (as attached below, Zap/10 is Zap/C in my example) Apr 2 09:14:01 DEBUG[32789]: File
2003 Apr 11
1
Strange Sip problem?
Hi. I'm getting a strange sip issue, with latest cvs. I was tring the *8 extension for call pickup on sip, but I forget to define the callgroup & pickupgroup in sip.conf . Now when I dial *8 from the crisco phone and hangup, the channel in asterisk don't go down and I'm not able to dial from the phone again. If I do a softhangup on the rem. console it does nothing and the
2003 Jul 14
3
New budgetone firmware
Hi. Has anyone experienced with the new firmware .77 ? There's Day Light Saving time now, but haven't time to play with it, till now. Matteo. -- Matteo Brancaleoni Espia System Administrator - IT services Website : http://www.espia.it Email : mbrancaleoni@espia.it
2003 Jul 23
2
SIP info
I was wondering what are the values for sending dmtf via sip info. I mean, when I use dtmf relay via sip info, the sip/sdp message contains a Signal=X where X is the dmtf. That's ok for dtmf 0-9 . but what when dtmf is * or # ? we must send signal=# ? I ask that because I noticed that budgetones phone sends out * as signal=10 and # as signal=11 . but asterisk don't detect them, 'cause
2003 May 25
2
Message Waiting and VoiceMail 2
Hi. I noticed that if new messages are recorded with voicemail2 , they're not detected by the message waiting indicator, so the mailbox=XXXX param has no effect, and no message waiting is sent to the phone (sip & adsi, or stutter dialtone) Any hint? -- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmgi Srl
2003 May 01
2
Max number of connection in IAX ?
Hi. I was wondering if there's a parameter to limit the number of concurrent sessions in IAX, globally or on a per-user basis. That could be needed for security purposes (to prevent dos attacks), to limit bandwidth / cpu usage, or to not allow more than N guest connections, for example. Any other VoIP channel support that? (like SIP, MGCP) Matteo. -- Brancaleoni Matteo
2003 Oct 19
0
Flastman 0.0.1-pre-alpha
Hi. My first 'snapshot' of flastman is out. Flastman stands for FLash ASTerisk MANager. written in flash, this first version is just a proof of concept, ie doesn't nothing except for logging in/out & displaying manager events while logged in. But is realtime & in any flash-enabled browser. Not very useful yet, but I'm going to improve it. For the hardcore testers, grab it
2004 Feb 03
2
Playing announcement to called user prior toConfirmation
I wish 'A(x)' was available with AgentCallBackLogin!! :( -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Matteo Brancaleoni Sent: Tuesday, February 03, 2004 6:48 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Playing announcement to called user prior toConfirmation show application
2003 Nov 14
0
Hidden bug in *8 call pickup with Sip
Hi. Seems that there's a hidden bug in sip call pickup with *8. If I pickup a Sip ringing phone from another sip phone on the very first ring (before the first ring completes), the ringing phone doesn't stop ringing, however the call is connected ok. But, if I pickup the call after the first ring, (after the first, the second, or during the second, or other silly combinations always
2004 Jan 20
0
[A-bit-OT] Power Over Ethernet Discovery process
Hi, Since someone asked, here's how POE standard does discovery process for a POE device. of course is a passive detection... but that's why you don't have POE always-on on a POE enabled switch port.... you can find more info in article area of http://www.poweroverethernet.com and full specs @ http://www.ieee802.org/3/af/index.html You will find a resistance value in the quote
2004 Apr 26
0
Re: [Asterisk-cvs] asterisk BUGS,1.7.2.1,1.7.2.2
Hi, about select vs poll differences, like in cvs message below <snip> > > Modified Files: > Tag: v1-0_stable > BUGS > Log Message: > Update 1.0 BUGS file to be aware of select vs. poll stuff <snip> > +* The number of channels that can be simultaneously run through Asterisk > + may be more limited than in development releases due to the use of > +