[asterisk-users] Customized Ring Tone

GNUbie gnubie at gmail.com
Wed Jun 27 21:06:50 CDT 2007


Hello Alex,

Does this mean that on my PSTN context, I will add the lines I inserted
below?

On 6/28/07, Alexander Lopez <Alex.Lopez at opsys.com> wrote:
>
>  Add an Answer and add a m option to your dial command.  They will hear
> your music on hold until you answer.
>
> [general]
> static=yes
> writeprotect=no
> autofallthrough=yes
> clearglobalvars=no
>
> [pstn]
> exten => s,1,NoOp(Caller ID is ${CALLERID(num)})
>

exten => s,2,Answer()
exten => s,3,Dial(Zap/1,15,g2,m(music_file))

exten => s,n,Congestion
>
> [local]
> ignorepat => 9
> exten => _9.,1,Dial(Zap/g1/${EXTEN:1})
> exten => _9.,n,Congestion
> exten => 11,1,Dial(Zap/1,20,rt)
>

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070628/35e2d9b2/attachment.htm 


More information about the asterisk-users mailing list