[asterisk-bugs] [JIRA] (ASTERISK-28935) app_meetme tries to create audio files with format sln
Pete Kirkham (JIRA)
noreply at issues.asterisk.org
Sat Jun 6 04:42:25 CDT 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-28935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251056#comment-251056 ]
Pete Kirkham commented on ASTERISK-28935:
-----------------------------------------
Hi Joshua,
OK I have misinterpreted the nature of the problem.
Here are the Log messages:
[Jun 4 16:12:49] VERBOSE[15403][C-00000001] app_meetme.c: Created MeetMe conference 1023 for conference '600'
[Jun 4 16:12:49] VERBOSE[15403][C-00000001] app.c: Recording
[Jun 4 16:12:49] VERBOSE[15403][C-00000001] file.c: <PJSIP/PortablePete-00000000> Playing 'vm-rec-name.slin' (language 'en_GB')
[Jun 4 16:12:54] VERBOSE[15403][C-00000001] file.c: <PJSIP/PortablePete-00000000> Playing 'beep.slin' (language 'en_GB')
[Jun 4 16:12:54] VERBOSE[15403][C-00000001] res_rtp_asterisk.c: 0x55f083dcca50 -- Strict RTP learning complete - Locking on source address 192.168.1.16:63270
[Jun 4 16:12:55] WARNING[15403][C-00000001] file.c: No such format 'sln'
[Jun 4 16:12:55] VERBOSE[15403][C-00000001] app.c: x=0, open writing: /var/spool/asterisk/meetme/meetme-username-600-1 format: sln, (nil)
[Jun 4 16:12:55] WARNING[15403][C-00000001] app.c: Error creating writestream '/var/spool/asterisk/meetme/meetme-username-600-1', format 'sln'
[Jun 4 16:12:55] VERBOSE[15403][C-00000001] chan_dahdi.c: Hungup 'DAHDI/pseudo-890900189'
[Jun 4 16:12:55] VERBOSE[15403][C-00000001] pbx.c: Spawn extension (outgoing, 6000, 4) exited non-zero on 'PJSIP/PortablePete-00000000'
I'm not sure why DAHDI gets involved either since the origin of the call was a PJSIP softphone.
Best regards,
Pete
> app_meetme tries to create audio files with format sln
> ------------------------------------------------------
>
> Key: ASTERISK-28935
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28935
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_meetme
> Affects Versions: 16.10.0
> Environment: ubuntu 18.04 asterisk 16.10
> Reporter: Pete Kirkham
> Assignee: Pete Kirkham
> Severity: Minor
>
> line 3480:res = ast_play_and_record(chan, "vm-rec-name", user->namerecloc, 10, "sln", &duration, NULL, ast_dsp_get_threshold_from_settings(THRESHOLD_SILENCE), 0, NULL);
> and
> line 3482:res = ast_record_review(chan, "vm-rec-name", user->namerecloc, 10, "sln", &duration, NULL);
> sln should be slin
> however this didn(t solve my problem since I'd eliminated slin from the build.
> It would appear that meetme considers slin is a prequisite
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list