[asterisk-users] SIP option for Google Fi or Ting.com or similar - 911 is difficult.

2017-03-03 Thread Rob Townley
​Want to integrate my cellular service into my asterisk dial plan, so this
requires SIP capabilities such as one can get with Vitelity vMobile.  Does
Google Project Fi or Ting or another offer a SIP integration option, but
not advertise it?

A drawback with Vitelity vMobile is that it will not complete a 911 call
when just on WiFi.  So if your remote cabin has internet, but is in an area
without cellular service - or if the cellular antenna sat on top of  the
World Trade Center - you can not call 911.  Otherwise, i really like
Vitelity.

​Like Google Project Fi, vMobile will uses the other phone number
associated with the phone - the MobileDirectoryNumber, not the DID nor
MIN.  Meaning the 911 call center will see a totally different phone number
than what you remember your phone to be.  When it comes to this, vMobile
using the MDN idiot proofs the sip setup.

Wish all firmware would automatically send a TXT message to 911 with GPS
coordinates every five minutes or so.  Yes, most 911 does not receive TXT
messages yet, but becoming more common.  Possibly use text-to-speech to
announce location into the phone call.

911 is hard.  A recent tour of  a local 911 call center showed 911 systems
are way out-of-date and proprietary.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

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] moh reload not reloading/reading new musiconhold files

2017-03-03 Thread John Kiniston
Your new file is in the 'myfolder/1'' subdirectory of the MOH directory.

Either move the file into the MOH directory or define a new class in
musiconhold.conf that is for your directory.


On Fri, Mar 3, 2017 at 7:19 AM, Jonas Kellens 
wrote:

> Hello
>
> using Asterisk 1.8.32.3
>
> Current music on hold :
>
> myserver*CLI> moh show files
> Class: default
> File: /var/lib/asterisk/moh/macroform-robot_dity
> File: /var/lib/asterisk/moh/macroform-cold_day
> File: /var/lib/asterisk/moh/reno_project-system
> File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
> File: /var/lib/asterisk/moh/macroform-the_simplicity
>
> New musiconhold file :
>
> [root@myserver ]# file 
> /var/lib/asterisk/moh/myfolder/1/macroform-the_simplicity.wav
>
> /var/lib/asterisk/moh/myfolder/1/macroform-the_simplicity.wav: RIFF
> (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz
>
> I issue a reload of the moh :
>
> myserver*CLI> moh reload
> myserver*CLI> module reload res_musiconhold.so
> [Mar  3 15:04:53] -- Reloading module 'res_musiconhold.so' (Music On
> Hold Resource)
>
> Situation after reload :
>
> myserver*CLI> moh show files
> Class: default
> File: /var/lib/asterisk/moh/macroform-robot_dity
> File: /var/lib/asterisk/moh/macroform-cold_day
> File: /var/lib/asterisk/moh/reno_project-system
> File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
> File: /var/lib/asterisk/moh/macroform-the_simplicity
>
>
> Even a complete 'module reload' on Asterisk CLI does nothing :
>
> myserver*CLI> module reload
> [Mar  3 15:13:54]   == Parsing '/etc/asterisk/extconfig.conf': [Mar  3
> 15:13:54]   == Found
> [Mar  3 15:13:54]   == Parsing '/etc/asterisk/logger.conf': [Mar  3
> 15:13:54]   == Found
> ...
> [Mar  3 15:13:54] -- Reloading module 'res_musiconhold.so' (Music On
> Hold Resource)
> ...
>
>
> Situation after reload :
>
> myserver*CLI> moh show files
> Class: default
> File: /var/lib/asterisk/moh/macroform-robot_dity
> File: /var/lib/asterisk/moh/macroform-cold_day
> File: /var/lib/asterisk/moh/reno_project-system
> File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
> File: /var/lib/asterisk/moh/macroform-the_simplicity
>
>
>
> So, reloading musiconhold does not reload/read musiconhold files.
>
>
> How to read/load new musiconhold files into asterisk ??
>
>
> Kind regards.
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> 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
>



-- 
A human being should be able to change a diaper, plan an invasion, butcher
a hog, conn a ship, design a building, write a sonnet, balance accounts,
build a wall, set a bone, comfort the dying, take orders, give orders,
cooperate, act alone, solve equations, analyze a new problem, pitch manure,
program a computer, cook a tasty meal, fight efficiently, die gallantly.
Specialization is for insects.
---Heinlein
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

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] moh reload not reloading/reading new musiconhold files

2017-03-03 Thread Jonas Kellens

Hello

using Asterisk 1.8.32.3

Current music on hold :

myserver*CLI> moh show files
Class: default
File: /var/lib/asterisk/moh/macroform-robot_dity
File: /var/lib/asterisk/moh/macroform-cold_day
File: /var/lib/asterisk/moh/reno_project-system
File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
File: /var/lib/asterisk/moh/macroform-the_simplicity

New musiconhold file :

[root@myserver ]# file 
/var/lib/asterisk/moh/myfolder/1/macroform-the_simplicity.wav
/var/lib/asterisk/moh/myfolder/1/macroform-the_simplicity.wav: RIFF 
(little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz


I issue a reload of the moh :

myserver*CLI> moh reload
myserver*CLI> module reload res_musiconhold.so
[Mar  3 15:04:53] -- Reloading module 'res_musiconhold.so' (Music On 
Hold Resource)


Situation after reload :

myserver*CLI> moh show files
Class: default
File: /var/lib/asterisk/moh/macroform-robot_dity
File: /var/lib/asterisk/moh/macroform-cold_day
File: /var/lib/asterisk/moh/reno_project-system
File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
File: /var/lib/asterisk/moh/macroform-the_simplicity


Even a complete 'module reload' on Asterisk CLI does nothing :

myserver*CLI> module reload
[Mar  3 15:13:54]   == Parsing '/etc/asterisk/extconfig.conf': [Mar  3 
15:13:54]   == Found
[Mar  3 15:13:54]   == Parsing '/etc/asterisk/logger.conf': [Mar 3 
15:13:54]   == Found

...
[Mar  3 15:13:54] -- Reloading module 'res_musiconhold.so' (Music On 
Hold Resource)

...


Situation after reload :

myserver*CLI> moh show files
Class: default
File: /var/lib/asterisk/moh/macroform-robot_dity
File: /var/lib/asterisk/moh/macroform-cold_day
File: /var/lib/asterisk/moh/reno_project-system
File: /var/lib/asterisk/moh/manolo_camp-morning_coffee
File: /var/lib/asterisk/moh/macroform-the_simplicity



So, reloading musiconhold does not reload/read musiconhold files.


How to read/load new musiconhold files into asterisk ??


Kind regards.


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

Check out the new Asterisk community forum at: https://community.asterisk.org/

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