search for: whitelabel

Displaying 2 results from an estimated 2 matches for "whitelabel".

2016 Jul 17
3
PJSIP - State of the art
Hello, I'd like share with you my tests about PJSIP channel with the aim of improving the functioning of the channel: * Multi domain support not work correctly: https://issues.asterisk.org/jira/browse/ASTERISK-26026 * Different context subscribe for each endpoint not possible: https://issues.asterisk.org/jira/browse/ASTERISK-25471 * BLF don't work correctly on my tests
2004 Sep 15
4
Fax and Asterisk
Hi all, I have problems with rxfax application. It seems to be ok but I don't receive the fax in my directory. My extension.conf is as follow: [macro-fax] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/incoming/${UNIQUEID}.tif) exten => s,2,rxfax(${FAXFILE}) [fax] exten => 100,1,macro(fax) [reception] exten =>s,1,Answer() exten =>s,2,Background(00) exten