Displaying 5 results from an estimated 5 matches for "abyt".
Did you mean:
abrt
2010 Nov 18
2
exceeds the maximum size of ast_fdset error on Asterisk-1.8.0
Hi Friends,
i have installed and configure asterisk-1.8.0.
When i have tried asterisk start get below errors and not able to start
asterisk.
*FD 32767 exceeds the maximum size of ast_fdset!*
Thanks in advance.
--
Best Regards,
Rajnikant Vanza
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 14
0
loading an image to instance variable of AR
..."inline")
This is the code I did in my model, that not works ;-(, no error, but
the image is not render wth the send_data
def defaultImage
@waitingImage=[]
file=File.open("#{RAILS_ROOT}/public/images/picture.jpg", "r")
file.each_byte do |abyte|
@waitingImage << abyte
end
return @waitingImage
end
thanks
arnaud
2011 Mar 25
6
Back-to-back asterisk PRI issue
Following is my scenario to connect back to back PRI of two asterisk server. PRI cards are Sangoma A102D
[Asterisk1]------------[PRI]-Cross Cable---------[Asterisk2]
Asterisk1
; Span 1 (MASTER)
switchtype = national ; commonly referred to as NI2
context = from-pstn
group = 0,24
echocancel = yes
signalling = pri_net
channel => 1-23
Asterisk2
; Span 1
switchtype = national ; commonly
2010 Dec 22
8
Possible Bug (Include ${HANGUPCAUSE} in CDR)
Ok I can't get my CDR values to set from the h extension in either 1.6.2 or
1.8 What is wrong? Here is what I found in the cdr.conf
; Normally, CDR's are not closed out until after all extensions are
finished
; executing. By enabling this option, the CDR will be ended before
executing
; the "h" extension so that CDR values such as "end" and "billsec" may
2011 Feb 05
2
Zaptel slow to detect remote hangup
Hello
I hooked up an Asterisk appliance to an analog phone line, and I
notice the phones keeps ringing twice after the remote caller has hung
up.
/etc/zaptel.conf has the right country parameter set.
/etc/asterisk/indications.conf has locale information, but it's
apparently used by the pbx_indications module.
Is there a way to tel Zaptel detect this type of event faster?
Thank you.