Displaying 2 results from an estimated 2 matches for "sip_registry".
Did you mean:
oid_registry
2004 Jul 28
1
using round-robin dns for sip registrations
...egistering to all the servers would be a waste
of time. I'm leaning toward attempting to register with each server in
sequence until we are successful.
In reading chan_sip.c, I found the function sip_register(..) which reads
register=> lines from sip.conf and copies settings from there to a
sip_registry struct. The function does a gethostbyname() to look up the
hostname immediately. The IP returned, as well as the hostname, are stored
in the struct.
Later on, in transmit_register(..), is where the data stored in the
sip_registry struct gets pulled out and a registration attempt is made. It
looks...
2003 Feb 27
3
Intercom and Paging
What models?
Jeff Noxon (jeff-asterisk at planetfall.com) wrote*:
>
>I just purchased a bunch of Nortel Meridian POTS phones that support
>intercom on the 3rd pair. I intend to get it working with Asterisk.
>The phones support MWI, have a 3-line display, callerID, call waiting
>callerID, 2 lines...very nice.
>
>On Thu, Feb 27, 2003 at 01:07:19AM -1000, James H. Thompson