Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] pjsip module reload problem


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
dm at belkam.com
Guest





PostPosted: Thu May 12, 2016 6:36 am    Post subject: [asterisk-users] pjsip module reload problem Reply with quote

Hi!

Installing new asterisk server and decided to use chan_pjsip.

While module reload I get:

y 12 15:33:04] ERROR[21137]: config_options.c:715 aco_process_var: Could
not find option suitable for category '3567' named 'inband_progress' at
line 867 of
[May 12 15:33:04] ERROR[21137]: res_sorcery_config.c:317
sorcery_config_internal_load: Could not create an object of type 'aor'
with id '3567' from configuration file 'pjsip.conf'


After asterisk restart:

bkk*CLI> pjsip reload
Module 'res_pjsip.so' reloaded successfully.
-- Reloading module 'res_pjsip.so' (Basic SIP resource)
[May 12 15:33:49] NOTICE[21216]: sorcery.c:1374 sorcery_object_load:
Type 'system' is not reloadable, maintaining previous values
-- Remote UNIX connection
-- Remote UNIX connection disconnected
bkk*CLI>


everything is fine?

Is it bug?

Astersik 13.9.0.

Thank you!


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
jcolp at digium.com
Guest





PostPosted: Thu May 12, 2016 6:40 am    Post subject: [asterisk-users] pjsip module reload problem Reply with quote

Dmitry Melekhov wrote:
Quote:
Hi!

Installing new asterisk server and decided to use chan_pjsip.

While module reload I get:

y 12 15:33:04] ERROR[21137]: config_options.c:715 aco_process_var: Could
not find option suitable for category '3567' named 'inband_progress' at
line 867 of
[May 12 15:33:04] ERROR[21137]: res_sorcery_config.c:317
sorcery_config_internal_load: Could not create an object of type 'aor'
with id '3567' from configuration file 'pjsip.conf'

inband_progress is not a valid option for AORs, it is applicable to
endpoints. That's what the above is saying. If you remove it then your
AOR will be loaded and created as expected.

Quote:


After asterisk restart:

bkk*CLI> pjsip reload
Module 'res_pjsip.so' reloaded successfully.
-- Reloading module 'res_pjsip.so' (Basic SIP resource)
[May 12 15:33:49] NOTICE[21216]: sorcery.c:1374 sorcery_object_load:
Type 'system' is not reloadable, maintaining previous values
-- Remote UNIX connection
-- Remote UNIX connection disconnected
bkk*CLI>

Since you did not change the file it did not do the needless work of
rereading it, so you didn't see the message again.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
dm at belkam.com
Guest





PostPosted: Thu May 12, 2016 7:03 am    Post subject: [asterisk-users] pjsip module reload problem Reply with quote

12.05.2016 15:38, Joshua Colp пишет:
Quote:

Dmitry Melekhov wrote:
Quote:
Hi!

Installing new asterisk server and decided to use chan_pjsip.

While module reload I get:

y 12 15:33:04] ERROR[21137]: config_options.c:715 aco_process_var: Could
not find option suitable for category '3567' named 'inband_progress' at
line 867 of
[May 12 15:33:04] ERROR[21137]: res_sorcery_config.c:317
sorcery_config_internal_load: Could not create an object of type 'aor'
with id '3567' from configuration file 'pjsip.conf'

inband_progress is not a valid option for AORs, it is applicable to
endpoints. That's what the above is saying. If you remove it then your
AOR will be loaded and created as expected.

I have no this option in aor section, only globally:

;inband_progress=no ; Determines whether chan_pjsip will indicate
ringing
inband_progress=yes

I placed it where it is in sample config ,and


[3567]
type=aor
max_contacts=1

;


Quote:

Quote:


After asterisk restart:

bkk*CLI> pjsip reload
Module 'res_pjsip.so' reloaded successfully.
-- Reloading module 'res_pjsip.so' (Basic SIP resource)
[May 12 15:33:49] NOTICE[21216]: sorcery.c:1374 sorcery_object_load:
Type 'system' is not reloadable, maintaining previous values
-- Remote UNIX connection
-- Remote UNIX connection disconnected
bkk*CLI>

Since you did not change the file it did not do the needless work of
rereading it, so you didn't see the message again.



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
dm at belkam.com
Guest





PostPosted: Thu May 12, 2016 7:05 am    Post subject: [asterisk-users] pjsip module reload problem Reply with quote

12.05.2016 16:01, Dmitry Melekhov пишет:
Quote:
12.05.2016 15:38, Joshua Colp пишет:
Quote:

Dmitry Melekhov wrote:
Quote:
Hi!

Installing new asterisk server and decided to use chan_pjsip.

While module reload I get:

y 12 15:33:04] ERROR[21137]: config_options.c:715 aco_process_var:
Could
not find option suitable for category '3567' named 'inband_progress' at
line 867 of
[May 12 15:33:04] ERROR[21137]: res_sorcery_config.c:317
sorcery_config_internal_load: Could not create an object of type 'aor'
with id '3567' from configuration file 'pjsip.conf'

inband_progress is not a valid option for AORs, it is applicable to
endpoints. That's what the above is saying. If you remove it then
your AOR will be loaded and created as expected.

I have no this option in aor section, only globally:

;inband_progress=no ; Determines whether chan_pjsip will indicate
ringing
inband_progress=yes

I placed it where it is in sample config ,and

Oops, forget to uncomment section header [endpoints], this explains
everything.
Thank you!

Quote:


[3567]
type=aor
max_contacts=1

;


Quote:


Quote:

Quote:


After asterisk restart:

bkk*CLI> pjsip reload
Module 'res_pjsip.so' reloaded successfully.
-- Reloading module 'res_pjsip.so' (Basic SIP resource)
[May 12 15:33:49] NOTICE[21216]: sorcery.c:1374 sorcery_object_load:
Type 'system' is not reloadable, maintaining previous values
-- Remote UNIX connection
-- Remote UNIX connection disconnected
bkk*CLI>

Since you did not change the file it did not do the needless work of
rereading it, so you didn't see the message again.




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services