search for: stationid

Displaying 6 results from an estimated 6 matches for "stationid".

2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...r CAPI based cards, we have been using it with much success. Today I have modified app_capiFax so that it now supports a dynamic CSID. The following example uses the DNID created by chan_capi on an AVM Fritz! card. * Receive a fax with CAPI API. * Usage : capiAnswerFax2(path_output_file.SFF|stationID) * * This function can be called even after a regular Answer (voice mode), * the channel will be changed to Fax Mode. * * Example of use : * line number 123, play something, if a fax tone is detected, handle it * line number 124, answer directly in fax mode * * [incoming] * exte...
2013 Jan 15
2
error in for loop in function (object not found)
Hi all, I have attached the function file (revisedfunction) and the list of station IDs (StationIDs) in .pdf format. I have written a function to perform various operations on the station IDs in two groups. The first 6 station IDs require one less step than the remaining 68 station IDs. The file referenced at the beginning of the function is the file containing the StationIDs. > file = &quo...
2014 Aug 25
5
problema con campos que tienen formato fecha
...& m+1 <= dim(BASE)[1]) {m=m+1} if (m+1 == dim (BASE)[1] & BASE$Registro[m+1]== "FALSE") {m+1}} if (m == n) { (visitas[narbol,1]<-0) } else {visitas[narbol,1]<-(BASE$Time2[m]-BASE$Time2[n])} visitas[narbol,2]<-BASE$SpeciesID[n] visitas[narbol,3]<-BASE$StationID[n] visitas[narbol,4]<-BASE$Time2[n] visitas[narbol,5]<-BASE$Time2[m] narbol <- narbol + 1 n = m+1 } colnames (visitas) <- c("Duracion", "Mammal", "Arbol", "FechaI", "FechaF") --- Gracias! ---- *Angela Andrea Camargo Sanabria*...
2005 Sep 20
3
[ANNOUNCE] chan_capi-cm-0.6 released
...rconnect (native bridging) - use variable CONNECTEDNUMBER on Answer(). - set variable REDIRECTINGNUMBER on incomming call if it was diverted. - removed obsolete thread mutex - fixed dnid/exten/immediate handling on PtP. - receive a fax via CAPI is now done with capicommand(receivefax|...) and added stationid... - added config option 'immediate' to start pbx if no dnid has been received yet. - support 'type of number' (numbering-plan). - U-Law setting is now done in capi.conf instead of Makefile define. - on hangup, use hangupcause from other channel or from var PRI_CAUSE. - capi.conf st...
2018 May 17
2
AMI status events with res_fax_spandsp.so
...eat deal of information about res_fax_spandsp.so via Google. FaxStatus with res_fax_spandsp.so Event: FAXStatus Privilege: call,all Operation: send Status: FAX Transmission In Progress Channel: Local/1952253xxxx at from-internal-user-00000001;1 Context: send_fax Exten: s CallerID: 1763210xxxx LocalStationID: 1763210xxxx FileName: /tmp/faxes/1526583220391_merged.tiff FaxStatus with res_fax_digium.so Event: FaxStatus Privilege: call,all Channel: Local/1952253xxxx at from-internal-user-00000001;1 FAX Session: 1 Operating Mode: FAX_TRANSMITTING Result: RSLT_IN_PROGRESS Error: NO_ERROR Call Duration: 12.0...
2014 Aug 25
2
problema con campos que tienen formato fecha
Hola a todos, Tengo la siguiente inquietud, espero me puedan ayudar. Tengo una base de datos de la que estoy haciendo varios cálculos. Uno de ellos es la diferencia entre tiempos para conocer la duración de un evento. Aquí usé el paquete lubridate para tener fecha y hora en el formato adecuado. Cuando hago el calculo obtengo algo como esto: > (BASE$Time2[518]-BASE$Time2[516]) Time difference