Commit Graph

43 Commits

Author SHA1 Message Date
mpmc 31bae6d4d2 add sipgate uk config 2024-03-24 12:31:58 +00:00
mpmc 07bc810422 don't use channel language as timezone (yeah I dunno why I did this) 2024-03-24 12:31:04 +00:00
mpmc 42244ec73d Revert "allow all codecs"
This reverts commit 0cc0fcbdea.
2024-03-24 11:18:46 +00:00
mpmc 0cc0fcbdea allow all codecs 2024-03-23 10:34:29 +00:00
mpmc d1a7a24ce0 - add indications to start config
- add basic users config
2024-03-23 10:10:56 +00:00
mpmc 976ecab1bf correct command in readme - doh! 2024-03-23 09:39:58 +00:00
mpmc 813b2e0747 more directory moves!
- move all config folders into the directory "configs".
- fix_permissions.conf should only fix permissions of /etc/asterisk/*.conf files!
- update readme
2024-03-23 09:29:06 +00:00
mpmc d9d8c901ea Directory moves
- move current config into wip directory
- add starter config
- update readme
- add ./*.conf files and dirs ./backup & ./asterisk_backup to gitignore
2024-03-18 23:50:41 +00:00
mpmc 556ccd2ac7 - filter outgoing numbers to trunks
- withheld/reveal number prefix-matching
2024-03-15 14:32:35 +00:00
mpmc acd77a4b7e [user_outbound_en_GB] use filtering to prevent non-numbers being passed. 2024-03-13 17:30:30 +00:00
mpmc ccdf39e265 Trunk context changes
- [trunk_outbound] no need to to filter as we should be directly matching numbers
- [user_outbound_en_GB] match international
2024-03-13 17:28:59 +00:00
mpmc 8e0678a8a1 [mobile_trunk_inbound_en_GB] clarify the need for in-band ringing on mobile pickup. 2024-03-12 23:18:48 +00:00
mpmc ea50fe1fc0 [mobile_trunk_inbound_en_GB] use in-band ringing to give the channel time to setup. 2024-03-12 22:57:43 +00:00
mpmc 51884d7cec the channel used by chan_quectel only supports tonezone! 2024-03-12 22:32:08 +00:00
mpmc 5228b4b07f As chan_quectel doesn't do tone_zone use a context per device so we can set it there.
- renaming [mobile_trunk_inbound] to [mobile_trunk_inbound_en_GB].
2024-03-12 22:26:34 +00:00
mpmc 80ab3b33e5 [mobile_trunk_inbound] remove old label. 2024-03-12 21:31:08 +00:00
mpmc 19552f3571 [mobile_trunk_inbound] Pass number as is. 2024-03-12 21:29:20 +00:00
mpmc 6dab626d48 [mobile_trunk_inbound] handle witheld numbers differently. 2024-03-12 21:22:56 +00:00
mpmc e9ddd8c03a [mobile_trunk_inbound] filter number check 2024-03-12 21:07:47 +00:00
mpmc 03c5601481 context for [mobile_trunk_inbound] & add uucp to groups in comments. 2024-03-12 20:57:39 +00:00
mpmc 107eeb588d General tidy-up, context rename and number filtering.
- General tidy-up of comments.
- Re-ordering of contexts.
- Rename last caller context.
- Add number filtering to inbound & outbound trunk contexts.
2024-03-12 20:11:29 +00:00
mpmc a0d22da225 [quectel.conf] add configuration for chan_quectel module (for mobile devices). 2024-03-12 15:08:24 +00:00
mpmc 646edf1267 [voicemail.conf] - Basic voicemail config. 2024-03-12 14:47:03 +00:00
mpmc 7567a894fd extensions.conf - [call_return] don't repeat the prompt! 2024-03-09 14:00:09 +00:00
mpmc eb44cbf91d extensions.conf - use safe pattern matching (oopsie) 2024-03-09 13:55:42 +00:00
mpmc 42c4b5bb84 extensions.conf & remove extensions_users.conf
- Group contexts together as much as possible.
- Add generic "shortcut" contexts that pass to contexts based on the channel language.
- These generic contexts replace the + character in international numbers with 00.
- Add en_GB based contexts - this includes matching UK numbers, last call return, voicemail etc. Note voicemail needs adding!
2024-03-09 13:39:16 +00:00
mpmc d59a9a039a pjsip_wizard_users.conf - rename the context for [user_1000] to just [1000]! 2024-03-08 14:43:47 +00:00
mpmc 59f15458e7 pjsip_wizard_users.conf - add user [1000] context 2024-03-08 14:36:43 +00:00
mpmc 7f16d8c772 extensions_users.conf - add [presence] context 2024-03-08 14:32:42 +00:00
mpmc 0c4c3abc02 pjsip_wizard.conf - add generic [trunk_outbound_auth] and [user_inbound_auth] templates. 2024-03-07 18:01:32 +00:00
mpmc ffe627e5a4 res_stun_monitor.conf - add stun server 2024-03-07 17:11:06 +00:00
mpmc 522315eb08 rtp_conf - add stun.aa.net.uk as stun provider 2024-03-07 17:08:10 +00:00
mpmc c06e02f542 pjsip.conf - Rename the first transport section.
From [default] to the more descriptive [transport-udp-nat].
2024-03-07 16:43:35 +00:00
mpmc 53d23cd5b2 add extensions.conf - this just contains the [default] context 2024-03-06 00:31:26 +00:00
mpmc 3e0b2b7914 add pjsip.conf - with basic udp transport 2024-03-04 11:21:05 +00:00
mpmc 13ac9b400d add rtp.conf 2024-03-04 11:20:45 +00:00
mpmc 2a579e95ad add indications.conf with the default set to us. 2024-03-04 11:12:57 +00:00
mpmc aa61d3084c add fix_permissions.sh 2024-03-02 22:29:55 +00:00
mpmc 6972029dda add logger.conf
*Asterisk should be able to start at this point (with asterisk.conf, modules.conf and logger.conf in place)*
2024-03-02 22:15:16 +00:00
mpmc f90e6175cb add initial modules.conf 2024-03-02 22:12:25 +00:00
mpmc 5cf59a548a add initial asterisk.conf 2024-03-02 22:11:26 +00:00
mpmc e326a24f8d update readme 2024-03-02 22:04:31 +00:00
Mark c5d99a3443 Initial commit 2024-03-02 21:58:58 +00:00