Repeat Question about Time Zone
Posted: Fri Feb 18, 2011 2:14 pm
Sorry for Repeating the Question. Apologies.
I have setup 2 Carriers and Each Has its own Dial Prefix.
Carrier 1 : 911 as USA Dial Prefix ( Omit Code=Y )
Carrier 1 : 9144 as UK Dial Prefix ( Omit Code=Y )
Carrier 2 : 811 as USA Dial Prefix ( Omit Code=Y )
Carrier 2 : 8144 as UK Dial Prefix ( Omit Code=Y )
I want my Leads to get Filter Out as Per USA time Zone while Dialing Out from Dialer.
To Achieve this , I can put Phone Code as 1 for USA and 44 for UK and 61 for AUS and It will automatically detect Time Zone and Filter It accordingly I presume.
But My carrier setting will change ?
Right Now I am using :
exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X.,2,Dial(${SIPA_9}/${EXTEN:2},,tToR)
exten => _9X.,3,Hangup
I have setup 2 Carriers and Each Has its own Dial Prefix.
Carrier 1 : 911 as USA Dial Prefix ( Omit Code=Y )
Carrier 1 : 9144 as UK Dial Prefix ( Omit Code=Y )
Carrier 2 : 811 as USA Dial Prefix ( Omit Code=Y )
Carrier 2 : 8144 as UK Dial Prefix ( Omit Code=Y )
I want my Leads to get Filter Out as Per USA time Zone while Dialing Out from Dialer.
To Achieve this , I can put Phone Code as 1 for USA and 44 for UK and 61 for AUS and It will automatically detect Time Zone and Filter It accordingly I presume.
But My carrier setting will change ?
Right Now I am using :
exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X.,2,Dial(${SIPA_9}/${EXTEN:2},,tToR)
exten => _9X.,3,Hangup