similar to: PBX Testing Framework

Displaying 20 results from an estimated 40000 matches similar to: "PBX Testing Framework"

2007 Oct 17
3
Play sound on hangup
Hi, Does anybody have some ideas - how to play a sound file on channel, after that bridged channel got hanged up? Regards, Atis -- Atis Lezdins VoIP Developer, IQ Labs Inc. atis at iq-labs.net Skype: atis.lezdins Cell Phone: +371 28806004 Work phone: +1 800 7502835
2008 Nov 21
2
Log level of 500 Server Internal Error.
Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 "Server Internal Error" I just noticed that i sometimes get those back from provider. They are currently general SIP message log entries with verbose level 3. I wonder if such SIP fails could generate at least WARNING in log? Currently i'm checking logs for warnings and errors, so i probably have missed those.. It would be
2009 Apr 22
0
[asterisk-dev] How to get to 10.000 open calls
# moving to -users as this belongs there. It is a nice idea to run several Asterisk processes simultenously, it will defineately help with multithreading. However I would suggest trying less instances - that would perhaps give greater benefit, as Asterisk has it's own threading. For example 8 instances of Asterisk / 4 instances.. However, in this case - if You go for splitting everything up,
2008 Jan 17
1
Zaptel timing on TE405P
Hi, I'm wondering why zttest shows Best: 99.976 -- Worst: 99.967 -- Average: 99.971469, Difference: 99.971469 Shouldn't it be 100% as timing is hardware and comes from PRI? Am I missing some kernel config? Regards, Atis My /etc/zaptel.conf is span=1,4,0,esf,b8zs span=2,3,0,esf,b8zs span=3,2,0,esf,b8zs span=4,1,0,esf,b8zs #lspci 07:03.0 Communication controller: Digium, Inc. Wildcard
2007 Dec 25
1
Softphone to be installed on the Mobile
Thanks a lot for the help. But if Asterisk has private IP address and the only way to access it from remote sites is to have vpn connection to the site that asterisk existed (the site has vpn), then how that will happen from the Mobile to be able to run the softphone from the mobile? Any help? Regards Bilal ----------------- I installed out of curiosity today, and guess what? You can do SIP over
2007 Dec 17
0
Automatic tests (was Re: Upgrade to Asterisk 1.4 - it's one year's old!)
On 12/17/07, Jared Smith <jsmith at digium.com> wrote: > On Mon, 2007-12-17 at 12:00 -0800, shadowym wrote: > > I do wish Digium or whoever tests this stuff had a more reliable way of > > testing software releases rather than relying on feedback from the > > community. Fonality, for example use what they call a "hammer" which sounds > > to me like a
2008 Jan 11
0
Deadlock of asterisk on app_system
Hi, I just had my production box deadlocked - no calls could go trough, CLI didn't load. Last lines in log were: [Jan 11 09:15:43] VERBOSE[7265] logger.c: -- Executing [28901 at local_dial:40] GotoIf("SIP/204.11.200.152-c0070ed0", "1?41:57") in new stack [Jan 11 09:15:43] VERBOSE[7265] logger.c: -- Goto (local_dial,28901,41) [Jan 11 09:15:43] VERBOSE[7265]
2008 Jan 17
1
Device state of SIP doesn't change
Hi, I'm wondering - why SIP device state doesn't get updated to anything else, except Not In Use. For queue call (with Local channel) i get: app_queue.c: Device 'SIP/21168' changed to state '1' (Not in use) app_queue.c: Device 'SIP/21168' changed to state '1' (Not in use) app_queue.c: The device state of this queue member, Agent/21168, is still 'Not in
2008 Nov 06
0
[OT] Capitalism (was: Spam from DIDForSale <contact-sales@didforsale.com>)
On Thu, Nov 6, 2008 at 7:50 PM, Anthony Francis <anthonyf at rockynet.com> wrote: > http://en.wikipedia.org/wiki/Jacque_Fresco > > A resource based economy. > > Greg Woods wrote: >> On Thu, 2008-11-06 at 09:46 -0700, Anthony Francis wrote: >> >>> Gotta love this list being farmed for spammers now. I am sure they call >>> it targeted delivery or
2007 Jul 12
0
No subject
patents, but it's full of legal terms. Maybe anyone can comment? http://www.europarl.europa.eu/commonpositions/2005/pdf/c6-0058-05_en.pdf Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, atis at iq-labs.net Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835
2008 Oct 29
0
[OT] Flash player for call recordings - 8khz
Hello, I'm trying to find simple MP3 player in flash, to integrate it with call recordings. My requirements would be: * simple UI * buffering (would be nice) * slider * volume control * support of 8kHz stereo mp3 * javascript access to seek/position * free for any use (GPL, MPL, MIT, BSD) So far I've found that JWplayer[1] does great with my recordings. However it's not small in
2008 Mar 10
0
Audiocodes MP124-FXS replying BUSY when line is not.
Hello, Has anybody seen that Audiocodes gateway is replying with "486 Busy here" when it's actually not (last call ended ~15 seconds ago). I see this quite often. From other logs i see that previous call ends at 11:13:01, then app_queue tries to dial at 11:13:14 and fails numerous times, before succeeding at 11:14:02 I have attached sample SIP debug log: Any ideas what i could
2008 Nov 23
0
Large Asterisk installations (~10, 000 extensions), preferably at universities
Bourvine, > > So, why won't we save the big bucks we pay them, hire two professionals > (who cost less) and support an open source code by ourselves? This way > we depend on ourselves only. > > > > Thanks, __Yehavi: I remember hearing University of Pennsylvania have been using Asterisk for sometime. I am not certain where I came across that
2008 Oct 01
1
Software patents (was G723 on asterisk 1.4.1)
On Wed, Oct 1, 2008 at 6:34 AM, Andrew Joakimsen <joakimsen at gmail.com> wrote: > On Sun, Mar 23, 2008 at 11:34 PM, Tilghman Lesher > <tilghman at mail.jeffandtilghman.com> wrote: >> It is completely illegal in any country that recognizes patents. > > You mean countries that recognize software patents, right? As resident of country where the file is hosted - yes we
2007 Sep 14
2
Prompt for extension with standard dial-tone.
Hi, What i want to do - is to give ability for answered call to hear regular dial tone and be able to enter phone number - that i would dial later. I tried to look at WaitExten and PlayTones, but they seem to not work together - WaitExten doesn't interrupt going on PlayTones. Is there any way how i could do that - so that it looks really natural? It would be silly to create long-long-long
2008 Feb 18
2
SiP call generator
I want to have a PC-based real-time VoIP bulk call generator (including both SIP signaling and RTP generation) for stress testing and precise analysis of the VoIP network equipment. Do any one knows a free program can do that . Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with
2007 Sep 13
0
asterisk call back dail plan
Hi, I meant - if you have more specific questions - please ask them. And writing back to ML would be desirable, because this info might be useful for other people. I can't give you my dialplan, because it's too large and probably useless without lot of external configs. I can just tell you where to look in info, and if you don't have something working as expected - you're welcome
2007 Oct 03
1
Resolving digit strings using pound/hash.
Hi all, The thing that has bugged me about Asterisk since I first started playing with it, is the fact that the pound sign/hash/octothorp doesn't resolve digit conflicts or cancel timing on a variable length string such as a tie line code or when you call numbers in a country whose length can be different between numbers in the same plan. In North America, we see this when calling
2008 Jan 25
2
Intercepting DTMF to initiate Voice Drop
Hi, I'm trying to implement a Voice Drop service within Asterisk dial-plan. The service is supposed to work as following: 1. A initiates a call to B 2. The call is answered by B's answering machine 3. A hears the answering machine's greeting and the recording beep 4. A speaks a few words into the recording to personalize the message 5. A presses some DTMF keys (say, '##') to
2007 Oct 11
2
Is there real benefits on a SMP machine for Asterisk?
Hi list, I'm now considering to buy a new server for an Asterisk installation, since I've been kindly advised<http://lists.digium.com/pipermail/asterisk-users/2007-October/198146.html>not to use an old server for a mission critical app... Well, playing around in Dell's, HP's and IBM's online stores, I've noticed a lot of Discounts or even FREE upgrades from Dual to