View previous topic :: View next topic |
Author |
Message |
mahdi_shirazi at yahoo... Guest
|
Posted: Mon Aug 17, 2015 9:59 am Post subject: [asterisk-users] Shared RealTime Database |
|
|
Hi
If we have a shared RealTime database for sip registration of multiple
Asterisk servers, is there a way to realize which Asterisk server registered sip phones ?
Regards
M.Shirazi |
|
Back to top |
|
|
bferrell at baywinds.org Guest
|
Posted: Tue Aug 18, 2015 1:39 am Post subject: [asterisk-users] Shared RealTime Database |
|
|
yes, the sip_buddies (or equal) has a field that says which server handled the registration
On 08/17/2015 07:58 AM, Mehdi Shirazi wrote:
Quote: | Hi
If we have a shared RealTime database for sip registration of multiple
Asterisk servers, is there a way to realize which Asterisk server registered sip phones ?
Regards
M.Shirazi
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
dcunningham at voisoni... Guest
|
Posted: Thu Aug 20, 2015 2:51 am Post subject: [asterisk-users] Shared RealTime Database |
|
|
You need to:
- Have a systemname => whatever in asterisk.conf under [options]
- Set rtsavesysname=yes in sip.conf under [general]
- Have a column called “regserver” in the SIP peer database
Source:
https://asterblog.wordpress.com/2007/07/24/using-multiple-servers-and-one-database-with-regserver/
On 18 August 2015 at 16:38, Bruce Ferrell <bferrell@baywinds.org (bferrell@baywinds.org)> wrote:
Quote: | yes, the sip_buddies (or equal) has a field that says which server handled the registration
On 08/17/2015 07:58 AM, Mehdi Shirazi wrote:
Quote: | Hi
If we have a shared RealTime database for sip registration of multiple
Asterisk servers, is there a way to realize which Asterisk server registered sip phones ?
Regards
M.Shirazi
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
David Cunningham, Voisonics
http://voisonics.com/
USA: [url=tel:%2B1%20213%20221%201092]+1 213 221 1092[/url]
UK: [url=tel:%2B44%20%280%29%2020%203298%201642]+44 (0) 20 3298 1642[/url]
Australia: [url=tel:%2B61%20%280%29%202%208063%209019]+61 (0) 2 8063 9019[/url] |
|
Back to top |
|
|
|