[asterisk-users] ztdummy problem causing playback () to fail

2008-03-18 Thread Pete Kay
Hi, I am having problem with my Asterisk installation and find out it
has to do with ztdummy.

if the ztdummy module is loaded, the asterisk playback() command
will not play files. DTMF is still properly received. If the ztdummy
module is unloaded, sound playback works again.

Here is my version
zaptel-1.4.9.2
linux-source-2.6.18
asterisk-1.4.18


Can anyone tell me how to fix it?  Or should I just have ztdummy
removed forever and the system will work?

I saw from manual that ztdummy is required.

Thanks,
Pete
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] ztdummy problem causing playback () to fail

2008-03-18 Thread Atis Lezdins
On 3/18/08, Pete Kay [EMAIL PROTECTED] wrote:

 Hi, I am having problem with my Asterisk installation and find out it
 has to do with ztdummy.

 if the ztdummy module is loaded, the asterisk playback() command
 will not play files. DTMF is still properly received. If the ztdummy

 module is unloaded, sound playback works again.

 Here is my version
 zaptel-1.4.9.2
 linux-source-2.6.18
 asterisk-1.4.18


 Can anyone tell me how to fix it? Or should I just have ztdummy removed
 forever and the system will work?


 I saw from manual that ztdummy is required.

ztdummy is required by meetme application. If you have no intention to
use it, you might very well remove.

I've seen this problem once, however recompiling everything and
restarting helped me. I would suggest you just doing make clean on
zaptel and asterisk, then compile first zaptel, then asterisk.

Regards,
Atis

-- 
Atis Lezdins,
VoIP Project Manager / Developer,
[EMAIL PROTECTED]
Skype: atis.lezdins
Cell Phone: +371 28806004
Cell Phone: +1 800 7300689
Work phone: +1 800 7502835

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] ztdummy problem causing playback () to fail

2008-03-18 Thread Doug Lytle
Atis Lezdins wrote:
 ztdummy is required by meetme application. If you have no intention to
 use it, you might very well remove.
   

And music on hold, if you don't have a timing source.



-- 
 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] ztdummy problem causing playback () to fail

2008-03-18 Thread Pete Kay
Hi,
I found another weird problem.  If I don't have ztdummy, then when I connect
using a xlite in another computer within the same lan, I get errored:


00:40:08 Registering user '[EMAIL PROTECTED]'
00:40:08 Failed registration  for '[EMAIL PROTECTED]' with cause 'service
or option not implemented'
00:50:50 Registering user '[EMAIL PROTECTED]'

If I turned ztdummy on, I can connect.

Any idea why?

Pete
On Tue, Mar 18, 2008 at 11:53 PM, Atis Lezdins [EMAIL PROTECTED] wrote:

  On 3/18/08, Pete Kay [EMAIL PROTECTED] wrote:
 
  Hi, I am having problem with my Asterisk installation and find out it
  has to do with ztdummy.
 
  if the ztdummy module is loaded, the asterisk playback() command
  will not play files. DTMF is still properly received. If the ztdummy
 
  module is unloaded, sound playback works again.
 
  Here is my version
  zaptel-1.4.9.2
  linux-source-2.6.18
  asterisk-1.4.18
 
 
  Can anyone tell me how to fix it? Or should I just have ztdummy removed
  forever and the system will work?
 
 
  I saw from manual that ztdummy is required.

 ztdummy is required by meetme application. If you have no intention to
 use it, you might very well remove.

 I've seen this problem once, however recompiling everything and
 restarting helped me. I would suggest you just doing make clean on
 zaptel and asterisk, then compile first zaptel, then asterisk.

 Regards,
 Atis

 --
 Atis Lezdins,
 VoIP Project Manager / Developer,
 [EMAIL PROTECTED]
 Skype: atis.lezdins
 Cell Phone: +371 28806004
 Cell Phone: +1 800 7300689
 Work phone: +1 800 7502835

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] ztdummy problem causing playback () to fail

2008-03-18 Thread Tzafrir Cohen
On Tue, Mar 18, 2008 at 11:28:55PM +0800, Pete Kay wrote:
 Hi, I am having problem with my Asterisk installation and find out it
 has to do with ztdummy.
 
 if the ztdummy module is loaded, the asterisk playback() command
 will not play files. DTMF is still properly received. If the ztdummy
 module is unloaded, sound playback works again.
 
 Here is my version
 zaptel-1.4.9.2
 linux-source-2.6.18
 asterisk-1.4.18
 
 
 Can anyone tell me how to fix it?  Or should I just have ztdummy
 removed forever and the system will work?
 
 I saw from manual that ztdummy is required.

What Linux distribution is it?

What is the output of 'zttest -v -c 6' ?

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] ztdummy problem causing playback () to fail

2008-03-18 Thread RE Kushner List Account
Atis Lezdins wrote:
 On 3/18/08, Pete Kay [EMAIL PROTECTED] wrote:
 ztdummy is required by meetme application. If you have no intention to
 use it, you might very well remove.

 I've seen this problem once, however recompiling everything and
 restarting helped me. I would suggest you just doing make clean on
 zaptel and asterisk, then compile first zaptel, then asterisk.
   

There is something with Playback() where ztdummy helps, I have had 
issues with skipping audio or gsm audio files that won't playback until 
ztdummy is loaded.

I have seen this in 1.4 and in the 1.6 betas. I also think this guy 
needs to recompile zaptel and look for errors in compiling.

-Ron



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users