Re: [asterisk-users] Getting better Caller ID

2016-07-07 Thread Kevin Larsen
> Hello,
> 
> We use Asterisk and as per book we use MAC addresses as user names.
> So, when call coming in from outside (SIP trunk) - caller id is good.
> 
> But when users calling each other on extensions - they see MAC 
> addresses. How would I make it so we see actual names instead of MAC
> addresses? Without changing users..
> 
Do you have a line like the following in your sip.conf for each user?

callerid="Name Here" 

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__-- 
_
-- 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] Getting better Caller ID

2016-07-07 Thread Ivan Demkovitch
Hello,

We use Asterisk and as per book we use MAC addresses as user names.
So, when call coming in from outside (SIP trunk) - caller id is good.

But when users calling each other on extensions - they see MAC addresses. How 
would I make it so we see actual names instead of MAC addresses? Without 
changing users..

Thank you,
Ivan
-- 
_
-- 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] First call - one way audio

2016-07-07 Thread Ivan Demkovitch
Hello folks,

I hope this is simple issue because it seems like something with registration 
expiration, etc.

We use Asterisk (plain setup) with Cisco SPA phones (also nothing changed on 
settings, just proxy/UN/Password
Everything on same LAN

So, what we observe is when call coming in - we can’t hear opponent but they 
can hear us. And this happens only when phone idle for some time.
Second call coming in - all works fine.

Any idea what might be causing this? Hopefully this is common issue.

Thank you,
Ivan
-- 
_
-- 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] rasberry pi

2016-07-07 Thread Tzafrir Cohen
On Wed, Jul 06, 2016 at 01:10:23AM -0700, Thufir wrote:
> I'm debating between a cloud PBX or, perhaps, rasberry pi.  For a SOHO,
> maybe three hardphones, rasberry pi would suffice?  I would be amazed, but,
> if so, great.

Just a reminder: The original Raspberry Pi uses a SoC with an ARM core
that doesn't support the ARMv7 architecture (though it does have
floating-point support). Thus most ARM-based distributions will not work
on it, and you'll typically need to run Raspbian on it. Nowadays, unless
you have an older one or you buy a rpi-zero, this is not what you use.

Nowadays we have rPi2 and rPi3. They are quad-core (though generally
only the first core can handle interrupts. So when looking at top, be
sure to press '1' for per-core information). The rPi3 should be able to
run arm64, but this seems mostly theoretical (not sure if it is
supported in practice) and you get a system slightly faster and mostly
compatible with the rPi2.

For such a small system, I think that even the original rPi would do.
The rPi2 will certaily do.

-- 
   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 --
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