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.
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
