VoIPGRID / VialerSIPLib

An Objective-c wrapper for PJSIP
GNU General Public License v3.0
133 stars 69 forks source link

added answer to server with 180 #223

Closed ChrisKontosEU closed 4 years ago

ChrisKontosEU commented 4 years ago

Issue number

no number

Expected behavior

When getting an incoming call the callee should notify the server to create a tone signalling the caller that the remote side is ringing.

Actual behavior

No ringback for the remote side

Description of fix

Sending code 180 on incoming call.

Other info

Now also a missed call notification is sent to the callee in that case.