Re: [Sip-implementors] Query regarding fallback to media after Fax

2019-09-20 Thread Paul Kyzivat

On 9/20/19 12:49 AM, Rohit Jain wrote:

Hi All,

I have a query that can a SIP device fallback from fax to audio  again.
Following is the scenario:

User initiated a call with audio and call is connected.
After this user sent a ReInvite with t38 fax and both offer answer are
negotiated.

Can a user again send ReInvite with audio, or after fax call should be
disconnected.

In Normal scenario to send Fax, first audio is required to be established
in SIP. Once fax is done can endpoint again fallback to audio ? Is it a
practical usecase ?


This isn't really a sip question. From a sip signaling perspective it is 
totally fine to change media over and over again within a call. So if 
you want to revert from t38 back to normal audio then go ahead and make 
an offer to do so.


It question is whether the other end is prepared to handle the change. 
That will depend upon its construction. If not, then presumably it will 
refuse the offer to change and/or terminate the call. If your request to 
change back fails, but the call remains up, then you can make a new 
decision about what you want to do.


Thanks,
Paul
___
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/sip-implementors


Re: [Sip-implementors] Query regarding fallback to media after Fax

2019-09-19 Thread Philipp Schöning
It is perfectly fine to Re-Invite to an audio conversation after
transmitting data.

But this is actually only relevant when you are talking to somebody, then
transmit data and talk again.
When this session is only established to transmit data you can end the
session after data transmission is finished.

BR
Philipp
___
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/sip-implementors