SIP MakeCall question help please

giga

Well-Known Member
Licensed User
Longtime User
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.
B4X:
CurrentCall = Sip.MakeCall("sip:[email protected]: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.
 

giga

Well-Known Member
Licensed User
Longtime User
Not sure that I understand the question. It doesn't matter how this string is built. You can take the string from an EditText.

:sign0188: Erel You answered my questions and didnt even know it. I needed an extra cup of coffee and a build a STRING. THANK YOU :icon_clap:
 
Upvote 0
Top