[Asterisk-Users] Re: Calling one local SIP user from another (using X-Lite)
    Ross Finlayson 
    finlayson at live.com
       
    Tue Mar 16 03:41:25 MST 2004
    
    
  
>>voice mail.  However, if I try to call "user2" from user1's X-Lite - or 
>>vice-versa - I get a "404 Not Found" error.
>
>>Is there anything obvious that I'm doing wrong?  (In particular, do I 
>>also need to add entries to "extensions.conf" for "user1" and "user2"??)
>>
>>         Ross.
>
>Try adding something similer to this in the default context of your 
>extensions.conf:
>exten => <your exten>,1,Dial(SIP/user1,20, tr)
>exten => <your exten>,1,Dial(SIP/user2,20, tr)
Girish,
Thanks for the tip.   Yes, the following additions to "extensions.conf" did 
the trick:
         exten => user1,1,Dial(SIP/user1,20, tr)
         exten => user2,1,Dial(SIP/user2,20, tr)
(Why does the Asterisk configuration file syntax have to be so damned 
baroque?  Sigh...)
         Ross.
    
    
More information about the asterisk-users
mailing list