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 [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
