<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2734.1600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background="">
<DIV><FONT face=Arial size=2>Can multiple FWD accounts be
registered?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have the following output in my sip.conf
file:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000
size=2>register=74928:xxx@fwd.pulver.com/74928<BR>register=75160:xxx@fwd.pulver.com/75160<BR>register=74573:xxx@fwd.pulver.com/74573</FONT></DIV>
<DIV><FONT face=Arial color=#008000 size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000
size=2>[fwd-74928]<BR>type=friend<BR>secret=xxx<BR>username=74928<BR>host=fwd.pulver.com</FONT></DIV>
<DIV><FONT face=Arial color=#008000 size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000
size=2>[fwd-75160]<BR>type=friend<BR>secret=xxx<BR>username=75160<BR>host=fwd.pulver.com</FONT></DIV>
<DIV><FONT face=Arial color=#008000 size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000
size=2>[fwd-74573]<BR>type=friend<BR>secret=xxx<BR>username=74573<BR>host=fwd.pulver.com</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Two questions :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>What exactly does [fwd-74573] mean in this case
anyway? Does this category define a local users which another client can then
logon to (e.g. I don't really need this) - or is this actually necessary to get
FWD working? I notice in online examples that people use [fwd.pulver.com] - but
I gather I can't have three of these as it would conflict. The <FONT
color=#008000><FONT color=#000000>register=74928:xxx@fwd.pulver.com/74928
clause</FONT> </FONT><FONT color=#000000>already does the logging in surely - so
are the [] required?</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Secondly, using the above setup - when an incoming
call comes in to 74928 I get the following output:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000 size=2>-- Executing Answer("SIP/74573-aeb6",
"") in new stack<BR> -- Executing Wait("SIP/74573-aeb6", "1")
in new stack<BR> -- Executing Playback("SIP/74573-aeb6",
"welcomemsg") in new stack<BR> -- Playing 'welcomemsg'
(language 'en')</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>- which is strange, considering it was 74928 that
was dialled!! However, the extension correctly associated with 74928 does ring
(even when called from a true FWD client outside of this asterisk server). The
other extensions work fine too. So it almost seems like FWD is correctly
registered three times... but just the cosmetic log output is
wrong.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there actually a problem with this?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>My extensions.conf is attached below for
reference.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Terence</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000 size=2>---------------------</FONT></DIV>
<DIV><FONT face=Arial color=#008000 size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000 size=2>exten => 74928,1,Answer<BR>exten
=> 74928,2,Wait(1)<BR>exten => 74928,3,Playback(welcomemsg)<BR>exten =>
74928,4,Dial(SIP/TerenceParker&SIP/DavidLiu&SIP/GardenVista&SIP/PeterLiu,90,tm)<BR>exten
=> 74928,5,Voicemail,u999<BR>exten => 74928,6,Hangup<BR>exten =>
74928,102,Voicemail,b999<BR>exten => 74928,103,Hangup</FONT></DIV>
<DIV><FONT face=Arial color=#008000 size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000 size=2>exten => 75160,1,Answer<BR>exten
=> 75160,2,Dial(SIP/DavidLiu,180,tm)<BR>exten =>
75160,3,Voicemail,u1000<BR>exten => 75160,4,Hangup<BR>exten =>
75160,102,Voicemail,b1000<BR>exten => 75160,103,Hangup</FONT></DIV>
<DIV><FONT face=Arial color=#008000 size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#008000 size=2>exten => 74573,1,Answer<BR>exten
=> 74573,2,Dial(SIP/TerenceParker,180,tm)<BR>exten =>
74573,3,Voicemail,u1001<BR>exten => 74573,4,Hangup<BR>exten =>
74573,102,Voicemail,b1001<BR>exten =>
74573,103,Hangup</FONT></DIV></BODY></HTML>