[Asterisk-Users] Indications UK - cant get away from american
sounding dial tone
Tim Robinson
timweb at txrx.org.uk
Mon Jan 3 02:32:35 MST 2005
Andrew
You need to give us a bit more info on your configuration for a
definitive response... However, a lot of SIP devices will emit their own
call progress tones - most will use the US defaults.
Th solution I use is to simply answer the SIP channel before issuing the
DIAL command and you will get Asterisk tones rather than the tones
generated by the SIP device.
e.g. for UK national calls,
exten => _0[1-8]XXXXXXXXX,1,Answer
exten => _0[1-8]XXXXXXXXX,2,Dial(IAX2/USENAME/${EXTEN},60,t)
exten => _0[1-8]XXXXXXXXX,3,Congestion
exten => _0[1-8]XXXXXXXXX,103,Busy
Hope this is of assistance
Rgds
Tim Robinson
Basingstoke, UK
Andrew Brown wrote:
> Have a problem which can't find solution to on WIKI..
>
> Trying to get * to use UK based indication tones. i.e. british ring, dial
> tone, busy signal.
>
> Have changed the indications.conf file to default to UK. However this seems
> to have no affect. What am i missing. Am using 1.0.3 stable.
>
>
> Many thanks
>
> Andrew.
> ----------------------
> indications.conf
>
> [general]
> country=uk
>
> [uk]
> description = United Kingdom
> ringcadance = 400,200,400,2000
> dial = 350+440
> busy = 400/375,0/375
> ring = 400+450/400,0/200,400+450/400,0/2000
> congestion = 400/400,0/350,400/225,0/525
> callwaiting = 440/100,0/4000
> dialrecall = 350+440
> ; XXX Not sure about the RECORDTONE
> record = 1400/500,0/10000
> info = 950/330,1400/330,1800/330
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list