Displaying 20 results from an estimated 4000 matches similar to: "Realtime SIP users/peers - Screwed?"
2006 Mar 18
0
Realtime SIP users/peers
Just spent hours dicking around with SIP Realtime.
Every time a phone came up and sent a registration to Asterisk, Asterisk would simply NOT query the database. I had sipusers in extconfig, but added sippeers as well. NOW I can see Asterisk doing a 'SELECT * FROM sippeers WHERE name = '2944093''.
Huh??? Uhm, why? It's not a peer! It's a bloody phone, and in my mind
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
2006 Mar 17
3
SIP Realtime Users
Trying to get SIP realtime working here...
I'm connected to the database...
*CLI> realtime mysql status
Connected to vox180internal@db1.ipt.XXX.com, port 3306 with username voxadmin for 6 seconds.
I can get information for the extension in question...
*CLI> realtime load sipusers name 2944093
Column Name Column Value
2006 Mar 29
1
Realtime Users/Peers/Friends - Ick
I've been going in circles for a few weeks now with Realtime SIP.
My extconfig.conf has:
sipusers => mysql,dbname,ast_sip_users
sippeers => mysql,dbname,ast_sip_users
When I do a 'sip show peers' I see all my phones. When I do a 'sip show users' I only see a few of them. I can't work out why this is the case. They are also coming up with NAT as
2006 Mar 03
1
Call Transfer - "Both legs must reside on Asterisk box to transfer at this time"
I have a SIP user, 2944093 that dialled 3254102. I'm trying to transfer the call from 3254102 to 3254104. When I try and transfer the call, I get the following on the Asterisk console.
Mar 3 15:14:18 NOTICE[23124]: chan_sip.c:6731 get_refer_info: Supervised transfer requested, but unable to find callid '16749440-c28be02e-64b73be7@172.31.16.67'. Both legs must reside on Asterisk box
2006 Mar 22
2
Realtime Query
Arrgh.
I just made a call with Asterisk to extension 2944093. That extension exists in astdb and I have rtcachefriends=yes in sip.conf. Asterisk did a database query...
SELECT * FROM ast_sip_users WHERE name = '2944093'
Uhm... Why?
Doug
2006 Apr 24
2
Question about Asterisk realtime
Hi All:
I used FreePBX to configure Asterisk, and tables are create in MySQL by
using FreePBX install script.
I created two x-lite softphone accounts by using FreePBX, they are
stored in table sip as friend.
I followed wiki doc to edit the extconfig.conf file.
I can not get those two softphone to talk since I got the error message
from Xlite as:
Call failed: 503 service Unavailable
I noticed
2010 Jun 08
6
reloading realtime sip peers
Hello,
I noticed that changes to realtime sip peers are not applied until a
'reload'. A 'sip reload' does not make any changes to realtime sip peers.
When changing for instance the mailbox-parameter in the realtime
sip_buddies table, the change is not applied with a 'sip reload'.
For every change there is a complete 'reload' necessary.
Why does a 'sip
2014 May 13
0
Realtime peers and sendrpid
Hello all
If I look at the sip peers table definition as provided with the source
of asterisk-1.8.23.0/ (looking at
contrib/realtime/mysql/sippeers.sql) for the sendrpid column it's an enum
with 2 possible values, yes and no.
However, the sip.conf allows 4 values, no, yes, rpid and pai.
Is this discrepancy an oversight? Is it possible to set the system default
to pai but an individual peer
2013 Feb 23
0
Connecting to multiple databases using res_config_pgsql
Hello,
How do I use multiple postgresql databases using res_config_pgsql?
I tried creating multiple contexts in res_pgsql.conf, but asterisk is
only using the 'general' context.
My res_pgsq.conf is
[general] ;; Connect to mydb on localhost
dbport=5432
dbname=mydb
dbuser=pgdbuser
requirements=warn
[pgwritedb] ;; Connect to mydb2 on another host
dbhost=<IP
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
asterisk-users-request@lists.digium.com wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.digium.com/mailman/listinfo/asterisk-users
> or, via email, send a message with subject or body 'help' to
> asterisk-users-request@lists.digium.com
>
>
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
2011 May 12
2
Realtime - ara180
Hi all,
A week or so down the list, i read that not many people were using
realtime on an Asterisk18, so i had this afternoon a go at it...
[sorry for the inconveneant line-wraps]
First i did:
mysql> create database asterisk;
mysql> grant all on asterisk.* to 'voipadmin'@'localhost' identified by
next i used the info from the wiki:
CREATE TABLE `sip_devices` (
`id`
2007 Mar 01
5
Asterisk Realtime
Could someone provide some steps for troubleshooting Realtime? I can't see
any signs that it's working. I followed and double-checked a few different
guides around the net, but haven't been able to figure it out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Jun 30
2
Sippeers realtime with minimum table
Hi there
It's possible configure realtime mysql in Asterisk with a non standard
sippeers table?
I need using a sippeers table from other system (non Asterisk). This table
has a minimal configuration.
Thank's
Att,
*Rafael dos Santos Saraiva*
<http://br.linkedin.com/pub/rafael-saraiva/52/aab/230>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 22
3
Showing Current Calls
Can someone recommend the best way to view current calls in progress on the Asterisk console?
Neither the 'show channels' or 'sip show channels' commands are easy to read.
hestia*CLI> show channels
Channel Location State Application(Data)
SIP/2944093-f9e2 (None) Up Bridged Call(SIP/2944079-e7f2)
SIP/2944079-e7f2
2007 Mar 26
0
Asterisk 1.4 Realtime problems
Hi all,
I have recently installed asterisk 1.4.1 and asterisk-addons (1.4).
I have configured the extconfig.conf file and mapped sippeers to mysql
as such;
sippeers => mysql,asterisk,sip_buddies
I have created the sip_buddies table and checked that we can login to
the mysql db from the command prompt.
I have also copied the res_mysql.conf.sample file as res_mysql.conf to
the
2011 May 18
1
asterisk18 - realtime/mysql - take 3
Still a couple of questions......
I did configure extconfig.conf
...
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
sipusers => mysql,asterisk,sip_devices
sippeers => mysql,asterisk,sip_devices
;sippeers => odbc,asterisk
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;meetme => mysql,general
2014 Jul 23
1
SIP configuration in realtime static and realtime dynamic
Hi all,
I?m currently in the process of familiarizing myself with Asterisk, and am trying to move certain configuration objects (such as SIP peers) into a MySQL database, accessed by Asterisk using the ODBC connector.
Now, I?ve imported the sippeers MySQL table from the contrib directory of the Asterisk source, and I could add SIP users in here. However, I currently don?t understand whether this
2014 Jun 10
1
Asterisk realtime peer registration
Hello there
I'd like to use sip users and peers realtime.
I think I done all I need to get asterisk works fine in realtime:
res_odbc.conf configuration.
extconfig.conf
sippeers => odbc,asterisk,sipclient
sipusers => odbc,asterisk,sipclient
sip.conf
[general]
rtcachefriends=yes
The sipclient table as suggest in this article: SIP Realtime, MySQL table
structure (