Re: [asterisk-users] Conference Call like conference done by mobile!

2016-10-05 Thread Mandar Khire
Hi,
Thanks for reply.
For use confbridge I follows link http://www.mytechrepublic.com/?p=418
By it I manage to create Conference room & add members to it.
But each member has to dial conference Number.
In my scenario Only first person dial second person's number.
Example:-
If Person1 has 6001, Person2 6002, person3 has 6003 & so on,
Then In confbridge as per given link example Person1 dial 1030, then
person2 dial 1030, then person3 dial 1030 & so on for conference call.
But In my scenario Person1 dial 6002, then make it hold, then dial 6003 &
then merge call.
Is it depend on softphone functionality or we need to write something in
some conf file?
Can we do it some how?
I tried it on mobile & I can make conference with 6 friends means total 7
people talk to each other without dial any conference number.

Thanks.

Mandar P. Khire
+919769419340
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
  http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

[asterisk-users] Ast 13.10 to 13.11 stop working webrtc

2016-10-05 Thread Sebastian
>From this change (res_rtp_asterisk): ast 13.10 to 13.11 webrtc JSSIP stop
working, failing with

chan_sip.c:4083 retrans_pkt: Hanging up call
7238b48c11581d4166b899bf747a05f7@130.211.62.184:0 - no reply to our
critical packet (see
https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).


is there any way to configure to have the previous behaviour?
Im trying to set dtlscipher=AES128-SHA but I always see

DTLS ECDH initialized (automatic), faster PFS enabled

any idea?

Thanks!
res_rtp_asterisk
--
* The DTLS part in Asterisk now supports Perfect Forward Secrecy (PFS).
Enabling PFS is attempted by default, and is dependent on the configuration
of the module using TLS.
- Ephemeral ECDH (ECDHE) is enabled by default. To disable it, do not
specify a ECDHE cipher suite in sip.conf, for example:
dtlscipher=AES128-SHA
- Ephemeral DH (DHE) is disabled by default. To enable it, add DH parameters
into the private key file, e.g., sip.conf dtlsprivatekey. For example:
openssl dhparam -out ./dh.pem 2048
- Because clients expect the server to prefer PFS, and because OpenSSL sorts

its cipher suites by bit strength, see "openssl ciphers -v DEFAULT".
Consider re-ordering your cipher suites in the respective configuration
file. For example:
dtlscipher=ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256
which forces PFS and requires at least DTLS 1.2.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
  http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Conference Call like conference done by mobile!

2016-10-05 Thread Andrew Ruthven
On Wed, 2016-10-05 at 17:34 +0530, Mandar Khire wrote:
> hi,
> I trying to solve one scenario:-
> As I can make call from mobile phone to my friend1. As he accept it,
> I put him on hold, & dial friend2.
> As he also accept it, I put him on hold & follow same procedure till
> friend6.
> The I click on 'Merge call' & I can talk to all 6 friends at a time &
> they can talk each other.
> Can I write This scene by dialplan?How?
> I used Confbridge but its different type of conference.
> Need help.
> Thanks.

Hi Mandar,

Check out the "addcaller" stuff here:

https://wiki.asterisk.org/wiki/display/AST/ConfBridge+Configuration

Essentially you'd have a dialplan where you can call another number
which is then added to the confbridge.

Cheers,
Andrew

-- 
Andrew Ruthven, Wellington, New Zealand
MIITP, CITPNZ

At work: andrew.ruth...@catalyst.net.nz
At home: and...@etc.gen.nz
Card   : http://qr.catalyst.net.nz/907675e1
Cloud  : NZs only real cloud - https://catalyst.net.nz/cloud
GPG fpr: C603 FC4E 600F 1CEC D1C8  D97C 4B53 D931 E4D3 E863
LCA2017: The Future of Open Source, Hobart, AU - http://linux.conf.au





-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
  http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Conference Call like conference done by mobile!

2016-10-05 Thread Carlos Chavez

On 10/5/16 7:04 AM, Mandar Khire wrote:


hi,
I trying to solve one scenario:-
As I can make call from mobile phone to my friend1. As he accept it, I 
put him on hold, & dial friend2.
As he also accept it, I put him on hold & follow same procedure till 
friend6.
The I click on 'Merge call' & I can talk to all 6 friends at a time & 
they can talk each other.


Can I write This scene by dialplan?How?

I used Confbridge but its different type of conference.

Need help.
Thanks.

What you are mentioning is a function of the phone an not of 
Asterisk.  The phone has to support all those channels and mix them 
locally.  Most phones only do three way calling but some can do more.  
What is the problem with dumping everyone into a Confbridge conference 
room?  Same result at the end.



--


Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
  http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Asterisk 11.23 with libmysqlclient20 on Debian 8

2016-10-05 Thread Tzafrir Cohen
On Mon, Oct 03, 2016 at 07:54:23PM -0300, Victor Villarreal wrote:
> Hi List!
> 
> I'm facing a problem while compiling Asterisk-11 on a Debian 8 server.
> 
> The mysql-server version installed is 5.7 and come from the official mySQL
> community repo for Debian.

For the record, we ubild both asterisk 11 (last version: 11.21.2) and 13
(13.11.2) for Debian Stable using the distro-provided MySQL packages.

> 
> After compile, install and execute Asterisk, the comman "lsof -p `pidof
> asterisk` | grep mysql" don't produce any output. Like if confgure script
> don't found the mysql lib.

Is Are there any mysql-related module loaded?

Start with e.g.

  ldd /usr/lib/asterisk/module/cdr_mysql.so

> 
> With libmysqlclient18 every is Ok. How can I use libmysqlclient20 with
> Asterisk ?

Were the relevant modules built? Do you use direct MySQL support? ODBC?
Maybe you forgot to install development headers?

> 
> Thanks in advance, and best regards.
> 
> root@nodo1:/usr/src/asterisk-11.23.0# ls -lh /usr/lib/x86_64-linux-gnu/ |
> grep mysql
> -rw-r--r-- 1 root root 5,7M ago 25 09:37 libmysqlclient.a
> lrwxrwxrwx 1 root root   20 ago 25 09:37 libmysqlclient.so ->
> libmysqlclient.so.20

This one typically comes from the development headers package, so it's
probably installed.

> lrwxrwxrwx 1 root root   24 ago 25 09:37 libmysqlclient.so.20 ->
> libmysqlclient.so.20.3.2
> -rw-r--r-- 1 root root 4,2M ago 25 09:37 libmysqlclient.so.20.3.2
> -rw-r--r-- 1 root root  18K ago 25 09:37 libmysqlservices.a

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
  http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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


[asterisk-users] Conference Call like conference done by mobile!

2016-10-05 Thread Mandar Khire
hi,
I trying to solve one scenario:-
As I can make call from mobile phone to my friend1. As he accept it, I put
him on hold, & dial friend2.
As he also accept it, I put him on hold & follow same procedure till
friend6.
The I click on 'Merge call' & I can talk to all 6 friends at a time & they
can talk each other.

Can I write This scene by dialplan?How?

I used Confbridge but its different type of conference.

Need help.
Thanks.


Mandar P. Khire
+919769419340
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
  http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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