[asterisk-users] Uprading to Asterisk 11 issues

2012-11-01 Thread Thomas Thomas
Hello,

I installed Asterisk 11 via the following command
* svn co http://svn.asterisk.org/svn/asterisk/branches/11*
(as written in asteriskdocs.org
http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/Installing_id240883.html
)

But it seems that I have a development version instead of a stable release:
* core show version*
*Asterisk SVN-branch-11-r375559 built by user @ user-MS-6580 on a i686
running Linux on 2012-11-01 13:05:50 UTC*

Did I do something wrong ?

Secondly, my logs from Verbose() application are no longer shown. I know
that the logging system has been changed but what shall I do to see my logs
(through asterisk -rv) ?
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Read sometimes disconnects user

2012-10-30 Thread Thomas Thomas
But even then, it should do another attempt, play the file again and accept
DMTF input, as I specified that there should be 2 attempts.

*same = n,Read(mobileNumber,app/input-mobile,10,,2,15)*
*
*
2012/10/30 Steve Edwards asterisk@sedwards.com

 On Tue, 30 Oct 2012, Thomas Thomas wrote:

  I am asking the user to enter his mobile phone followed by # using
 Read(). From time to time the Read() application disconnects the user while
 he is typing his number, though there is a 15 seconds timeout, and even if
 I type the number very fast it still may happen to me.


 It has been my casual observation that the speed at which I enter digits
 on my phone is unrelated to the speed at which my cell provider delivers
 the digits to my Asterisk box.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
 Newline  Fax: +1-760-731-3000

 --
 __**__**_
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Read sometimes disconnects user

2012-10-30 Thread Thomas Thomas
My last message was wrong :

If the user doesn't enter any digits within 15 seconds, the file is played
again and a second attempt is made. So the timeout parameter specified for
Read() works.

But if the user enters the numbers, he might get disconnected for some
obscure reason. If he enters 04755 and takes too long before entering the
following number (timeout digit being set to 2 seconds), then he should
anyway take 04755 as the number and continue the script. It is definitily
very strange that the user gets disconnected. And that might happen when he
entered his 5 first digits, 9 digits, ... seems random.



2012/10/30 Thomas Thomas debussy...@gmail.com

 But even then, it should do another attempt, play the file again and
 accept DMTF input, as I specified that there should be 2 attempts.

 *same = n,Read(mobileNumber,app/input-mobile,10,,2,15)*
 *
 *
 2012/10/30 Steve Edwards asterisk@sedwards.com

 On Tue, 30 Oct 2012, Thomas Thomas wrote:

  I am asking the user to enter his mobile phone followed by # using
 Read(). From time to time the Read() application disconnects the user while
 he is typing his number, though there is a 15 seconds timeout, and even if
 I type the number very fast it still may happen to me.


 It has been my casual observation that the speed at which I enter digits
 on my phone is unrelated to the speed at which my cell provider delivers
 the digits to my Asterisk box.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
 Newline  Fax: +1-760-731-3000

 --
 __**__**_
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Read sometimes disconnects user

2012-10-29 Thread Thomas Thomas
Hello,

I am asking the user to enter his mobile phone followed by # using Read().
From time to time the Read() application disconnects the user while he is
typing his number, though there is a 15 seconds timeout, and even if I type
the number very fast it still may happen to me.

*same = n,Read(mobileNumber,app/input-mobile,10,,2,15)*

In the logs:
When it fails:
- - SIP/ipbx-iwred-02e Playing 'app/input-mobile.slin' (language 'fr')
- - User disconnected

When it succeeds:
- - SIP/ipbx-iwred-02e Playing 'app/input-mobile.slin' (language 'fr')
- - User entered '0476123456'

The strange thing is that I cannot understand when it happens, it seems
completely random...
sometimes I type the mobile number very slowly, sometimes very fast,
and it doesn't seem to matter.

Anyone encountered such an error? Thank you for any ideas!
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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