BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

Inserting contact to Redis fails #125

Open OmanCoding opened 2 years ago

OmanCoding commented 2 years ago

Hi,

when trying the following contact,

4054k50_R101
<sip:101@10.22.22.48:57937;transport=udp>;q=1;expires=300;avaya-actions="presence.initiate-pubsub,presence.redirect";+avaya.gmtoffset="3:00";+avaya.js-ver="1.0";+avaya.model="J139";+avaya.sn="19WZ49200GJK";+avaya.firmware="4.0.5.0.10";+av.ip.mode=4;+av.sdp.anat;+av.sip.sig=4;+av.sip.media=4;+av.sip.iptolerance;+sip.instance="<urn:uuid:00000000-0000-1000-8000-c81feabef2aa>";reg-id=1

it does not succeed, however, when the contact storage is set to internal, it works

is it that the contact string contains non allowed characters by Redis?

regards

smrdoshi commented 2 years ago

Hi @OmanCoding

Have you got any solution to make it work with Redis?

Thanks