Re: [asterisk-users] Asterisk - WiMax Island Use

2015-01-14 Thread j.halifax2



Thank you so much, Frank. I'll do as you say. :)
JH



-- Původní zpráva --
Od: Ochere Gmail 
Komu: Asterisk Users Mailing List - Non-Commercial Discussion 
Datum: 14. 1. 2015 21:22:14
Předmět: Re: [asterisk-users] Asterisk - WiMax Island Use

"It can be done, contact me offlist to discuss further

Frank

Sent from my iPhone

> On Jan 14, 2015, at 7:32 PM,  
wrote:
> 
> Hello All,
> 
> Please advise kindly about the following arrangement:
> 
> I need to have Asterisk working with company's mobiles via company's WiMax
mobile network. Both Asterisk and WiMax can work in an island mode (i.e. not
necessarily connected, even preferably not connected to any other 
communication network like mobile operator, Intranet or Internet).
> 
> The result desired should be that company's field workers can communicate 
with each other by means of company's mobile phones, company's WiMax 
technology and company's Asterisk, but preferably not with any mobile 
operator's subscribers.
> 
> Please advise kindly whether such arrangement is possible and if so, what 
should I study to know which devices to buy.etc.
> 
> Thank you for your great help. :)
> 
> BR,
> JH
> 
> =
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
> http://www.asterisk.org/hello
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users";

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk - WiMax Island Use

2015-01-14 Thread Ochere Gmail
It can be done, contact me offlist to discuss further

Frank

Sent from my iPhone

> On Jan 14, 2015, at 7:32 PM,   
> wrote:
> 
> Hello All,
> 
> Please advise kindly about the following arrangement:
> 
> I need to have Asterisk working with company's mobiles via company's WiMax 
> mobile network. Both Asterisk and WiMax can work in an island mode (i.e. not 
> necessarily connected, even preferably not connected to any other 
> communication network like mobile operator, Intranet or Internet).
> 
> The result desired should be that company's field workers can communicate 
> with each other by means of company's mobile phones, company's WiMax 
> technology and company's Asterisk, but preferably not with any mobile 
> operator's subscribers.
> 
> Please advise kindly whether such arrangement is possible and if so, what 
> should I study to know which devices to buy.etc.
> 
> Thank you for your great help. :)
> 
> BR,
> JH
> 
> =
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>   http://www.asterisk.org/hello
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Asterisk - WiMax Island Use

2015-01-14 Thread j.halifax2
Hello All,



Please advise kindly about the following arrangement:




I need to have Asterisk working with company's mobiles via company's WiMax 
mobile network. Both Asterisk and WiMax can work in an island mode (i.e. not
necessarily connected, even preferably not connected to any other 
communication network like mobile operator, Intranet or Internet).




The result desired should be that company's field workers can communicate 
with each other by means of company's mobile phones, company's WiMax 
technology and company's Asterisk, but preferably not with any mobile 
operator's subscribers.




Please advise kindly whether such arrangement is possible and if so, what 
should I study to know which devices to buy.etc.




Thank you for your great help. :)




BR,

JH


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] WSS Socket Configuration

2015-01-14 Thread Alexej Starschenko
Hi Kirill,

Thanks for the suggested configuration. I will give it a try.
For now I have setup a websocket proxy to bycome the configuration problem.

Regards,
Alexej


-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kirill Marchuk
Sent: Wednesday, January 14, 2015 6:25 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] WSS Socket Configuration

Hi Alexey,

This is what works for me:
[http.conf]:

tlsenable=yes  ; enable tls - default no.
tlsbindaddr=144.x.y.z:8089; address and port to bind to - default is 
bindaddr and port 8089.
tlscertfile=/etc/asterisk/keys/mycert.pem   ; path to the certificate 
file (*.pem) only.
tlsprivatekey=/etc/asterisk/keys/mycert.pem ; path to private key file 
(*.pem) only.


Date: Tue, 13 Jan 2015 10:02:08 +
From: Alexej Starschenko 
To: "asterisk-users@lists.digium.com" 
Subject: [asterisk-users] WSS Socket Configuration
Message-ID: 
<46b08b12850fef43bf479468a4002a57829...@sz-org-app001.sabienzia.int> 
Content-Type: text/plain; charset="us-ascii"

Hi, I have a working WebRTC/SipJS+Asterisk(13.0.1) setup using ws 
sockets. Now I wanted to switch to wss to have encryption, but cannot 
find the required configuration parameters. Does Asterisk support wss 
sockets? How can I configure it? Thanks, Alexej

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users