I am experimenting with the SIP Library and have successfully connected to my PBX account. I can make a single call to a tel number with the below code.
but I can only do one tel number. Is there a way of using Edittext.box to input into SIP more than one number that can be dialed?
Thanks for any help, greatly appreciated.
B4X:
CurrentCall = Sip.MakeCall("sip:91234567890@99.99.99.99:5060", 30)
but I can only do one tel number. Is there a way of using Edittext.box to input into SIP more than one number that can be dialed?
Thanks for any help, greatly appreciated.