No subject
Tue Sep 5 14:32:44 MST 2006
"/var/lib/asterisk/mohmp3/sample-hold.mp3") in new stack
== Spawn extension (cs-pbx, 5002, 3) exited non-zero on 'H323:29995'
-- Hungup 'H323:29995'
This is not ok, (silence):
-- Executing StripMSD("H323:17768", "6") in new stack
-- Executing Answer("H323:17768", "") in new stack
-- Executing MusicOnHold("H323:17768", "loud") in new stack
-- Started music on hold, class 'loud', on H323:17768
*CLI> show channels
Channel (Context Extension Pri ) State Appl.
Data
H323:17768 (cs-pbx 5003 3 ) Up MusicOnHold
loud
1 active channel(s)
*CLI> Warning, flexibel rate not heavily tested!
Warning, flexibel rate not heavily tested!
The two extensions looks like this:
'_5250XXXX' => 1. StripMSD(4)
[pbx_config]
'_5002' => 2. Answer()
[pbx_config]
3.
MP3Player(/var/lib/asterisk/mohmp3/sample-hold.mp3) [pbx_config]
4. Hangup()
[pbx_config]
'_5003' => 2. Answer()
[pbx_config]
3. MusicOnHold(loud)
[pbx_config]
4. Hangup()
[pbx_config]
and musiconhold.conf:
;
; Music on hold class definitions
;
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
loud => mp3:/var/lib/asterisk/mohmp3
;random => quietmp3:/var/lib/asterisk/mohmp3,-z
Any Ideas would be appreciated!
Regards,
Niclas Gustafsson
More information about the asterisk-users
mailing list