gmaruzz / saraphone

SaraPhone is an open source SIP WebRTC phone, complete with HotDesking, Redial, BLFs, MWI, DND, PhoneBook, Hold, Mute, Notifications. SaraPhone is fully integrated with FusionPBX. Based on SIP.js, SaraPhone works with all WebRTC compliant servers: FreeSWITCH, Asterisk, OpenSIPS, Kamailio, etc. SaraPhone gets its name from Giovanni's wife, Sara.
Mozilla Public License 2.0
153 stars 72 forks source link

Use username instead of caller_id_number #23

Closed rbetancor closed 4 years ago

rbetancor commented 4 years ago

Use username instead of caller_id_number as channel variable to searh for UserAgent information

gmaruzz commented 4 years ago

is this still relevant?

actually in latest version it does not check what kind of device is anymore it always bind_digit_action

you may want to: git stash; git pull; git stash apply

rbetancor commented 4 years ago

Is relevant, as you still check the UserAgent for the fake ringback.

gmaruzz commented 4 years ago

thanks!!