Hello,
I am having problems setting up my asterisk server to ring two extensions at the same time. I have two analog phone extensions (on S101i devices) that I have added to the iax.conf file, and added to my extensions.conf file.
I am able to properly ring each extension, but I cannot seem to get the asterisk server to ring both extensions. I would like my extension 3206 to ring when 3207 rings…
Here is a sample of my extensions.conf file…
exten => 3201,1,Macro(extensions,3201,3200)
exten => 3202,1,Macro(extensions,3202,3200)
exten => 3203,1,Macro(extensions,3203,3200)
exten => 3204,1,Macro(extensions,3204,3200)
exten => 3205,1,Macro(extensions,3205,3205)
exten => 3207,1,Dial(extensions-iax,analogshopphone,3206,3206)
exten => 3206,1,Macro(extensions-iax,analogshopphone,3206,3206)
exten => 3207,1,Macro(extensions-iax,analogfax3207,3207,3207)