Page 1 of 2

DIALER V2.3 for OXE R12.x

Posted: 21 Oct 2019 11:53
by frank
Here is the new dialer for OXE R12.x
It might work with versions 11 and 10, but I did not test.


FTP to your CPU. Then

tar -zxvf dialer.tar.gz
chmod 755 dialer
Launch with "./dialer"

Re: DIALER V2.3 for OXE R12.x

Posted: 07 Jan 2020 10:56
by bsdeg
Hi

which API are you using to dial?
I've been using a tool I derived from this thing that I found on pastebin after some wiresharking:
https://pastebin.com/YAJGws21
This seems to be using a SOAP API called XmlPhone.
Problem with that seems to be that once I log in using that API, PIMphony is silently logged out and never logged back in.

Were you able to solve that problem?

Re: DIALER V2.3 for OXE R12.x

Posted: 07 Jan 2020 11:04
by frank
Hi.
I'm not using any APIs actually.
What you could do it use O2G API in your case.
See http://api.dspp.al-enterprise.com

Re: DIALER V2.3 for OXE R12.x

Posted: 02 Jun 2020 07:29
by alexeik
hi frank

im using the dialer pretty often when ich implement SIP trunk witk OXE and audiocodes SBC. Sometimes i make new ars prefixes for this test. is it possible that prefixes like #50 dont work? if i choose a prefix witk only numbers everything is fine...

Re: DIALER V2.3 for OXE R12.x

Posted: 02 Jun 2020 08:46
by frank
If you prefix your prefixes with * or # , put the number in between " ". IE: "#5018001234567"

Re: DIALER V2.3 for OXE R12.x

Posted: 03 Jun 2020 02:14
by alexeik
ahh thx

Re: DIALER V2.3 for OXE R12.x

Posted: 09 Nov 2020 10:18
by frank
Anyone can give me an update to see if the dialer works on R12.4 ?

Re: DIALER V2.3 for OXE R12.x

Posted: 10 Nov 2020 05:36
by alexeik
yeah, tested 5 min ago, with latest patch 34c

Re: DIALER V2.3 for OXE R12.x

Posted: 10 Nov 2020 09:32
by frank
Perfect, thank you !

Re: DIALER V2.3 for OXE R12.x

Posted: 24 Mar 2021 00:14
by blind0wl
Hi Frank,

I dont suppose you have the dialer code opensourced anywhere? If not, that's fine. I was hoping to understand how its doing what it's doing is all. Has got me out of some tight situations many times so thank you for your time in developing it over the years!