Re: [asterisk-users] Asterisk 11 dtmf not recognised

2013-05-25 Thread Gopalakrishnan N
With Asterisk 1.8 I got it working.

Regards


On Sat, May 25, 2013 at 2:37 AM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:

 Tried info, rfc2833, inband and finally kept as auto.
 On 25 May 2013 02:20, Doug Lytle supp...@drdos.info wrote:

   dtmfmode=auto

 dtmfmode=info

 or

 dtmfmode=rfc2833

 Doug


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


--
_
-- 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] Asterisk 11 dtmf not recognised

2013-05-25 Thread Gopalakrishnan N
Am using Read application to get the digit, since its recognizing... I
would like to get for 3 attempts and then after 3rd attempt it has to
playback some different message like entries exceeded.

My dialplan as,
exten = 100,1(begin),Playback(letters/a)
exten = 100,n,Set(rightPIN=1)
exten = 100,n,Read(inPIN,,1,skip,3,3) ; Attempts for 5 times with 3 seconds
of timeout
exten = 100,n,GotoIf($[${inPIN} = ${rightPIN}]?pin-accepted,1)
exten = 100,n,Playback(letters/c) ; Didn't go to pin-accepted, so play
badPIN and hangup
exten = pin-accepted,1,Playback(letters/b) ; correct pin, play


what happens its keep on asking to enter digit If my DTMF didnt match. Do i
need to use any return function... ?

Actually my goal is to ask for 3 times and if not matched then return to
some other application.

Thanks in advance.


On Sat, May 25, 2013 at 3:19 PM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:

 With Asterisk 1.8 I got it working.

 Regards


 On Sat, May 25, 2013 at 2:37 AM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Tried info, rfc2833, inband and finally kept as auto.
 On 25 May 2013 02:20, Doug Lytle supp...@drdos.info wrote:

   dtmfmode=auto

 dtmfmode=info

 or

 dtmfmode=rfc2833

 Doug


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



--
_
-- 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] asterisk-gui-2.1.0-rc1

2013-05-25 Thread Alec Davis
snip
 installed it from SVN.
 When I try to execute ./configure , got the following message , 
 
 
 configure: error: *** JSON support not found (this typically 
 means the libjansson development package is missing)
 
 
 After that I tried to install certain packages by, 
 
 
 yum groupinstall 'Development Tools'
 
 
 
 and 
 
 
 yum install php-devel php-pear php-common yum install json.so
 
 but , no luck . still i am getting above message. 
 
 Thanks in advance
 Luke
 
 

Prerequisites: I feel your pain.
Try
http://svn.asterisk.org/svn/asterisk/trunk/contrib/scripts/install_prereq

Or
http://www.asterisk.org/sites/asterisk/files/mce_files/documents/asterisk_qu
ick_start_guide.pdf

Alec


--
_
-- 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] Asterisk on Solaris

2013-05-25 Thread Doug Lytle

Nick Khamis wrote:

Hello Everyone,

I have bumped into the thralling penguin page on linux vs solaris for


Searching my Asterisk-users archives that go back to the beginning of 
2010, there have been only 3 posters, with a total of 22 messages about 
Solaris and various parts of Asterisk.  My guess is that there just 
isn't anybody that has an answer for you.


My suggestion would be Google.

Doug


--
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 --
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] Asterisk on Solaris

2013-05-25 Thread Nick Khamis
Hello Doug,

A quick sift through
http://www.mail-archive.com/search?l=asterisk-users%40lists.digium.comq=solaris+10,
yielded
many unanswered questions, questions with returning questions etc... There
was even an email that had the same
subject line. Surely, the creator of that email could take a second and say
don't do it, or the SolarisVoIP project is a flop
Surely a lot has changed since this question was raised in 2006.

I'm not asking how to get my zaptel running on Solaris, but rather, if
there are any performance that can be gained using a
Solaris+Asterisk setup for SIP. Also, what are some recent experiences...


Kind Regards,

Nick.

--
_
-- 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] Asterisk 1.8 wrong Def. Username

2013-05-25 Thread Administrator TOOTAI

Hi,

We face a strange behavior with Asterisk 1.8.15 and SIP defaultuser 
definition.


in sip.conf

[blabla0](natted-phone,ulaw-phone,callgroup1,snom-320)
defaultuser=tel-221 



mailbox=221 



callerid=My CID
dtmfmode=auto 



;defaultip=10.0.12.21


CLI sip show peer blabla0

  Addr-IP : 10.0.12.21:2067
  Defaddr-IP  : (null)
  Prim.Transp. : UDP
  Allowed.Trsp : UDP
  Def. Username: Reception1
  SIP Options  : (none)
  Codecs   : 0xc (ulaw|alaw)
  Codec Order  : (ulaw:20,alaw:20)
  Auto-Framing :  No
  Status   : OK (23 ms)
  Useragent: snom320/8.7.3.19
  Reg. Contact : sip:blabla0@10.0.12.21:2067

As you see, Def. Username should be tel-221 and not Reception1 !

We have around 20 SNOM300 and 320, only with this one we have this 
problem. Firmware version is the same in other SNOM320.


We restart Asterisk, the server himself, the phone, no changes. 
Reception1 is the defaultuser we used previously and which is no more 
existing in any configuration file.


Thanks for any hint.

--
Daniel

--
_
-- 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] asterisk-gui-2.1.0-rc1

2013-05-25 Thread luke devon
Hi Alec, 

I followed that both instructions . It was not success. got the same issue. I'm 
not sure the reason is the OS. I am Using CentOS 6.4.

However, following method was helped me to resolve the problem.

http://www.digip.org/jansson/releases/jansson-2.4.tar.gz
tar -zxf jansson-2.4.tar.gz
cd jansson-2.4/
./configure --prefix=/usr/  make clean  make  make install

Regards
Luke



 From: Alec Davis siva...@paradise.net.nz
To: 'luke devon' luke_de...@yahoo.com; 'Asterisk Users Mailing List - 
Non-Commercial Discussion' asterisk-users@lists.digium.com 
Sent: Saturday, 25 May 2013, 18:14
Subject: RE: [asterisk-users] asterisk-gui-2.1.0-rc1
 

snip
 installed it from SVN.
 When I try to execute ./configure , got the following message , 
 
 
 configure: error: *** JSON support not found (this typically 
 means the libjansson development package is missing)
 
 
 After that I tried to install certain packages by, 
 
 
 yum groupinstall 'Development Tools'
 
 
 
 and 
 
 
 yum install php-devel php-pear php-common yum install json.so
 
 but , no luck . still i am getting above message. 
 
 Thanks in advance
 Luke
 
 

Prerequisites: I feel your pain.
Try
http://svn.asterisk.org/svn/asterisk/trunk/contrib/scripts/install_prereq

Or
http://www.asterisk.org/sites/asterisk/files/mce_files/documents/asterisk_qu
ick_start_guide.pdf

Alec--
_
-- 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] Asterisk 11 dtmf not recognised

2013-05-25 Thread Gopalakrishnan N
Finally got it working with 3 attempts by the fialplan,

exten = 300,1,Playback(letters/a)
exten = 300,n,Set(gottries=0)
exten = 300,n(getmore),Set(rightPIN=1)
exten = 300,n,Read(inPIN,,1,skip,3,3) ; Attempts for 3 times with 3 seconds
of timeout
exten = 300,n(gotdigit),GotoIf($[${inPIN} = ${rightPIN}]?pin-accepted,1)
exten = 300,n,Set(gottries=$[${gottries}+1];
exten = 300,n,GotoIf($[${LEN(${inPIN})} == 0]?reallynothing:gotdigit)
exten = 300,n(reallynothing),GotoIf($[${gottries}3]?done:getmore) ;
Attempts for 3 tries if greater than 3 then it will come out or else
getmore will called
exten = 300,n(done),Playback(letters/c) ; Didn't go to pin-accepted, so
play badPIN and hangup
exten = pin-accepted,1,Playback(letters/b) ; correct pin, play

Thanks
 On 25 May 2013 15:38, Gopalakrishnan N gopalakrishnan...@gmail.com
wrote:

 Am using Read application to get the digit, since its recognizing... I
 would like to get for 3 attempts and then after 3rd attempt it has to
 playback some different message like entries exceeded.

 My dialplan as,
 exten = 100,1(begin),Playback(letters/a)
 exten = 100,n,Set(rightPIN=1)
 exten = 100,n,Read(inPIN,,1,skip,3,3) ; Attempts for 5 times with 3
 seconds of timeout
 exten = 100,n,GotoIf($[${inPIN} = ${rightPIN}]?pin-accepted,1)
 exten = 100,n,Playback(letters/c) ; Didn't go to pin-accepted, so play
 badPIN and hangup
 exten = pin-accepted,1,Playback(letters/b) ; correct pin, play


 what happens its keep on asking to enter digit If my DTMF didnt match. Do
 i need to use any return function... ?

 Actually my goal is to ask for 3 times and if not matched then return to
 some other application.

 Thanks in advance.


 On Sat, May 25, 2013 at 3:19 PM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 With Asterisk 1.8 I got it working.

 Regards


 On Sat, May 25, 2013 at 2:37 AM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Tried info, rfc2833, inband and finally kept as auto.
 On 25 May 2013 02:20, Doug Lytle supp...@drdos.info wrote:

   dtmfmode=auto

 dtmfmode=info

 or

 dtmfmode=rfc2833

 Doug


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




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