[ASTERISK-22] general: Fix various typos
- app_queue: "a reference to it's parent call_queue"
- https://github.com/asterisk/asterisk/blob/576f6bec3d9e136fa5672b6c80143540f2166bbf/addons/chan_mobile.c#L3884
- https://github.com/asterisk/asterisk/blob/master/contrib/scripts/ast_tls_cert#L82
- chan_dahdi: "This is actually part of a three way, placed on hold. Place the third part" / "Ditch the holding callwait call, and immediately make it availabe"
- https://github.com/asterisk/asterisk/tree/master/contrib/systemd README: Care must be take if enabling socket activation
- app_dial: Example: Dial 555-1212 on first available channel in group 1, searching from highest to lowest
- no persistent represenatation that can be tracked
- chan_dahdi: Enable Caller*ID if enabled
- manager.c: File requires escalated priveledges
- app_disa: You may specified a filename instead of a passcode
- https://github.com/asterisk/asterisk/blob/master/bridges/bridge_softmix.c#L420
- https://github.com/asterisk/asterisk/blob/8c3ececb12d82ee5d63adad6b9f9e79ad239e803/main/bridge.c#L3241
- MessageSend: This may he come from an incoming message.
- It is up to the manipulate callback to store this data via it's own method. An example would be datastores.
- We basically drop all of our links to the manipulate audiohook and prod it to do it's own destructive things
- line 284: https://github.com/asterisk/asterisk/blob/9440f6ec58cceb2452531e4340306c1b53f3de11/main/devicestate.c
- https://github.com/asterisk/asterisk/blob/9440f6ec58cceb2452531e4340306c1b53f3de11/main/core_local.c#L288
- Lets parse the arguments. (app_amd)
- manager.c: up to a maximum of it's arguments, purge one at a time, keeping a
- app_meetme: / Do we need to save of the caller ID data? /
- line 1048 app_dial: Now we signal it with SIGURG so it will break out of it's waitfor
- In main/cdr.c, two occurrences of <para>If this is set to "no" should be <para>If this is set to "yes"
- privileges: https://github.com/asterisk/asterisk/commit/c59eb7e6d8fc6fa9833c1655084b5ce33655f8df
- https://github.com/asterisk/asterisk/blob/31b3addce7b5389125e9a1f6ec11614f54a98c45/res/res_pjsip_pubsub.c#L3582
- line 190: https://github.com/asterisk/asterisk/blob/master/funcs/func_devstate.c
- https://github.com/asterisk/asterisk/blob/9440f6ec58cceb2452531e4340306c1b53f3de11/main/devicestate.c#L284
- https://github.com/asterisk/asterisk/blob/master/apps/app_meetme.c#L1733
- https://github.com/asterisk/asterisk/blob/7db21bb8edb892607c3b89ed38c9134f53fb405c/include/asterisk/channel.h#L4723
- https://github.com/asterisk/asterisk/blob/37c16f9eef20dd622010adae1b253d388b821b66/main/channel.c#L7280
- line 4: https://github.com/asterisk/asterisk/blob/master/configs/samples/chan_dahdi.conf.sample - do NOT restart Asterisk, dahdi restart or module refresh chan_dahdi suffices
- formatting: https://github.com/asterisk/asterisk/blob/6d163f7319809c66694bf157e02914043b660d4e/res/res_pjsip_geolocation.c#L444
- main/dial.c: / This is really really simple... we basically pass monitor_dial a NULL owner and it changes it's behavior /
- chan_iax2: / Create thread and send it on it's way /
- https://github.com/asterisk/asterisk/blob/master/include/asterisk/adsi.h#L100
- https://github.com/asterisk/asterisk/blob/master/main/config.c#L230 from whence
- line 33: https://github.com/pruiz/asterisk/blob/master/apps/app_waitforsilence.c
- https://github.com/asterisk/asterisk/blob/7dc8773178262f0f9e062e19a0d0e7022bcba560/include/asterisk/rtp_engine.h#L59
Coding guidelines: https://github.com/asterisk/asterisk/blob/6d163f7319809c66694bf157e02914043b660d4e/res/res_pjsip_geolocation.c line 444 and below
-
*CLI> group show channels
Channel Group Category
...
16 active channels
<-- it's not 16 channels, it's 16 group assignments!
Comments
You must be logged in to leave a comment.