When did Dial() with a custom ring cadence replace the default from
indications.conf for subsequent calls?

        indications.conf:
                ringcadence = 2000,4000

        asterisk -rx "dahdi show cadences"
                r1: 667,1333

        extensions.conf:
                exten=> 201, 1, Dial(DAHDI/1)
                exten=> 202, 1, Dial(DAHDI/1r1)
                exten=> 203, 1, Dial(DAHDI/1r0)

Dialing, in sequence:
        201 -> 2000,4000        ; Good  
        202 -> 667,1333         ; Good
        201 -> 667,1333         ; Huh?
        203 -> 2000,4000        ; r0 seems to be default cadence
        201 -> 2000,4000

Do I now need to specify r0 every time I dial an FXS line to be sure it
will use the default cadence in case I've previously used a custom one?

-- 
Barry

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to