baresip-android
baresip-android copied to clipboard
How to publish Call Custom SIP Progress after ringing
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 ...