Displaying 20 results from an estimated 4000 matches similar to: "realtime: sip show users/peers"
2005 Aug 16
6
realtime caching
Can anyone shed some light on realtime caching?
My desired behavior is that MWI works with realtime
voicemail/sip/extensions AND updates to the database take place on the
next call to the extensions.
Right now I have rtcachefriends=yes, and MWI works, but updates to the
database for a cached user seem to still require a reload.
It is my understating that removing rtcachefriends will
2006 Apr 12
1
Where is the difference sip.conf - Real-time ?
I have two phones (111 and 112) on a LAN, and I have on a users site a
phone 333.
phone 111 uses sip.conf, while 112 uses real-time set-up.
111 can call 333 AND the audio is working
112 can call 333 but audio is just white noise.
333 can call 111 or 112 and audio is working.
The phones are identically set-up (just user name = phone number and
password are different)
sip.conf (for 111 - all
2004 Dec 23
2
Realtime sipbuddies table structure why?????
Is there some reason the sipbuddies table structure was
designed with sip config values as column names?
Doesn't look very flexible
It really should take the form of ast_config so when
a new sip feature is implemented, you don't have to
re-write the entire data structure too.
Regards
Greg Cirino
2005 Jul 19
0
Asterisk with Realtime registration problem
Dear All,
I am currently working on asterisk cvs-head version in order to use
realtime with mysql, 2 asterisk servers with duplicate mysql databases,
one asterisk server is serving the sip phones and the data is logged to
the database and replicated to the other asterisk database, when the
first server fails though it has the sip phones data in it's database
the sip phones need to re-register
2005 Jun 07
4
I want to move the MySQL server out to another machine
I tried to add the databases from the localhost to the database server
and changed the every /etc/asterisk/*.conf from host=localhost to
host=192.168.10.10
(my dababase server)
When I restart asterisk, I do not get any errors, but after a phone call
I see:
Jun 7 18:11:56 ERROR[7877]: cdr_addon_mysql.c:400 my_load_module:
Failed to connect to mysql database cdr on 192.168.10.10
Or if I try
2015 Feb 16
1
Asterisk 11.6. SIP realtime lost peers after 'sip reload'
Hi, list.
We have a problem with loss peers after 'sip reload', our configuration:
Asterisk 11.6-cert1, SIP realtime peers, sip.conf:
- rtcachefriends=yes
- rtsavesysname=yes
- rtupdate=yes
- rtautoclear=yes
When we do 'sip reload' , peers are removing from available.
Before `sip reload` :
srv-pbx2*CLI> sip show peers
Name/username Host
2006 Mar 23
7
Ok... what is 'sip show peers' really used for?
I'd love to understand what the function of the peer list returned by 'sip show peers' is for, especially when Realtime is used.
If I start Asterisk with realtime enabled, a 'sip show peers' yields none. As each peer (phone) registers, or a call is made to the peer, Asterisk adds them to the list returned by 'sip show peers'. Correct?
Apparently Asterisk doesn't
2011 Nov 23
1
MWI for non-subscribed Realtime peers?
Hi,
I have an Asterisk behind an OpenSIPS proxy. The proxy handles registrations and also SIP SUBSCRIBE for MWI. The Asterisk are configured to send NOTIFY to the proxy even when the SUBSCRIBE haven't been received. I can configure a user in sip.conf that works:
[az5134939706]
type=friend
host=xxx.xxx.xxx.xxx (IP of proxy)
port=5060
nat=no
mailbox=1234 at customer
subscribemwi=no
2005 Feb 01
11
load balancing 20 asterisk servers
I've read several other emails and pages on the wiki but none give any
deffinate answers. if you have 20 asterisk servers each with 4 pri's, all
running RealTime Extensions and RealTime SIPBuddies from the same MySQL
server, what prevents you from putting all 20 servers behind a single load
balancer? That way all of your UA's can use the same IP to register to; vs
maintaining which
2006 Mar 21
3
Realtime / SIP Peers etc
Ready to scream here..
1. After 6 months with Asterisk I'm STILL trying to understand the difference between a SIP user, friend and peer.
2. Exactly what resource does Asterisk use to send MWI to registered phones? I thought it was astdb?
3. It looks like it isn't astdb. It looks like it will only send MWI to a phone if it shows up in 'sip show peers'.
4. WHY then does a reload
2006 May 05
1
Realtime, 2 server setup problem?
All, we're running realtime and ast 1.2.7.1 stable. The problem I'm
having is when you register a SIP device on ServerA, works fine, sip
show peer works fine. When you dial the SIP device from ServerB however,
it tries to dial, even does a MySQL query like it should but comes back
saying no route to dest.
When I do a 'sip show peer ..' on ServerB, the peer comes back fine, it
even
2005 Oct 10
1
Realtime regseconds update
Hi guys, im using realtime and I want to show registered users or
online users on a webpage and offline users. Im taking regseconds
field to make this happend
If regseconds value is 0 then user appers offline, it regseconds is
something else then its online, but sometimes this works and
sometimes it does not. Im using the following options
rtcachefriends=yes
rtnoupdate=yes
2008 Feb 11
1
Realtime SIP peers - reloading cached info
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys,
I've been working on a little dialplan fragment for roaming extensions,
however the customer wants us to set the MWI indicator for the roaming
extension that has just logged in. We're using MySQL realtime, so I've
figured out that RealTimeUpdate will happily update the realtime
database with the correct mailbox. My problem
2006 Jan 13
1
SIP NOTIFY on REALTIME USERS/PEERS
Hi!
I've read in the asterisk docs (AstARA.html) that realtime users/peers can't
be notified (MWI with SIP NOTIFY) when they have new voicemail messages,
because their object are not persistent in memory?!
But that's what we really need!!!
Is their any work in progress to get these things working?
Or are their any known workarounds?
I'm using asterisk version 1.2.1 with OBDC
2009 Sep 18
3
DUNDi + SIP Realtime
Good afternoon gentlemen (and ladies).
A costumer of mine has many servers and each one maps their SIP extensions to the others via DUNDi. It works like a charm. SIP extensions can only register at one server, the one they "belong" to. In case one extension wants to call other that is registered in another server, DUNDi takes care of that by calling the other server using IAX2 and G.729
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
2007 Feb 21
0
IAX Realtime - show peers works?
hi all, I'm trying to set up some iax2 trunks in Realtime architecture
with the same backend.
All work better (make call, receive etc etc) but when I do "iax2 show
peers" some asterisk don't show anything and other show the iax2 peers
but with status "unknow".
Name/Username Host Mask Port
Status
ctm1/trixbox 10.0.0.131 (S)
2014 Nov 19
1
Upgraded to 13 and now "Mailbox" is empty in sip show peers
Using realtime for SIP.
Using standard DB schema.
Tried mailbox as varchar(50) and bigint(10)
"sip show peer XXX" shows "Mailbox: " (empty)
So MWI isn't working
This happened before when we tried to go up to 1.8, so we stayed at 1.4
We're forced to go to 13 now. Obviously a lack of MWI is a big issue for
500 units.
Any idea why we're not getting it?
We're
2005 May 12
1
realtime sip show peers no nat
Hello
sip show peers does not mark hosts as NAT even though sip.conf and
sip_peers table has nat=yes.
spitfire*CLI> sip show peers
Name/username Host Dyn Nat ACL Mask
Port Status
voipuser.org/gdsm 216.127.66.119 N 255.255.255.255
5060 Unmonitored
5560/5560 192.168.4.5 D N A 255.255.255.255
5060
2010 Mar 01
1
rtcachefriends & qualify
[Mar 1 14:54:07] WARNING[15290]: chan_sip.c:17669 build_peer: Qualify
is incompatible with dynamic uncached realtime. Please either turn
rtcachefriends on or turn qualify off on peer 'gerrie'
Am I correct that when I turn on rtcachefriends in sip.conf,
database-changes in my MySQL-DB will not be reflected untill a reload ??
Am I correct that when I turn off qualify in my realtime