Displaying 2 results from an estimated 2 matches for "filel".
Did you mean:
file
2013 Oct 07
2
separar un vector con retornos de carro "\n" en un vector de más dimensiones
Hola. ¿conocéis alguna función que me pase de un vector chars de esta
forma "cosa1\n\ncosa2\ncosa3\\nncosa4" a un vector de chars así:
("cosa1","","cosa2","cosa3","cosa4","")?
¿o hay que hacerlo casero?.
--
Antonio Maurandi
2009 Feb 23
1
receive fax problem
Hi:
I want to receive a fax with an E1 link connected to A102d card from a
fax machine,but after dialling the phone number, it connects then will
be busy.In fact asterisk can't detect the fax.These are zapata.conf,
extensions.conf filels and debug in console:
extensions.conf:
[from-pstn]
exten => 9711315,1,Answer()
exten => 9711315,2,Wait(10)
exten => fax,1,SetVar(FAXFILE=/tmp/test.tif)
exten => fax,2,rxfax(FAXFILE)
9711315 is E1 number.
zapata.conf
[channels]
context=default
usecallerid=yes...