search for: div_

Displaying 8 results from an estimated 8 matches for "div_".

Did you mean: div
2003 Sep 22
2
G.729A + Cisco AS5300
Hello, I have 5 digium's g.729 codecs and succesfully register with asterisk, I have incomming call from my cisco AS5300 to Asterisk through IP. But Asterisk always use g711 ulaw instead of g.729. When I disable all other codecs other than g.729 in both cisco and asterisk, calls get dropped once connected. The codec list show on my cisco AS5300 for g.729 are: g729r8 g729br8 I suspect that
2005 Feb 20
1
Re: Ring/Off-hook in strange state 6 on channel...
Hello Eric, call progress detection is the problem. Asterisk mistakenly recognizes the call to be answered and then still "hears" the ringing that should not be there if the line was really up. To solve the problem you would have to either implement a progress detection matching your country's indication tones or at least adjust the existing one for US or Costa Rica in dsp.c. By
2005 Mar 18
3
Asterisk handling of SIP info
We encouter a situation where we need to use SIP info to convey infomation for one end point to another endpoint. I use asterisk to do the test and find asterisk does not forward the SIP info to another endpoint, but act as UAS and returns a 4xx error message. I think asterisk is not right to handle this SIP info message. In RFC 3261 Page 70 "This protocol is designed to be extended.
2003 Oct 13
2
Extension Dialing problem with SIP
Hi List.. I m getting this mesg while trying to dial an extension, both SIP UAs are registered with asterisk, m trying to dial extension 1015 from UA 12321@xyz.com to extension 1016 of UA 77777@xyz.com In extensions.conf I added exten => 1015,1, Dial(SIP/77777,20,tr) Any hint? JF WARNING[16397]: File pbx.c, Line 1153 (pbx_extension_helper): No application ' Dial' for
2005 Dec 28
1
Problem with IE
...39;editTexto'') nodoNuevo.innerHTML = $(''editTexto'').innerHTML; izq = findPosX(element) - 400 + ''px''; sup = findPosY(element) + ''px''; nodoContenedor = Builder.node(''div'',{id:''div_''+id_elemento}); Element.setStyle(nodoContenedor, {position: ''absolute'', left: izq, top: sup, border:''1px solid #091C5A'',...
2006 Jan 25
1
xx-0.1.0 : xhtml and xml make it twice as dirty
...# methods these can have one or more underscores after them in case there is a # collision with another method or the tag ''h'', ''x'', or ''t'' needs to be # generated. # include XX::XML doc = xml_{ root_{ div_{ t_ "this is escaped < > & text" } div_{ h_ "this is raw <html>. & is not escaped" } div_{ x_ "<raw> xml </raw>" } div_{ x_{ even_{ entire_{ documents_{ "nest" } } } } } } } puts doc....
2006 Jan 11
3
divider id of container
Hi there, i need to drag an draggable element to an child div node inside an another div container, but i create the child node dynamicly with ids like '' div_ + i '' where ''i'' is a incremental variable, thats the problem because i need get the id of this child nodes to manipulate it, somebody knows how if i drag the element to that child node i can get the id of that node ? i try with the dropon.id but i get the id of the parent...
2006 Apr 11
1
IE Sortable Style Problem
...000; width: 400px; height:300px; overflow: scroll;} div#divContainer div { border: 1px solid #000000; margin: 5px; padding: 2px; cursor: move;}</style><script type="text/javascript" language="javascript">function unPos() { for (var i = 1; i <=6;i++) { $(''div_''+i).style.position = ''''; }}</script></head><body><input type="button" value="Remove scrollable div positioning" onClick="unPos();" /><h2>Example: Sorting divs</h2><p>Sorting isn''t just for li...