Asterisk 1.2.16

I have an extension "102" with a Polycom 430

 

I am trying to protect against forwarding loops

 

If I set the phone to forward the line to itself, extension 102 I get
the following

 

-- Got SIP response 302 "Moved Temporarily" back from 206.83.240.18

    -- Now forwarding Local/[EMAIL PROTECTED],2 to
'Local/[EMAIL PROTECTED]' (thanks to SIP/exten-mycontext-102-094c2c08)

    -- Executing Dial("Local/[EMAIL PROTECTED],2",
"SIP/exten-mycontext-102") in new stack

    -- Called exten-mycontext-102

    -- Got SIP response 302 "Moved Temporarily" back from 206.83.240.18

    -- Now forwarding Local/[EMAIL PROTECTED],2 to
'Local/[EMAIL PROTECTED]' (thanks to SIP/exten-mycontext-102-095bfef8)

    -- Executing Dial("Local/[EMAIL PROTECTED],2",
"SIP/exten-mycontext-102") in new stack

    -- Called exten-mycontext-102

    -- Got SIP response 302 "Moved Temporarily" back from 206.83.240.18

    -- Now forwarding Local/[EMAIL PROTECTED],2 to
'Local/[EMAIL PROTECTED]' (thanks to SIP/exten-mycontext-102-09495990)

    -- Executing Dial("Local/[EMAIL PROTECTED],2",
"SIP/exten-mycontext-102") in new stack

    -- Called exten-mycontext-102

 

Looping for a long time then the next entry in the dial plan kicks in
(Voicemail) after a ton of those

 

Dialplan:

exten => 102,1,Dial(SIP/exten-mycontext-102)

exten => 102,n,Voicemail([EMAIL PROTECTED])

 

Forwarding to other extensions and outside numbers works fine, just not
to itself.

 

How can I protect against such loops?

 

Bill

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to