[asterisk-users] Re: Zap and SendDTMF??

Steven asterisk at tescogroup.com
Tue Aug 22 12:22:24 MST 2006


I was able to get it working with a meetme.

The D and M options seemed to lock the audio channel for too long.

This is what worked:

exten => 5481,1,NoOp(${TIMESTAMP} paging Group 1 Office Page)
exten => 5481,2,DIAL(Zap/g2/5110,,G(ext-local-custom^5485^1))

exten => 5482,1,NoOp(${TIMESTAMP} paging Group 2 Shop Page)
exten => 5482,2,DIAL(Zap/g2/5110,,G(ext-local-custom^5486^1))

exten => 5484,1,NoOp(${TIMESTAMP} paging Group 4 All Page)
exten => 5484,2,DIAL(Zap/g2/5110,,G(ext-local-custom^5487^1))

exten => 5485,1,MeetMe(5488|1Axd)
exten => 5485,2,SIPDtmfMode(inband)
exten => 5485,3,Wait(1)
exten => 5485,4,SendDTMF(1)
exten => 5485,5,MeetMe(5488|1xd)

exten => 5486,1,MeetMe(5488|1Axd)
exten => 5486,2,SIPDtmfMode(inband)
exten => 5486,3,Wait(1)
exten => 5486,4,SendDTMF(2)
exten => 5486,5,MeetMe(5488|1xd)

exten => 5487,1,MeetMe(5488|1Axd)
exten => 5487,2,SIPDtmfMode(inband)
exten => 5487,3,Wait(1)
exten => 5487,4,SendDTMF(4)
exten => 5487,5,MeetMe(5488|1xd)


-- 
-- 
Steven

http://www.glimasoutheast.org



"Steven" <asterisk at tescogroup.com> wrote in message news:eccuj5$8ts$1 at sea.gmane.org...
>I have tried it with exten => 5481,2,DIAL(IAX2/5480,,D(w1)) and it also does not work.
>
> I have since moved it to an analog extension on a legacy PBX.
>
> I have tried:
> exten => 5481,3,DIAL(Zap/g2/5110,,D(wwww1))
> and a macro with SendDTMF.
>
> It works fine if I dial 5110, then enter the number of the zone I wish to page.
>
> If I dial 5481 with is intended to dial zone 1 automatically, I get a 3-4 second delay before I can speak or it gets cut off.
> Note: I am referring to 3-4 seconds after the DTMF digit 1 is sent.  I understand that it should be muted during the D option.
>
>
>
>
>
> -- 
> -- 
> Steven
>
> http://www.glimasoutheast.org
>
>
>
> "Alexander Lopez" <Alex.Lopez at OpSys.com> wrote in message news:E918F2FD95450648B7F8C957D92D52714B78C7 at exmail.corp.opsys.com...
> Try This
>
> exten => 5481,1,NoOp(${TIMESTAMP} paging Group 1 Office Page)
> exten => 5481,2,DIAL(IAX2/5480/w1||)
>
>
>
> SNIP
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
> 






More information about the asterisk-users mailing list