 |
 |
 |
Indice de la Documentación
ASTERISK B2BUA
http://www.wifi.com.ar/english/voip.html
MULTIDOMAIN AND DISTRIBUTOR MODULE
To terminate calls from gateways that require ip authentication
use the following lines in your ser.cfg
# wholesale service for
#
# voiptest2.net 84.50.50.50
# voiptest3.net 84.60.60.60
#
if (uri=~"^sip:001[0-9]*@voip.brujula.net" &&
(
src_ip==84.50.50.50 | src_ip==84.60.60.60
) {
setflag(1);
strip (2);
rewritehostport("your.termination.gateway:5060");
if (!t_relay()) {
sl_reply_error();
};
break;
};
- To provide real-time CDR for wholesale users see example scripts at
/htdocs/user/wholesale-example1.php
/htdocs/user/wholesale-example2.php
/htdocs/user/wholesale-example3.php
- Multi-domain web interfaces
Multi domain web interfaces are located at
/htdocs/domain/admin/index.php
/htdocs/domain/user/index.php
/htdocs/domain2/admin/index.php
/htdocs/domain2/user/index.php
Indice de la Documentación
|
|
|
 |
 |