|
@@ -16,7 +16,7 @@ alias="t-online.de"
|
|
#user=ser
|
|
#user=ser
|
|
#group=ser
|
|
#group=ser
|
|
#open_fd_limit=1024 # sets the open file descriptors limit
|
|
#open_fd_limit=1024 # sets the open file descriptors limit
|
|
-mhomed=yes # usefull for multihomed hosts, small performance penalty
|
|
|
|
|
|
+mhomed=yes # useful for multihomed hosts, small performance penalty
|
|
|
|
|
|
#disable_tcp=yes
|
|
#disable_tcp=yes
|
|
tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
|
|
tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
|
|
@@ -131,7 +131,7 @@ modparam("pa", "ignore_408_on_notify", 1)
|
|
#modparam("presence_b2b", "presence_route", "<sip:127.0.0.1;transport=tcp;lr>")
|
|
#modparam("presence_b2b", "presence_route", "<sip:127.0.0.1;transport=tcp;lr>")
|
|
modparam("presence_b2b", "presence_outbound_proxy", "sip:127.0.0.1;transport=tcp")
|
|
modparam("presence_b2b", "presence_outbound_proxy", "sip:127.0.0.1;transport=tcp")
|
|
#modparam("presence_b2b", "presence_outbound_proxy", "sip:127.0.0.1")
|
|
#modparam("presence_b2b", "presence_outbound_proxy", "sip:127.0.0.1")
|
|
-# waiting time from error to new attepmt about SUBSCRIBE
|
|
|
|
|
|
+# waiting time from error to new attempt about SUBSCRIBE
|
|
modparam("presence_b2b", "on_error_retry_time", 60)
|
|
modparam("presence_b2b", "on_error_retry_time", 60)
|
|
# how long wait for NOTIFY with Subscription-Status=terminated after unsubscribe
|
|
# how long wait for NOTIFY with Subscription-Status=terminated after unsubscribe
|
|
modparam("presence_b2b", "wait_for_term_notify", 33)
|
|
modparam("presence_b2b", "wait_for_term_notify", 33)
|
|
@@ -144,7 +144,7 @@ modparam("presence_b2b", "default_expiration", 3600)
|
|
# process internal subscriptions to presence events
|
|
# process internal subscriptions to presence events
|
|
modparam("presence_b2b", "handle_presence_subscriptions", 1)
|
|
modparam("presence_b2b", "handle_presence_subscriptions", 1)
|
|
#additional headers for presence
|
|
#additional headers for presence
|
|
-#modparam("presence_b2b", "additional_presence_headers", "P-Generated: yes\r\nP-Regenreated: no\r\n")
|
|
|
|
|
|
+#modparam("presence_b2b", "additional_presence_headers", "P-Generated: yes\r\nP-Regenerated: no\r\n")
|
|
# randomized SUBSCRIBE requests?
|
|
# randomized SUBSCRIBE requests?
|
|
modparam("presence_b2b", "max_subscribe_delay", 10)
|
|
modparam("presence_b2b", "max_subscribe_delay", 10)
|
|
|
|
|
|
@@ -314,7 +314,7 @@ route{
|
|
|
|
|
|
if (!have_flat_list()) {
|
|
if (!have_flat_list()) {
|
|
# query_resource_list failed or was not called
|
|
# query_resource_list failed or was not called
|
|
- # do standard RLS query acording to To/AOR
|
|
|
|
|
|
+ # do standard RLS query according to To/AOR
|
|
if (!query_rls_services()) {
|
|
if (!query_rls_services()) {
|
|
log(1, "XCAP query failed\n");
|
|
log(1, "XCAP query failed\n");
|
|
t_reply("404", "No such list URI");
|
|
t_reply("404", "No such list URI");
|