Displaying 3 results from an estimated 3 matches for "sipendpoint".
Did you mean:
sip_endpoint
2015 May 25
1
Load Balancing with DNS SRV without DUNDI
HiI want to load balance SIP calls between two(or more)
Asterisks with only DNS SRV. I used bidirectional sync
Unison to synchronize configuration files and internal database file between two Asterisk boxes.The problem is when a calls come to Asterisk1 but SIPendpoint is registered on Asterisk2.How we can check
a SIP endpoint is registered or not and what is Contact?information in Dialplan ?
Regardsbabak
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150525/e9b...
2007 Feb 11
0
realtime and save ip server in database
...;, ipsvr, NULL);
}
I need put a asterisk ip address on client was registered. But I don't
know how get this address. Exist any variable ? Any struct ?
I think, this is a good idea for add to asterisk. If I have more of one
asterisk in realtime database, I can send call to that server where
sipendpoint was registered.
Thanks for all !!!
2011 Jun 20
0
Realtime Failover - Multiple DSN 's in extconfig.conf
Hi all,
Does anyone know if it is possible to configure extconfig.conf with
multiple DSN's for failover? The current configuration option appears
to only support definition of a single DSN with an optional database
table. Sample configuration is:
sippeers => odbc,mysql-asterisk,sipendpoints
I am currently using Asterisk -> ODBC -> MySQL Cluster and would like
Asterisk to automatically fail over to the backup MySQL server if
there is a connection issue. I know there is middle-ware available
that will do fail over but I would prefer to have Asterisk handle it
directly (or have t...