search for: 8c61

Displaying 2 results from an estimated 2 matches for "8c61".

Did you mean: 861
2004 Sep 14
1
Requested device 'ttyI1' does not exist
...; MSD digits to strip (usually 1 or 0) [default] exten => 37,1,Dial(Modem/ttyI1:037,20,r) ; when i dial 37 from kphone, it should use ttyI1 to call 037 on the ISDN bus --- But i get this error message: --- to 10.10.2.226:5060 -- Executing Dial("SIP/kphone-8c61", "Modem/ttyI1:037|20|r") in new stack Oct 16 07:34:21 WARNING[1113516976]: chan_modem.c:815 modem_request: Requested device 'ttyI1' does not existOct 16 07:34:21 NOTICE[1113516976]: app_dial.c:714 dial_exec: Unable to create channel of type 'Modem' == Everyone is bu...
2013 Nov 14
10
Render to clear textbox
There has to be a better way to do this. What I am trying is not working, and seems convoluted. Essentially, a controller method is called, and exits by rendering a partial the purpose of which is to simply clear a textbox in the view. So I am calling the partial which established the textbox -- but it doesn''t work (i.e. it doesn''t clear the textbox). Does anyone know of a