Displaying 8 results from an estimated 8 matches for "ps_aor".
Did you mean:
ps_aors
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 Of Annus Fictus
Sent: 13 June 2016 14:11
To: Asterisk Users Mai...
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..............................................> <MaxContact>
Contact: <Aor/ContactUri............................> <Hash....> <Status> <RTT(ms)..>
==============...
2016 Jul 12
2
Asterisk 13 MWI
I am still a little confused about how to activate MWI with PJSIP
on Asterisk 13.9.1. I use realtime for configuration. So far I have
tried setting both the mailboxes field on ps_endpoints and the mailboxes
field in ps_aors but I cannot get the indicator lamp to blink on any of
my phones (Digium, Aastra and Yealink). I have tried just the number of
the mailbox and also adding the context.
Any pointers?
--
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez
+52 (55)9116-91161
2015 Feb 18
3
Asterisk 13 - sorcery realtime for pjsip publish objects
...that it *should* work, with no guarantee, which I'm fine with. I
just want to make sure I don't have a possible misconfiguration issue.
Here is my sorcery.conf and extconfig file:
Sorcery.conf
----------------
[res_pjsip]
endpoint=realtime,ps_endpoints
auth=realtime,ps_auths
aor=realtime,ps_aors
domain_alias=realtime,ps_domain_aliases
[res_pjsip_endpoint_identifier_ip]
identify=realtime,ps_endpoint_id_ips
[res_pjsip_outbound_publish]
outbound-publish=realtime,ps_outbound_publish
[res_pjsip_pubsub]
inbound-publication=realtime,ps_inbound_publication
[res_pjsip_publish_asterisk]
asteris...
2015 Feb 19
0
Asterisk 13 - sorcery realtime for pjsip publish objects
...that it *should* work, with no guarantee, which I'm fine with. I
just want to make sure I don't have a possible misconfiguration issue.
Here is my sorcery.conf and extconfig file:
Sorcery.conf
----------------
[res_pjsip]
endpoint=realtime,ps_endpoints
auth=realtime,ps_auths
aor=realtime,ps_aors
domain_alias=realtime,ps_domain_aliases
[res_pjsip_endpoint_identifier_ip]
identify=realtime,ps_endpoint_id_ips
[res_pjsip_outbound_publish]
outbound-publish=realtime,ps_outbound_publish
[res_pjsip_pubsub]
inbound-publication=realtime,ps_inbound_publication
[res_pjsip_publish_asterisk]
asteris...
2015 Feb 18
2
Asterisk 13 - sorcery realtime for pjsip publish objects
Hello,
I am currently trying to set up pjsip realtime and would like to have
outbound-publish, inbound-publication, and asterisk-publication sorcery
object types in ODBC realtime. Is that currently supported? I know that
some object types are known working and others are not. I was curious
what the status of those objects are.
Thanks!
Matt Hoskins | NPG Corp | Systems Architect
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 Apr 01
3
Asterisk 13.8.0 alembic database update fails.
...s
self.get_context().run_migrations(**kw)
File "/usr/lib/python2.7/dist-packages/alembic/migration.py", line
258, in run_migrations
change(**kw)
File "config/versions/423f34ad36e2_fix_pjsip_qualify_ti.py", line 17,
in upgrade
with op.batch_alter_table('ps_aors') as batch_op:
AttributeError: 'module' object has no attribute 'batch_alter_table'