baresip-android icon indicating copy to clipboard operation
baresip-android copied to clipboard

How to publish Call Custom SIP Progress after ringing

Open assegaf opened this issue 4 years ago • 0 comments

example we got this progress, call id: 3df4267af87c6b47 call: SIP Progress: 100 Giving a try (/) call: SIP Progress: 180 Ringing (/) sip:[email protected]: session closed: 486 Rejected

we want to add more progress after 180 Ringing, example

call id: 3df4267af87c6b47 call: SIP Progress: 100 Giving a try (/) call: SIP Progress: 180 Ringing (/) call: SIP Progress: 183 Session Progress (/) sip:[email protected]: session closed: 486 Rejected

this was under Android Application, Also we will modify too native code as needed if needed, it must be under android app not via SIP Server, because some of reason ...

assegaf avatar Apr 22 '22 10:04 assegaf