[Asterisk-Users] Pause during dialing to enter another number
Joseph
syscon at interbaun.com
Tue Aug 23 08:00:43 MST 2005
On Tue, 2005-08-23 at 07:57 -0500, Eric Wieling aka ManxPower wrote:
> "show application dial" will show you the options supported by your
> version of Asterisk.
Yes, it shows support for: 'D([digits])' -- Send DTMF digit string
*after* called party has answered but before the bridge. (w=500ms sec
pause)
But when I dial "51" the "218" is not sent.
exten => _51,1,Dial(SIP/18005555555 at pstn-spa3k-c,30,D(wwwwwwwwwwwww218)
-- Executing Dial("SIP/11-1052", "SIP/18005555555 at pstn-spa3k-c|30|D(wwwwwwwwwwww218)") in new stack
-- Called 18005555555 at pstn-spa3k-c
-- SIP/pstn-spa3k-c-e314 is ringing
-- SIP/pstn-spa3k-c-e314 answered SIP/11-1052
-- Goto (office-open,s,1)
-- Executing Wait("SIP/pstn-spa3k-a9ee", "2") in new stack
-- Executing Answer("SIP/pstn-spa3k-a9ee", "") in new stack
-- Executing SetMusicOnHold("SIP/pstn-spa3k-a9ee", "loud") in new stack
-- Executing NVBackgroundDetect("SIP/pstn-spa3k-a9ee", "welcome|t") in new stack
-- Playing 'welcome' (language 'en')
Though, when I dial manually and enter exten, 218 it shows: " DTMF received (matching to exten)"
-- Executing Dial("SIP/11-593c", "SIP/18005555555 at pstn-spa3k-c|60|tr") in new stack
-- Called 18005555555 at pstn-spa3k-c
-- SIP/pstn-spa3k-c-7342 is ringing
-- SIP/pstn-spa3k-c-7342 answered SIP/11-593c
-- Attempting native bridge of SIP/11-593c and SIP/pstn-spa3k-c-7342
-- Goto (office-open,s,1)
-- Executing Wait("SIP/pstn-spa3k-2cef", "2") in new stack
-- Executing Answer("SIP/pstn-spa3k-2cef", "") in new stack
-- Executing SetMusicOnHold("SIP/pstn-spa3k-2cef", "loud") in new stack
-- Executing NVBackgroundDetect("SIP/pstn-spa3k-2cef", "welcome|t") in new stack
-- Playing 'welcome' (language 'en')
Aug 23 08:51:34 NOTICE[15877]: app_nv_backgrounddetect.c:242 nv_background_detect_exec: DTMF received (matching to exten)
Could the problem be related to the fact that I'm using ATA Sipura-3000?
--
#Joseph
More information about the asterisk-users
mailing list