[asterisk-users] Got SUBSCRIBE for extensions without hint

jbauer at teec.com jbauer at teec.com
Mon Jul 31 08:49:34 MST 2006


Hi all,

for the user with extension 191 I get the following error message:

ERROR[10131]: chan_sip.c:10831 handle_request_subscribe: Got SUBSCRIBE for
extensions without hint. Please add hint to 191 in context internal

I don't know where to add something because the entries in sip.conf look the
same for every user and in extensions.conf a pattern for all internal users
is used:

[internal]
exten => _[1-7]ZX,1,Dial(SIP/${EXTEN},5,Ttr)
exten => _[1-7]ZX,2,Set(original_extension=${EXTEN})
exten => _[1-7]ZX,3,Goto(status-${DIALSTATUS},1)
exten => status-BUSY,1,VoiceMail(b${original_extension})
exten => status-BUSY,2,Playback(vm-goodbye)
exten => status-BUSY,3,Hangup()
exten => status-NOANSWER,1,VoiceMail(u${original_extension})
exten => status-NOANSWER,2,Playback(vm-goodbye)
exten => status-NOANSWER,3,Hangup()

Why do I get this message for the user with extension 191?

Thanks for your help.

Regards, Jens



More information about the asterisk-users mailing list