Re: [asterisk-users] Not hearing first prompts

2008-05-19 Thread Sherwood McGowan
Brent Davidson wrote:
> Another solution that works for me is to add "Playback(silence/1)" 
> just before whatever you are about to do.  Something about the 
> playback command opens the channel up.
>
> -Brent
>
> Sherwood McGowan wrote:
>> Alan Lord wrote:
>>   
>>> Sherwood McGowan wrote:
>>> 
>>>   
>>> 
>   
>   
> 
 Hrm...I have encountered this before and sometimes doing an explicit 
 Answer() then a Wait(2), then calling the service can help.

 Hope this is helpful

 Sherwood McGowan

 
   
>>> Bingo!
>>>
>>> Thanks a bunch. That sorted it.
>>>
>>> Al
>>>
>>>   
>>> 
>> Fantastic! Very glad I could help.
> 
>
> ___
> -- 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
Actually, try using an actual sound file sometimes, IIRC you'll get the 
first second or so cut off. Been a while since I tried it, but I'm 
fairly sure the BEST method is Answer() because otherwise you're just 
using Playback(silence/1) to do the same thing, why bother?

___
-- 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] Not hearing first prompts

2008-05-19 Thread Brent Davidson
Another solution that works for me is to add "Playback(silence/1)" just 
before whatever you are about to do.  Something about the playback 
command opens the channel up.


-Brent

Sherwood McGowan wrote:

Alan Lord wrote:
  

Sherwood McGowan wrote:

  

  
  

Hrm...I have encountered this before and sometimes doing an explicit 
Answer() then a Wait(2), then calling the service can help.


Hope this is helpful

Sherwood McGowan


  

Bingo!

Thanks a bunch. That sorted it.

Al

  


Fantastic! Very glad I could help.
___
-- 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] Not hearing first prompts

2008-05-17 Thread Sherwood McGowan
Alan Lord wrote:
> Sherwood McGowan wrote:
> 
>   
>>>   
>>>   
>> Hrm...I have encountered this before and sometimes doing an explicit 
>> Answer() then a Wait(2), then calling the service can help.
>>
>> Hope this is helpful
>>
>> Sherwood McGowan
>>
>> 
>
> Bingo!
>
> Thanks a bunch. That sorted it.
>
> Al
>
>   
Fantastic! Very glad I could help.

___
-- 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] Not hearing first prompts

2008-05-16 Thread Benoit Plessis
Alan Lord wrote:
>> Unfortunately not. It is the same if we use our Siemens DECT/SIP 
>> handsets or the Ekiga softphone...
>>
>> I recall having this problem once before and that it "went away" when I 
>> changed from Ekiga to Twinkle. When I get chance, I will re-install 
>> Twinkle and see if that exhibits the same problem.
>> 
I've always had this kind of problems with ekiga, the first 2/3 seconds 
of sound are
of bad quality (cutted, metallic, ..) and always missing one or two 
seconds, and this last
for at least 3 years. this remind me that i still hasn't verified if 
this as been reported as a bug
to ekiga team

it is the reason why i'm using twinkle as a phone client, and twinkle 
isn't a good client
(weird translation, usability  inexistant) but at least audio is 
good and it can ring on
a sound card and phone using another one.

Anyway instead of doing a Wait(), i used a Anwser() + 
Playback(silence/1) to get around this kind
of thing. Since it's most probably problem while decoding first bunch of 
audio sample, using Wait()
won't help.



-- 
Benoit Plessis  +33 6 77 42 78 32
<[EMAIL PROTECTED]> +33 4 67 28 06 96


___
-- 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] Not hearing first prompts

2008-05-16 Thread Alan Lord
Sherwood McGowan wrote:

>>   
> Hrm...I have encountered this before and sometimes doing an explicit 
> Answer() then a Wait(2), then calling the service can help.
> 
> Hope this is helpful
> 
> Sherwood McGowan
> 

Bingo!

Thanks a bunch. That sorted it.

Al

-- 
The way out is open!
http://www.theopensourcerer.com


___
-- 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] Not hearing first prompts

2008-05-16 Thread Sherwood McGowan
Alan Lord wrote:
> Stefan Guenther wrote:
>   
>> Alan Lord wrote:
>>
>>  >When I connect to various asterisk services such as VoicemailMain(),
>>  >MeetMe() as examples, I do not get to hear the first greeting messages.
>>  >
>>  >I've tried adding a Wait(1) before or after the application but this
>>  >seems to have no effect.
>>  >
>>  >Is there another setting/parameter I can play with to delay the start 
>>  >of the playback of these messages?
>>  >
>> do you use SNOM phones?
>>
>> We had the same problem with a number of SNOM phones.
>>
>> 
>
> Unfortunately not. It is the same if we use our Siemens DECT/SIP 
> handsets or the Ekiga softphone...
>
> I recall having this problem once before and that it "went away" when I 
> changed from Ekiga to Twinkle. When I get chance, I will re-install 
> Twinkle and see if that exhibits the same problem.
>
> Thanks anyway.
>
> Al
>   
Hrm...I have encountered this before and sometimes doing an explicit 
Answer() then a Wait(2), then calling the service can help.

Hope this is helpful

Sherwood McGowan

___
-- 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] Not hearing first prompts

2008-05-16 Thread Alan Lord
Stefan Guenther wrote:
> Alan Lord wrote:
> 
>  >When I connect to various asterisk services such as VoicemailMain(),
>  >MeetMe() as examples, I do not get to hear the first greeting messages.
>  >
>  >I've tried adding a Wait(1) before or after the application but this
>  >seems to have no effect.
>  >
>  >Is there another setting/parameter I can play with to delay the start 
>  >of the playback of these messages?
>  >
> do you use SNOM phones?
> 
> We had the same problem with a number of SNOM phones.
> 

Unfortunately not. It is the same if we use our Siemens DECT/SIP 
handsets or the Ekiga softphone...

I recall having this problem once before and that it "went away" when I 
changed from Ekiga to Twinkle. When I get chance, I will re-install 
Twinkle and see if that exhibits the same problem.

Thanks anyway.

Al
-- 
The way out is open!
http://www.theopensourcerer.com


___
-- 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] Not hearing first prompts

2008-05-16 Thread Stefan Guenther
Alan Lord wrote:

 >When I connect to various asterisk services such as VoicemailMain(),
 >MeetMe() as examples, I do not get to hear the first greeting messages.
 >
 >I've tried adding a Wait(1) before or after the application but this
 >seems to have no effect.
 >
 >Is there another setting/parameter I can play with to delay the start 
 >of the playback of these messages?
 >
do you use SNOM phones?

We had the same problem with a number of SNOM phones.

After we did an update to the current firmware version, we heard the 
beginning of the messages, too.

Stefan



-- 


in-put GbR - Das Linux-Systemhaus
Stefan-Michael Guenther
Geschaeftsfuehrer
Moltkestrasse 49 D-76133 Karlsruhe
Tel./Fax : +49 (0)721 / 83044 - 98/93
http://www.in-put.de

  Schulungen  Installationen
  Beratung   Support
   Voice-over-IP-Loesungen



___
-- 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


[asterisk-users] Not hearing first prompts

2008-05-15 Thread Alan Lord
When I connect to various asterisk services such as VoicemailMain(), 
MeetMe() as examples, I do not get to hear the first greeting messages.

I've tried adding a Wait(1) before or after the application but this 
seems to have no effect.

Is there another setting/parameter I can play with to delay the start of 
the playback of these messages?

TIA

Al
-- 
The way out is open!
http://www.theopensourcerer.com


___
-- 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