Displaying 20 results from an estimated 3000 matches similar to: "Failed Call Debugging?"
2005 Jul 21
3
[Asterisk-Dev] ClueCon in 2 Weeks!
ClueCon is coming in 2 weeks so we urge everyone who plans on
attending to register today so we get a proper headcount!
ClueCon was put together by Asterlink, the same team of people who
helped shape Asterisk into what it is today by writing features,
fixing bugs, offering IRC support and assisting with the management of
the development effort. We have produced several real-world solutions
based
2006 Mar 17
1
Asterilink?!?!
Hi,
Anyone know anything about asterlink? I've heard good things about
them. So I thought I'd give them a try. I went to sign-up....
however, I haven't heard from them, I've called them several times
between 9am and 5pm EST and no responce. Called today again after 9am
EST, no responce. Tried Sales, Billing, and CS, and got the same
person's voicemail! Is this a oneman
2004 Sep 05
3
ChanSpy by anthm and more...
Everyone we have a few new things to give back to the asterisk community.
http://bugs.digium.com/bug_view_page.php?bug_id=0002379
http://bugs.digium.com/bug_view_page.php?bug_id=0002380
http://bugs.digium.com/bug_view_page.php?bug_id=0002381
These include app_chanspy, the ability to spy on ANY bridged call taking
place inside asterisk. NOT just ZAP as with ZapScan/Barge.
Native format_* files
2006 Mar 21
1
Problem with chan_iax.c implimentation causesbad audio?
We have three remote call center Asterisk servers communicating with two
central Asterisk boxes over a private IP-VPN with QoS. All systems were
running Asterisk 1.0.7 communicating via IAX2 with little or no quality
issues at all.
Once we upgraded to Asterisk 1.2.4 call quality with IAX2 was horrific.
We tried with/without jitterbuffer. We messed with every jitterbuffer
parameter. We tried
2004 Sep 05
1
res_perl
Latest version of res_perl is up also.
http://www.bkw.org/~brian/res_perl.tar.gz
Brian
Asterlink.com
2005 Jun 14
2
Call parking in multi user environment
I'm looking for a solution for call parking in an environment where
multiple users are hosted on a single instance of asterisk. The main
issue being a way to keep user A from picking up calls parked by user
B.
I downloaded the supervaletparking code from asterlink which would
appear to be a solution, but it doesn't compile on the latest CVS
HEAD. I sent an email to the author just in
2005 Jun 28
1
This weeks Developer meeting
IAX2/guest@switch-3.asterlink.com/996 at 1pm CDT on Thurday the 30th.
If you have any topics that need to be covered please direct them to me.
Thanks,
/b
---
Anakin: ?You?re either with me, or you?re my enemy.?
Obi-Wan: ?Only a Sith could be an absolutist.?
2007 Dec 03
3
strsplit on comma, with a trailing comma in input
I have a comma-separated data file in which trailing commas sometimes occur.
I am using strsplit to extract the data from this file, and it seems great
except in cases with trailing comma characters.
The example below illustrates. What I'd like is to get a fourth element in
the answer, being an empty string just like the second element. Is there a
way I can express my patter (or perhaps
2019 Apr 15
3
Interprocedural DSE for -ftrivial-auto-var-init
Hi JF,
I've heard that you are interested DSE improvements and maybe we need to
be in sync.
So far I experimented with following DSE improvements:
* Cross-block DSE, it eliminates additional 7% stores comparing to existing
DSE. But it's not visible on benchmarks.
* Cross-block + Interprocedural analysis to annotate each function argument
with:
- can read before write
- will
2005 Aug 04
2
[Asterisk-Dev] OPAL now supports IAX2
August 5th, 2005:
Craig Southeren announced today that OPAL (http://www.voxgratia.org)
now provides support for the IAX2 protocol(Written by Derek Smithies
and released under the MPL). This support allows you to use
chan_woomera (http://www.pbxfreeware.org) driver developed by Anthony
Minessale II to interconnect your asterisk systems and use the IAX2,
SIP, and H.323 protocols.
I would
2005 Jul 07
0
[Asterisk-Dev] Cluecon, A mix of leading Open Source VoIP devlopers...
Just an FYI guys we have some of the leading open source developers
and projects going to speak/showcase at Cluecon.
These include:
Mark Spencer - Asterisk
Bob Andreasen - SIPFoundry
Craig Southeren - OpenH323
David Sugar - Bayonne
This should be an exciting event for all. Register Today!
hope to see you there!
Brian West
Asterlink.com
_______________________________________________
2005 Jul 28
2
[Asterisk-Dev] Digium to Sponsor a Pizza party at Cluecon
Digium, the creator and primary developer of Asterisk, the industrys
first Open Source PBX, will be hosting a pizza party from 4pm to 6pm
on the first day of Cluecon. We look forward to everyone coming out
to enjoy this opportunity to meet fellow developers and users in a
more casual environment.
I would like to personally thank Mark Spencer and Digium for their
support.
Thanks,
Brian
2006 May 29
1
Re: Nufone Echo Test
>> Carlos Chavez wrote:
>>
>>> Now that Nufone is dead, what are other providers of 800 numbers that
>>> work with Asterisk?
>>
>>
>> Nufone is NOT dead. It is working and I just added more funds into my
>> account.
>> You may also consider Asterlink. I'm a new client there, their support
>> is a little slow, sometimes
2006 Oct 16
4
Singleton Pattern in RoR
Hi all
how can I implement the singleton patter in RoR?
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this
2004 Feb 19
1
read codebook function
Anexed is my function for reading codebooks and the Vq Table. My problem is:
I read a codeBook number of 41, so i called this function above 41 times.
The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file.
function fReadBits1 is the same as the ogg's read bit
2010 Sep 07
1
Help with repeating values in a column of dataframe in R on a random pattern- reg
Dear Group
I have to populate a column in a R dataframe containing say 99 rows, where
for every 3 row one row (randomly determined) of the column should take
the value 1 and the other 2 row of that column should take the value 0.
I used the command
dataframe$new<-rep(sample(c(0,1,0),3,replace=FALSE),99)
This command repeats the same patter of response across the entire
column..
I would
2012 Jul 13
1
R combining many vectors of predictable name into one date frame
G'day R (power) users,
I have a many vectors, called:
ib1
ib2
ib3
...
ib100
and I would like them in one data frame (df) such that:
> df
ib1 ib2 ib3 ib4 ..... ib100
x x x x x
x x x x x
x x x x x
I have attempted:
hold.list <- list(objects(pattern="ib"))
df <- data.frame(hold.list)
but that
2005 Jan 12
0
So many Asterisk Patches - Which do I choose anduse?
Pulled Stable. ( CVS-v1-0-01/12/05-11:43:32)
This does compile cleanly.
Now I just have to weed out the features from CVS-HEAD that I was
using and patch them into STABLE.
-brian
On Wed, 12 Jan 2005 at 11:37 Paul Rodan (asterisk@glitch.cc) wrote:
> Problems with CVS-HEAD, but what about CVS-STABLE?
>
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
2005 Sep 19
1
Complete NPA-NXX list for USA/Canada npanxx,
> > On a related note, I wanted our phones to display "city, st" for the
> > caller-ID name in the event that none was provided.
>
> Interesting code. What sort of memory does * take up when you load up
> all those CLID values?
>
> Nathan
>
I am a little late to this thread, but the answer is WAY TO MUCH.
With 150,000 "pattern" match
2005 Jan 24
0
budgetone - pattern matching for ringtones - firmware 1.0.5.18
Hi,
It seems the patter matching on CallerID rule is an exact matching with this firmware.
ie: if you configured "30" for 2nd ringtone then callerID "30" will match and callerid "301" will NOT match.
This doesn't correspond to the wiki description ( http://www.voip-info.org/wiki-Asterisk+phone+grandstream+budgetone ).
Can anybody confirm? Is there a workaround