Displaying 5 results from an estimated 5 matches for "rtignoreexpire".
2006 May 04
0
Realtime rtignoreexpire bugged ??
All, this doesn't appear normal to me, it appears as if ast is ignoring
the itignoreexpire variable.
sip.conf snippet:
rtignoreexpire=yes
asterisk -r
CLI>sip show settings
--snip--
Ignore Reg. Expire: No
--snip--
Does this look like a problem? :-)
Thanks, Matt
2005 Aug 16
6
realtime caching
...; the friend will vanish from the
configuration until requested
; again. If set to an integer, friends
expire
; within this number of seconds instead
of the
; same as the registration interval
;rtignoreexpire=yes ; when reading a peer from Realtime, if
the peer's registration
; has expired based on its registration
interval, used the stored
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/a...
2005 Jul 19
0
Asterisk with Realtime registration problem
...39;s database
the sip phones need to re-register again to work, I am confused as I
thought the realtime option should solve this problem since it can use
the data stored in it's database. I also tried with the sip.conf the
following options:
rtcachefriends=yes
rtnoupdate=yes
rtautoclear=yes
rtignoreexpire=yes
but with no success, I also tried a suggestion to do a show database
command on asterisk cli but that didn't change anything, I was wondering
if anyone has notes or ideas regarding this issue I will be very
thankful.
Thx
MAG
--
Thx
MAG
-------------- next part --------------
An HTML...
2005 Jul 28
1
realtime: sip show users/peers
I don't see anything with sip show users and sip show peers, however it
works!
Is there a trick?
I have installed realtime (sipbuddies) on one machine and see sip show
peers/users and on my new installed system I don't.
Have I forgotten something?
bye
Ronald
2006 May 05
1
Realtime, 2 server setup problem?
...address field is coming back as
"unspecified".
Now, naturally I ensured server time was acurate with NTP for starters.
This was to avoid the registration appearing as EXPIRED on ServerB.
Sip.conf snippet (same on ServerA and ServerB)
...
rtcachefriends=yes
rtupdate=yes
rtautoclear=yes
rtignoreexpire=yes
So, as you can all see it's most importantly caching the peer and
updating MySQL. And yes if you do a 'realtime load sipusers name
PEERNAME', it shows the ipaddr field with the correct value.
Is there something obvious I am missing? I googled this to death and
cannot find anyone w...