[asterisk-users] (no subject)

Neha Punia Neha_Punia at infosys.com
Thu Jul 3 06:59:50 CDT 2008


But if I m using this SendDTMF it does not send anything





I m using it like this in extension.conf

exten => 205,1,Answer



exten => 205,n,Wait(20)



exten => 205,n,Playback(dtmf-1)



exten => 205,n,Wait(20)



exten => 205,n,SendDTMF(9)



exten => 205,n,Wait(5)



exten => 205,n,Read(digito)



exten => 205,n,SayDigits(${digito})



exten => 205,n,Hangup



on the console it only shows tht the call completed and no message about the DTMF and in the log files it shows like :



Jul  3 17:21:01 DEBUG[896] chan_sip.c: Stopping retransmission on '0b2e4fb4092a2c897558760351afa503 at 10.152.119.125' of Request 102: Match Found

Jul  3 17:21:27 DEBUG[896] chan_sip.c: Setting NAT on RTP to 0

Jul  3 17:21:27 DEBUG[896] chan_sip.c: Outgoing Call for 205

Jul  3 17:21:27 DEBUG[896] chan_sip.c: (Provisional) Stopping retransmission (but retaining packet) on '1ee8aac6271e35d87646b01325e09297 at 10.152.119.125' Request 102: Found

Jul  3 17:21:27 DEBUG[896] chan_sip.c: Acked pending invite 102

Jul  3 17:21:27 DEBUG[896] chan_sip.c: Stopping retransmission on '1ee8aac6271e35d87646b01325e09297 at 10.152.119.125' of Request 102: Match Found

Jul  3 17:21:27 DEBUG[896] chan_sip.c: build_route: Contact hop: <sip:205 at 10.152.119.74>

Jul  3 17:21:47 DEBUG[896] chan_sip.c: * Detected inband DTMF '1'

Jul  3 17:22:18 DEBUG[896] chan_sip.c: Stopping retransmission on '0314444d2adfe2a3776d58197149704f at 10.152.119.125' of Request 102: Match Found

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '(null)'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '(null)'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '205'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is 'default'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is 'SIP/3001-008d8ce0'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '(null)'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is 'Hangup'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '(null)'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '2008-07-03 17:21:27'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '2008-07-03 17:21:27'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '2008-07-03 17:22:23'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '56'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '56'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is 'ANSWERED'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is 'DOCUMENTATION'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '(null)'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '1215085887.0'

Jul  3 17:22:23 DEBUG[896] pbx.c: Function result is '(null)'

Jul  3 17:22:23 DEBUG[896] chan_sip.c: update_call_counter(205) - decrement call limit counter

Jul  3 17:22:23 NOTICE[896] pbx_spool.c: Call completed to SIP/3001

Jul  3 17:22:23 DEBUG[896] chan_sip.c: Stopping retransmission on '1ee8aac6271e35d87646b01325e09297 at 10.152.119.125' of Request 103: Match Found

Jul  3 17:22:24 DEBUG[896] chan_sip.c: Auto destroying call '35b080fa74bccebd47f949512fd4f324 at 10.152.119.74'

Jul  3 17:23:57 DEBUG[896] chan_sip.c: Stopping retransmission on '00641a2d0698e0610317b7a412d5c88b at 10.152.119.125' of Request 102: Match Found

Jul  3 17:24:09 DEBUG[896] chan_sip.c: Auto destroying call '35b080fa74bccebd47f949512fd4f324 at 10.152.119.74'

Jul  3 17:25:47 DEBUG[896] chan_sip.c: Stopping retransmission on '3fd49efb5e3009fd5bf480584b91febe at 10.152.119.125' of Request 102: Match Found

Jul  3 17:25:54 DEBUG[896] chan_sip.c: Auto destroying call '35b080fa74bccebd47f949512fd4f324 at 10.152.119.74'



It says "detected inband dtmf 1 but says nothing about 9.

Am I doing anything wrong in the extension.conf.





-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Benjamin Jacob
Sent: Thursday, July 03, 2008 5:00 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] (no subject)





Use SendDTMF.







--- On Thu, 7/3/08, Neha Punia <Neha_Punia at infosys.com> wrote:



> From: Neha Punia <Neha_Punia at infosys.com>

> Subject: [asterisk-users] (no subject)

> To: "asterisk-users at lists.digium.com" <asterisk-users at lists.digium.com>

> Date: Thursday, July 3, 2008, 10:29 AM

> Hi

> I  m making a call from one asterisk server to an asterisk

> client

> The call gets completed but I want it to send dtmf signals

>

> The dialplan I have made for this is like

> exten => 205,1,Answer

> exten => 205,n,Wait(15)

> exten => 205,n,Playback(dtmf-1)

> exten => 205,n,Wait(20)

>

> but it does not send any dtmf signal

> where is the problem??

>

> **************** CAUTION - Disclaimer *****************

> This e-mail contains PRIVILEGED AND CONFIDENTIAL

> INFORMATION intended solely

> for the use of the addressee(s). If you are not the

> intended recipient, please

> notify the sender by e-mail and delete the original

> message. Further, you are not

> to copy, disclose, or distribute this e-mail or its

> contents to any other person and

> any such actions are unlawful. This e-mail may contain

> viruses. Infosys has taken

> every reasonable precaution to minimize this risk, but is

> not liable for any damage

> you may sustain as a result of any virus in this e-mail.

> You should carry out your

> own virus checks before opening the e-mail or attachment.

> Infosys reserves the

> right to monitor and review the content of all messages

> sent to or from this e-mail

> address. Messages sent to or from this e-mail address may

> be stored on the

> Infosys e-mail system.

> ***INFOSYS******** End of Disclaimer

> ********INFOSYS***_______________________________________________

> -- Bandwidth and Colocation Provided by

> http://www.api-digital.com --

>

> AstriCon 2008 - September 22 - 25 Phoenix, Arizona

> Register Now: http://www.astricon.net

>

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



AstriCon 2008 - September 22 - 25 Phoenix, Arizona

Register Now: http://www.astricon.net



asterisk-users mailing list

To UNSUBSCRIBE or update options visit:

   http://lists.digium.com/mailman/listinfo/asterisk-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080703/3d7c5add/attachment.htm 


More information about the asterisk-users mailing list