Displaying 1 result from an estimated 1 matches for "b8003".
Did you mean:
  8003
  
2005 Feb 17
1
(Kphone) Registration Failed: Forbidden
...e
I have installed asterisk on debian using apt-get install asterisk.
I have configured an extension in extensions.conf as follows
    exten => 8003,1,Dial(Sip/8003,${RINGTIME},rt)
    exten => 8003,2,SetLanguage(en)
    exten => 8003,3,Voicemail(u8003)
    exten => 8003,103,Voicemail(b8003)
    exten => 8003,104,Hangup
And in sip.conf i have
    [8003]
    type=friend
    host=dynamic  ;<- This is supposed to allow registration, isnt it?
    callerid=Ariel Molina <8003>
    mailbox=8003
    dtfmmode=info
    username=ariel
    secret=wow
    disallow=all
    allow=ilbc...