Re: [on-asterisk] WebRTC - CHROME MOZILLA - already here. Integrated VOIP and VIDEO with SRTP

2013-02-14 Thread Mike - QTI
Reza,

Have been watching this develop and I say it still a ways off due to
codec licencing issues and inconsistent implementation in the different
browsers. Take a look at this http://code.google.com/p/webrtc2sip/ it's
basically a proxy server to bridge to legacy systems. I've not yet played
with it but it seems like a way to integrate with older asterisk.

Mike

On Thu, Feb 14, 2013 at 2:47 AM, Reza - Voipernetics
r...@voipernetics.comwrote:

 I thought this was fascinating!  Chrome and Mozilla already have this
 enabled - without the need for any additional plugins and add-ons.   This
 allows web developers with basic java script knowledge, to integrate their
 web apps with video and audio communication simply by using standard
 programming techniques.   As of Asterisk 11, WebRTC is enabled.

 Has anyone actually started working and experimenting on this here within
 the group?

 For the curious minds, the link below will give an overview.
 https://wiki.asterisk.org/**wiki/display/AST/Asterisk+**WebRTC+Supporthttps://wiki.asterisk.org/wiki/display/AST/Asterisk+WebRTC+Support

 This link actually shows a live communication (video and audio) between
 Chrome  Mozilla technical team.
 http://o.canada.com/2013/02/**05/a-chromefirefox-compatible-**
 voip-solution-is-just-around-**the-corner/http://o.canada.com/2013/02/05/a-chromefirefox-compatible-voip-solution-is-just-around-the-corner/

 Any suggestions on how to get WebRTC working on a pre Asterisk 11 version
 would also be interesting (Asterisk 1.6 through Asterisk 10)

 Best,
 Reza.

 --
 FOUNDER  SR. TELECOM ANALYST
 VOIPERNETICS COMMUNICATIONS
 NATION WIDE DIDS, SIP TRUNKS  VOIP 911.
 PARTIAL / FULL VIRTUAL PRI - NO CONTRACTS!
 HOSTED PBX  TERMINATION SERVICES.
 TEL:  647-476-2067


 --**--**-
 To unsubscribe, e-mail: asterisk-unsubscr...@uc.org
 For additional commands, e-mail: asterisk-h...@uc.org




-- 
Mike Ashton
CTO
Quality Track International

Phone: +1 647.724.3500 x251
Cell: +1 416.527.4995


Re: [on-asterisk] Asterisk re-registration without password ?

2013-02-14 Thread Roger Si
Toma, that is a interesting request, why do you want that?

Roger

Sent from my iPhone

On 2013-02-13, at 10:46 AM, Liviu Toma liviu.t...@gmail.com wrote:

 Hi,
 
 I was wondering if the following feature can be enabled somehow in Asterisk.
 Normally when an ATA/IP Phone registers with the server, it sends
 first a register request which contains only the username and no
 password. The server rejects it but sends a nonce. Then the ATA sends
 another registration, this time with a password encrypted with the
 nonce sent by the server. This time the registration is accepted.
 This is all fine for the fist registration. What I am wondering is if
 it's possible for any subsequent registrations to be accepted from the
 first attempt (without password) as long as they come from the same IP
 address/port as the previous registration for the same peer.
 
 Thanks,
 Liviu Toma
 
 -
 To unsubscribe, e-mail: asterisk-unsubscr...@uc.org
 For additional commands, e-mail: asterisk-h...@uc.org
 

-
To unsubscribe, e-mail: asterisk-unsubscr...@uc.org
For additional commands, e-mail: asterisk-h...@uc.org



[on-asterisk] Toll-free number assignements

2013-02-14 Thread Bruce N
Hi everyone,

I am curious as to how Toll-Free numbers are assigned and allocated. As for
as local exchange goes, CLECs or ILECs hold a whole exchange or part of it
but is that also the case for Toll-Free numbers? For example if a toll-free
number is not yet assigned to anyone does it reside with BOCs? And how does
it work after it's assigned? Does it get forwarded to a PRI on CLEC or iLEC
or directly to a local number?

Any RespORG members out there?

-Bruce


Re: [on-asterisk] Asterisk re-registration without password ?

2013-02-14 Thread Ovidiu Sas
You can achieve this by front ending asterisk with a *SER proxy server
and handling the REGISTER there.
But doing this is asking for trouble. If the first REGISTER over UDP
is authenticated and for a second one only the source IP/port is
checked, then an attacker could easily spoof the IP/port and hijack
incoming calls to the registered account (by providing it's own
location in the REGISTER's Contact header).  Or it can simply
unregister the account (by setting expires=0 in REGISTER's Contact
header).

-ovidiu

On Wed, Feb 13, 2013 at 10:46 AM, Liviu Toma liviu.t...@gmail.com wrote:
 Hi,

 I was wondering if the following feature can be enabled somehow in Asterisk.
 Normally when an ATA/IP Phone registers with the server, it sends
 first a register request which contains only the username and no
 password. The server rejects it but sends a nonce. Then the ATA sends
 another registration, this time with a password encrypted with the
 nonce sent by the server. This time the registration is accepted.
 This is all fine for the fist registration. What I am wondering is if
 it's possible for any subsequent registrations to be accepted from the
 first attempt (without password) as long as they come from the same IP
 address/port as the previous registration for the same peer.

 Thanks,
 Liviu Toma

-
To unsubscribe, e-mail: asterisk-unsubscr...@uc.org
For additional commands, e-mail: asterisk-h...@uc.org



Re: [on-asterisk] Toll-free number assignements

2013-02-14 Thread Bill Sandiford
Hi Bruce,

We are a RESPOrg.  There are no exchanges per se.  We just request numbers
from a central database when we get a request for them.  As far as
forwarding, we can forward to a PRI or POTS lines or SIP Trunk.

Bill






On 2013-02-14 5:04 PM, Bruce N brucev...@gmail.com wrote:

Hi everyone,

I am curious as to how Toll-Free numbers are assigned and allocated. As
for
as local exchange goes, CLECs or ILECs hold a whole exchange or part of it
but is that also the case for Toll-Free numbers? For example if a
toll-free
number is not yet assigned to anyone does it reside with BOCs? And how
does
it work after it's assigned? Does it get forwarded to a PRI on CLEC or
iLEC
or directly to a local number?

Any RespORG members out there?

-Bruce


-
To unsubscribe, e-mail: asterisk-unsubscr...@uc.org
For additional commands, e-mail: asterisk-h...@uc.org