[Asterisk-Users] regexten

Douglas Garstang dgarstang at oneeighty.com
Thu Mar 16 15:55:18 MST 2006


So, After about 6 months I think I've finally worked out how regexten works.

And... it doesn't look like it will serve my purpose. I'm hope I'm wrong, otherwise what a letdown! It also means that DUNDI becomes unusable as a HA mechanism.

Let me see if I understand its function correctly tho...

My sip.conf:
[2944093]
...
regcontext=sip_autoreg
regexten=2944093

extensions.conf:
[sip_autoreg]
exten => 2944093,2,Answer
exten => 2944093,3,Dial(SIP/2944093)
exten => 2944093,4,Hangup

Phone comes up. Asterisk sees this:
*CLI>     -- Saved useragent "PolycomSoundPointIP-SPIP_601-UA/1.6.3.0067" for peer 2944093

However, I don't have a NoOp() priority 1.

[ Context 'sip_autoreg' created by 'pbx_config' ]
  '2944093' =>      2. Answer()                                   [pbx_config]
                    3. Dial(SIP/2944093)                          [pbx_config]
                    4. Hangup()                                   [pbx_config]

Why?



More information about the asterisk-users mailing list