Is this configuration ok in my extensions.conf:
; Extension 1412 + 1709 + 1418 + 4281 conference rooms
exten => 1412,1,Meetme,1412
exten => 1709,1,Meetme,1709
exten => 1418,1,Meetme,1418
exten => 4281,1,Meetme,4281
And is this ok on my meetme.conf:
; Usage is conf => confno[,pin][,adminpin]
;
conf => 1412
conf => 1709
conf => 1418
conf => 4281,1234
The only reason that I’m asking is that I’ve tried to use the conference yesterday and my phone are locked on conference so I don’t know if it is a Asterisk or a phone issue. I have 3 Grandstream BT-102 phones. I hope someone can help me with this problem.
Here are some more details about my problem;
Sep 7 12:14:51 WARNING[24618]: res_musiconhold.c:380 spawn_mp3: Found no files in '/var/lib/asterisk/mohmp3’
Sep 7 12:14:51 WARNING[24618]: res_musiconhold.c:453 monmp3thread: unable to spawn mp3player
– Executing MeetMe(“SIP/4281-6942”, “1709”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: Found
– Created MeetMe conference 1022 for conference ‘1709’
– Playing ‘conf-onlyperson’ (language ‘en’)
– Hungup ‘Zap/pseudo-1127123513’
== Spawn extension (default, 1709, 1) exited non-zero on 'SIP/4281-6942’
Sep 7 12:15:18 ERROR[24618]: cdr_custom.c:110 custom_log: Unable to re-open master file /var/log/asterisk/cdr-custom/Master.csv : No such file or directory
– Executing MeetMe(“SIP/4281-52f6”, “1709”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: Found
– Created MeetMe conference 1022 for conference ‘1709’
– Playing ‘conf-onlyperson’ (language ‘en’)
– Executing MeetMe(“SIP/4281-d35d”, “1412”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: Found
– Created MeetMe conference 1021 for conference ‘1412’
– Playing ‘conf-onlyperson’ (language ‘en’)
Sep 7 12:17:32 WARNING[24618]: app_meetme.c:1226 conf_run: Unable to write frame to channel: No space left on device
– Hungup ‘Zap/pseudo-942765162’
== Spawn extension (default, 1412, 1) exited non-zero on 'SIP/4281-d35d’
Sep 7 12:17:32 ERROR[24618]: cdr_custom.c:110 custom_log: Unable to re-open master file /var/log/asterisk/cdr-custom/Master.csv : No such file or directory
– Hungup ‘Zap/pseudo-481844393’
== Spawn extension (default, 1709, 1) exited non-zero on 'SIP/4281-52f6’
Sep 7 12:17:39 ERROR[24618]: cdr_custom.c:110 custom_log: Unable to re-open master file /var/log/asterisk/cdr-custom/Master.csv : No such file or directory
Again I don’t know if this is an Asterisk configuration problem or if it’s the phone.
[quote=“acortes”]Is this configuration ok in my extensions.conf:
; Extension 1412 + 1709 + 1418 + 4281 conference rooms
exten => 1412,1,Meetme,1412
TRY exten =>1412,1,Meetme(1412|cX)
And is this ok on my meetme.conf:
; Usage is conf => confno[,pin][,adminpin]
;
[rooms] DON´T FRGET THE CONTEXT
conf => 1412
conf => 1709
conf => 1418
conf => 4281,1234
The only reason that I’m asking is that I’ve tried to use the conference yesterday and my phone are locked on conference so I don’t know if it is a Asterisk or a phone issue. I have 3 Grandstream BT-102 phones. I hope someone can help me with this problem.[/quote]