Closed hassantauqeer closed 10 months ago
My bad, I was passing the port as string. "5060" instead of 5060. I still have other issues but atleast it proceeds, prints logs although it doesn't call the callback because of other reasons. I will investigate and create an issue if it seems like i am blocked.
I am using this example from the documentations:
I am running a Dialler(Microsip) on my server, and trying to connect to that using python. These are all my internal (network)configurations
192.168.18.103
5060
12157862266
(registered agent/number in my dialler)When i try to run this simple example, it runs successfully but when i make a call at this agent/number from LinPhone it doesn't trigger any logs OR doens't even call the
callCallback
function.I used a ReactJS example and i was able to communicate between 2 apps over my VoIP/Microsip dialler but not with this package.