Displaying 1 result from an estimated 1 matches for "20playback".
2004 Oct 05
1
problems withX100P-Nochanneltyperegisteredfor'Zap'
...read....
channel=>1
Here is the original incoming context you showed.
[incoming]
exten => s,1,Answer ; Answer the line
exten => s,2,Playback,demo-thanks ;for playing a file
The Playback looks malformed based upon the wiki
(http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Playback)
Use this instead....
exten => s,2,Playback(demo-thanks) ;for playing a file
Stop * from the CLI and then restart using the following...
asterisk <press enter>
astersik -vvvr <press enter>
Now issue the ZAP SHOW CHANNELS command again.
If your ztcfg -vv gave you channels, t...