Re: [SR-Users] About the Presence service 401 issue

2022-11-09 Thread SparkleZou
when it was broken on your side. This can also be done by e.g. by compiling from the git and checkout the appropriate tagged versions. Using “git bisect” might be also helpful to find it faster. If you found out some more, please open an issue on our tracker. Cheers, Henning -- Henn

Re: [SR-Users] About the Presence service 401 issue

2022-11-06 Thread SparkleZou
faster. If you found out some more, please open an issue on our tracker. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: SparkleZou Sent: Wednesday, November 2, 2022 3:30 AM To: Henning Westerholt Cc: Kamailio (SE

Re: [SR-Users] About the Presence service 401 issue

2022-11-02 Thread SparkleZou
Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: sr-users On Behalf Of SparkleZou Sent: Tuesday, November 1, 2022 1:32 PM To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] About the Presence service 401 issue Hi Sir/Madam,

Re: [SR-Users] About the Presence service 401 issue

2022-11-01 Thread SparkleZou
ngth: 694 rls-services pidf-manipulation xcap-caps resource-lists pres-rules org.openmobilealliance.pres-rules urn:ietf:params:xml:ns:rls-services urn:ietf:params:xml:ns:pidf urn:ietf:params:xml:ns:xcap-caps urn:ietf:params:xml:ns:resource-lists urn:ietf:params:xml:ns:pres-rules BR, Sparkle

[SR-Users] About the Presence service 401 issue

2022-10-31 Thread SparkleZou
Hi Sir/Madam, I'm trying to set up the presence service according to the manual http://kb.asipto.com/kamailio:presence:k31-made-simple Also refer to the doc https://kamailio.org/docs/modules/devel/modules/xcap_server.html Seems the Kamailio cfg fine. but when to get the xcap data, get the 40

Re: [SR-Users] About the WITH_VOICEMAIL Subscriber message 407 issue

2022-10-26 Thread SparkleZou
, Sparkle Zou At 2022-10-25 16:17:11, "Daniel-Constantin Mierla" wrote: Hello, you have to configure freeswitch to allow traffic from kamailio based on ip address, not with username/password. Cheers, Daniel On 25.10.22 02:55, SparkleZou wrote: Hi Sir/Madam, I'm

Re: [SR-Users] About kamailio + freeswitch issue on Kamailio v5.6

2022-10-12 Thread SparkleZou
Hi Kaufman, It's OK now. in vars.xml,set "external_rtp_ip" "external_sip_ip" of "stun-set" to the local host IP. Thanks! BR, Sparkle Zou At 2022-10-12 10:07:30, "SparkleZou" wrote: Hi Kaufman, Currently I set up kamailio + freeswitch

Re: [SR-Users] About kamailio + freeswitch issue on Kamailio v5.6

2022-10-11 Thread SparkleZou
From: sr-users On Behalf Of Henning Westerholt Sent: Monday, October 10, 2022 5:57 AM To: Kamailio (SER) - Users Mailing List Cc: SparkleZou Subject: Re: [SR-Users] About kamailio + freeswitch issue on Kamailio v5.6 Hello, as you already noticed, this tutorial was about an older version

Re: [SR-Users] About kamailio + freeswitch issue on Kamailio v5.6

2022-10-10 Thread SparkleZou
stem log files to get more information on the probable causes. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: sr-users On Behalf Of SparkleZou Sent: Monday, October 10, 2022 4:25 AM To: sr-users@lists.kamailio.org Sub

Re: [SR-Users] About kamailio + freeswitch issue on Kamailio v5.6

2022-10-10 Thread SparkleZou
voicemail on busy or no answer (timeout) if (t_check_status("486|408")) { $du = $null; route(TOVOICEMAIL); exit; } #!endif return; } BR, Sparkle Zou At 2022-10-10 10:24:40, "SparkleZou" wrote: Hi Sir/Mada, I'm trying to integrate kamailio + freeswitch, accordi

[SR-Users] About kamailio + freeswitch issue on Kamailio v5.6

2022-10-09 Thread SparkleZou
Hi Sir/Mada, I'm trying to integrate kamailio + freeswitch, according to the manual http://kb.asipto.com/freeswitch:kamailio-3.3.x-freeswitch-1.2.x-sbc on Kamailio v5.6 modified the kamailio.cfg file, add WITH_FREESWITCH parts, then kamailio could NOT start up. Could you please help check