similar to: Saving endpoint statuses to database with pjsip and realtime

Displaying 20 results from an estimated 4000 matches similar to: "Saving endpoint statuses to database with pjsip and realtime"

2016 Sep 12
4
Mysql PJSIP realtime > 13.10?
Has anyone successfully used Mysql realtime PJSIP with Asterisk 13.11? I have tried 13.11, 13.11.1 and 13.11.2 but I always get the following error now: Sep 12 14:42:35] WARNING[24498]: res_config_mysql.c:1162 require_mysql: Realtime table general at ps_contacts: column 'qualify_timeout' cannot be type 'int(10)' (need char) [Sep 12 14:42:35] WARNING[24498]:
2016 Jun 13
2
PJSIP does not qualify contacts after starting Asterisk
Hi, Yes, we're implementing the dialplan in realtime too. Here the contents of sorcery.conf: [res_pjsip] endpoint=realtime,ps_endpoints aor=realtime,ps_aors contact=realtime,ps_contacts [res_pjsip_endpoint_identifier_ip] identify=realtime,ps_endpoint_id_ips Cheers, Francisco. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf
2016 Sep 12
3
Mysql PJSIP realtime > 13.10?
On Mon, Sep 12, 2016 at 2:31 PM, George Joseph <gjoseph at digium.com> wrote: > > > On Mon, Sep 12, 2016 at 2:14 PM, Carlos Chavez <cursor at telecomabmex.com> > wrote: > >> Has anyone successfully used Mysql realtime PJSIP with Asterisk >> 13.11? I have tried 13.11, 13.11.1 and 13.11.2 but I always get the >> following error now: >>
2015 Jun 18
1
error trying to get PJSIP working
I'm doing an upgrade from Asterisk 11 to 13. I'm following the guide at https://wiki.asterisk.org/wiki/display/ast/setting+up+PJSIP+REaltime to setup realtime, as I use realtime on Asterisk 11 too. I'm getting the following error when trying to connect the peer to the server. Help? :) Thanks, Travis [Jun 15 16:20:03] NOTICE[5116] res_odbc.c: res_odbc: Connected to laf [laf] [Jun
2016 Jun 13
2
PJSIP does not qualify contacts after starting Asterisk
Hi all, (sending this again from the correct address) I'm running Asterisk 13.8.0 (I need to check if that happens with 13.9.1 too when I have the time to build it) with PJSIP realtime config. I've defined several aors in the table ps_aors, like this (real url replaced by myurl): *CLI> pjsip show aor pbx-node-1 Aor: <Aor..............................................>
2016 Sep 12
2
Mysql PJSIP realtime > 13.10?
On Mon, Sep 12, 2016 at 3:01 PM, Carlos Chavez <cursor at telecomabmex.com> wrote: > On 9/12/16 3:39 PM, George Joseph wrote: > > > > On Mon, Sep 12, 2016 at 2:31 PM, George Joseph <gjoseph at digium.com> wrote: > >> >> >> On Mon, Sep 12, 2016 at 2:14 PM, Carlos Chavez <cursor at telecomabmex.com> >> wrote: >> >>> Has
2015 Oct 16
2
pjsip database error when using MS SQL via ODBC
I have a project that is requiring the use of MS SQL from asterisk. I get an error when the pjsip contact tries to update the contact table. [Oct 15 21:34:55] WARNING[3033]: res_odbc.c:649 ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 22018: [FreeTDS][SQL Server]Conversion failed when converting the varchar value '3.000000' to data type int. (101) The datatype
2017 Sep 15
3
Realtime pjsip issues
On Fri, Sep 15, 2017, at 10:37 AM, Bryant Zimmerman wrote: > Joshua > > That is the interesting part of it. We took our configs and database > tables from our working 13.12.2 deployments and tried to use them with > our > new 13.17.1 deployments and we are having issues where the tables are not > working. On the new server asterisk keeps saying it can't find the
2020 Jan 27
1
Get PJSIP Endpoint Information via REST or similar API?
Hi Gang To get our customers more information on how they registered I am looking for a elegant way to get an information like the CLI command: pjsip show endpoint [endpoint] I had a got on ARI, but that basically only returns the information if an endpoint is online or not. Is there a API to get similar detailed information as the cli command? Mit freundlichen Grüssen -Benoît Panizzon- --
2016 Jul 02
3
Registration server with PJSIP
Hello, I am moving from realtime chan_sip to pjsip and one of the problem I am facing is the lack of "sipregs". With chan_sip, when an extension registers, the server where it has registered to is stored in sipregs. Is there something similar in pjsip? How can I find on which server the pjsip extension has registered to? Leandro -------------- next part -------------- An HTML
2016 Sep 02
2
Asterisk 13.11 realtime problem registering phones
I upgraded my office installation from 13.10 to 13.11 yesterday and now I am having problems registering phones. Here is what I get on the CLI: [Sep 2 15:38:46] WARNING[2098]: res_config_mysql.c:1162 require_mysql: Realtime table general at ps_contacts: column 'qualify_timeout' cannot be type 'int(10)' (need char) [Sep 2 15:38:46] WARNING[2098]: res_config_mysql.c:1162
2016 Jan 27
4
PJSIP Stun/ICE
>>>>> "JC" == Joshua Colp <jcolp at digium.com> writes: JC> This stems from PJSIP not being dynamic with transports (it JC> doesn't like its environment changed to that degree while JC> in use). I'm afraid if your IP changes you'd have to restart JC> Asterisk when you are using PJSIP. Wow. I say this having voted for pjsip over the listed
2016 Jan 29
3
Asterisk 13.6.0: Is there a way to create PJSIP users and dialplans programmatically using API
Hi, I am using Asterisk 13.6.0 and was wondering if I can programmatically add users (to pjsip.conf) and dialplan (to extensions.conf) to the Asterisk server using API of some sort. Please do let me know. Thanks, Sonny. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jan 26
3
PJSIP Stun/ICE
Joshua So once a transport is pulled from the transports table in realtime during asterisk startup it can't get any updates? Can a new transport be added to the table and the associated endpoints be updated to use the new transport, or are transport types only read at startup across the board? Thanks Bryant ---------------------------------------- From: "Joshua
2017 Nov 19
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hello List I am in the progress of migrating from chan_sip to pjsip. I fear I have missed something on how hints need to be specified for pjsip. For chan_sip I have configured sip.conf subscribecontext = localuser and in the dialplan I set: [localuser] exten => 11,hint,SIP/11 Now if a phone subscribes to '11' this works. Now I try to get the same working for pjsip. I understood
2017 Nov 19
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hi Joshua thank you for the quick reply > Have you checked the Asterisk console when PJSIP is loaded to see if > the endpoint did not load for some reason? Does it show up in "pjsip > show endpoints"? Yes, the endpoint shows up. Endpoint: 11/(scrubbed from mail) Not in use 0 of inf InAuth: 11/11 Aor: 11
2015 Oct 16
2
pjsip show xxxx like endpoint?
Is there a way to limit the items returned by pjsip show [type] using like chan_sip allowed for sip show peers like xxxx, but I can't seem to figure out how to lookup or limit my returns with pjsip Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Jan 10
6
Can't comile bundled PJSIP on CentOS 7
Hello, I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. I followed this: cd /usr/src wget ... asterisk-13.13.1.tar.gz tar zxf asterisk-13.13.1.tar.gz cd asterisk-13.13.1 ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr" ./configure ${ASTERISK_CONFIGURE} --with-pjproject-bundled make menuselect (shows res-srtp is available) make latest make command fails with
2015 Mar 04
1
PJSIP: Failed to create outgoing session to endpoint
Hello. I am using asterisk and chan_sip a lot of years. And newbie in chan_pjsip. Now i am transfering all from chan_sip to chan_pjsip. And have a lot of questions. First of... system: Asterisk 13.2 on slackware 14.1 Errors on outgoing call: [2015-03-03 00:18:58] ERROR[6794]: chan_pjsip.c:1778 request: Failed to create outgoing session to endpoint 'srv_d228' [2015-03-03 00:18:58]
2015 Jan 04
3
Confused by concepts behind pjsip: endpoint, aor, contact
Hello, I am slightly confused by the difference between chan_sip and pjsip. Especially the new (to me) objects aor and contact. I am having trouble mapping them to the typical SIP configuration settings on a phone. Suppose I have a phone with two line buttons, for two extension numbers. Now, I think that means two 'endpoints' in pjsip right? But what exactly is the difference between