similar to: IP Trunking for LD?

Displaying 20 results from an estimated 5000 matches similar to: "IP Trunking for LD?"

2005 Jul 18
2
Mail Notification
Hi all!, i search for some information about to setup my asterisk box with e-mail notification when a I call the voicemail application. Voicemail application works fine in the Dial Plan but nothing happens with email notification ...so what i need to know about this?...wiki pages did not help me ....thanks! G. ----- Original Message ----- From: <asterisk-users-request@lists.digium.com>
2006 Jun 17
0
T1 + E&M
Maybe of you guys know the answer to this: We have T1's that come from both MCI and Global Crossing as channelized (24 Ports per T) with inband (DTMF) delivery of ANI and DNIS (format = *DNIS*ANI*). My old equipment was set for D4, AMI, SF and Wink Start and so is Asterisk. I've moved these T's to Asterisk TE410P and inbound calls are arriving to external voice mail system
2006 Jun 17
0
E&M + Dial tone
Maybe of you guys know the answer to this: We have T1's that come from both MCI and Global Crossing as channelized (24 Ports per T) with inband (DTMF) delivery of ANI and DNIS (format = *DNIS*ANI*). My old equipment was set for D4, AMI, SF and Wink Start and so is Asterisk. I've moved these T's to Asterisk TE410P and inbound calls are arriving to external voice mail system correctly
2011 Apr 12
0
No subject
[0004f2xxxxxx](poly650) defaultuser=0004f2xxxxxx callerid="Front Desk" <1600> mailbox=1600 *setvar=callidnum=1234561600* and from extensions.conf: [outgoing] ; Outbound unrestricted domestic calls exten => _1NXXXXXXXXX,1,Verbose(Outbound call from ${callidnum} to ${EXTEN} on ${STRFTIME(${EPOCH},,%D)} at ${STRFTIME(${EPOCH},,%T)}.) *exten =>
2004 Aug 06
0
ºÍÄúÓйØÏµ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
ºÍÄúÓйØÏµ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
2004 Aug 06
0
ºÍÄúÓйØÏµ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
ºÍÄúÓйØÏµ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
2004 Aug 06
0
ºÍÄúÓйØÏµ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
ºÍÄúÓйØÏµ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
2006 Jul 06
2
@oldbid = 0 why?
Okay I''ve been working on a little biding system. In my model I have class Item < ActiveRecord::Base has_many :bids def highest_bid @bid = 0 self.bids.each do |bid| if @bid == nil @bid = bid.max else if bid.max > @bid @oldbid,@bid = @bid,bid.max end end end if @oldbid == 0 "#{@bid} - #{@oldbid+1} = #{@bid -= @oldbid+1}" else dif =
2006 Jul 02
2
nil.- what the heck...
Okay first off here''s the error: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.- Here''s the code in the model: def highest_bid @bid = nil @oldbid = 0 self.bids.each do |bid| if @bid == nil @bid = bid.max else if bid.max > @bid @oldbid,@bid =
2007 Mar 20
0
Open New orders from Asia Sourcing
Dear Seller, Check for today's new open orders on asia sourcing now and get your deals! Buy steel security door, steel wood door and interior solid wood door (15,000) from CN http://asia-sourcing.net/wbid.html?bid=167599 Buy Citric Acid, ... (200 MT per month) from MD http://asia-sourcing.net/wbid.html?bid=167597 Buy HYDRAcap - Ultrafiltration Membrane Sys. (for 75 m3/hr) from IR
2006 Nov 17
2
Data table in C
After getting one list done, I am now struggling to form a data frame in C. I tried to do a list of lists which gives me : $<NA> $<NA>[[1]] [1] "BID" $<NA>[[2]] [1] 0.6718 $<NA>[[3]] [1] 3e+06 $<NA> $<NA>[[1]] [1] "BID" $<NA>[[2]] [1] 0.6717 $<NA>[[3]] [1] 5e+06 $<NA> $<NA>[[1]] [1] "BID"
2010 Oct 04
3
Loop too slow for Bid calc - BUT cannot figure out how to do with matrix
Hi, I am trying to create Bid/Ask for each second from a high volume stock and the only way I have been able to solve this is using loops to create the target matrix from the source tick data matrix. Looping is too slow and not practical to use on multiple stocks. For example: Bids Matrix (a real one is 400,000++ length): Bid Time 10.03 11:05:03.124 10.04 11:05:03.348 10.05
2012 Jul 09
1
Using the effects package
I've been looking into the effects package and it seems to be a great tool for plotting the probabilities of the response variable by the predictors. However, I'm wonder if I can use the effects package to plot the probabilities on the y axis and one predictor on the x axis, with the curve having the info for another predictor. So let's say our response variable is win, a binary
2012 Aug 08
1
Calculating percentages across multiple columns
I have the following data and am trying to find the percentage of bid values purchased for that price. So let's say I have a bid of 5 and it's sold 2 times for $3 and $5. Since the original bid was $5, the percentage of times that that bid value results in a sold purchase AT that specific bid level was 1/3 because of the three time where the bid was three, it ended up being sold for $5
2004 Feb 19
1
reshape direction=wide
Hello I am reshaping a data.frame bids --> reshaped as shown below. I thought this should be possible with a single invocation of reshape, but the only way I came up with is reshaping subsets for each keyword and then joining them together. Does anyone have an idea how to solve this in a more elegant way? Efficiency is a concern as the datasets are very large. Is there a way to specify
2006 Jul 03
0
Check if row already exists?
I''m working on a system that has a series od "bids" associated with "posts". Vurrently when a bid is placed I have it creating a new row each time in the "bids" table. The bids table has id, post_id, and user_id. The logic is to check to see if a bid already exists with a given post_id and user_id. If it does, then just update the "amount"
2012 Mar 25
2
Weird POSIXct behaviour
Friends I have an xts that I wish to access. Browse[2]> DATA.ba[[p]]["2012-03-20 00:59:57","bid"] bid 2012-03-20 00:59:57 1.4993 So far so good. Now putting the index into a variable: Browse[2]> Time [1] "2012-03-20 00:59:57 NZDT" Browse[2]> DATA.ba[[p]][Time, "bid"] bid Where has it gone? Looking closer....
2004 Jun 22
3
IAX2 Trunking help!
I'm trying to get two * boxes to talk.... no matter what variation I try I get No Authority Found and connection refused from 192.168.1.5 I've googled, I've site searched.... to no avail. Here is the server a configs (192.168.1.5): iax.conf [general] port=5036 bandwidth=low disallow=all allow=gsm jitterbuffer=yes tos=lowdelay register => pbx:test@192.168.2.2 [pbx] type=peer
2012 Jul 05
2
Plotting the probability curve from a logit model with 10 predictors
I have a logit model with about 10 predictors and I am trying to plot the probability curve for the model. Y=1 = 1 / 1+e^-z where z=B0 + B1X1 + ... + BnXi If the model had only one predictor, I know to do something like below. mod1 = glm(factor(won) ~ as.numeric(bid), data=mydat, family=binomial(link="logit")) all.x <- expand.grid(won=unique(won), bid=unique(bid)) y.hat.new
2006 Oct 28
1
update on my weird problem
as jim pointed out ( i think we were figuring this out simultaneously. thanks a lot jim ), it looks it does have something to do with the fact that it's a zoo object because below i consider two cases. in the first case, fxdatab is a zoo object and i get the length of temp to be 1. in the second case, fxdatac is a matrix and the results in temp are correct. gabor : i really hate to bother