<html><H2><FONT face="times new roman,times" size=2>Hi</FONT></H2>
<P>Thanks for the reply, I however, do not know how to&nbsp;implement what you mentioned in your earlier mail. can you detail the steps? One of the openser users has suggested the following:</P>
<P>*******************************************</P>
<P>if (is_method('INVITE'))<BR>{<BR>&nbsp;&nbsp;&nbsp;&nbsp; # check if from URI domain equals 911operator.com<BR>&nbsp;&nbsp;&nbsp;&nbsp; if ($fd == '911operator.com')<BR>&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # relay stateless using request URI<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; forward();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp; else<BR>&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # relay statefull using request URI<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!t_relay())<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp;&nbsp;&nbsp;&nbsp; }<BR>}<BR><BR>However, the function forward(); does not parse and gives error bad arguments. Can you suggest how to get this code working? I need it working asap.</P>
<P>Thanks again,</P>
<P>Padmaja</P>
<H2><FONT face="times new roman,times" size=2></FONT>&nbsp;</H2>
<H2><FONT face="times new roman,times" size=2>Hi Padmaja,<BR><BR>There is no other way around but just to implement a call back service <BR>on your proxy. Save in DB the last caller hitting the 911 service and <BR>when receiving the 8911, just load it and fwd to it.<BR><BR>regards,<BR>bogdan<BR><BR>Padmaja wrote:<BR>&gt;</FONT><FONT face="times new roman,times"><FONT size=2><I> Hi all,<BR></I>&gt;</FONT></FONT><I><BR></I><FONT face="times new roman,times" size=2>&gt;</FONT><FONT face="times new roman,times"><FONT size=2><I> I have an issue, where the sip user dials 911 number and hangs up. The 911 <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> operator then calls back to the user using the call back command provided <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> earlier say 8911 (there is a b2bua that interprets the call back number and <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> routes the call to the specific user). This number is to be routed via the <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> openser proxy to the b2bua. However, when the 911 calls back, proxy treats <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> this number as a username and since there are no registrations to this 8911 <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> number (though this entry is present at the proxy, no device has registered <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> with this number), it sends back "404 Not found". How can this be <BR></I>&gt;</FONT></FONT><FONT face="times new roman,times"><FONT size=2><I> circumvented?<BR></I>&gt;</FONT></FONT><I><BR></I><FONT face="times new roman,times" size=2>&gt;</FONT><FONT face="times new roman,times"><FONT size=2><I> Thanks,<BR></I>&gt;</FONT></FONT><I><FONT face="times new roman,times" size=2> Padmaja<BR></H2></FONT></I></html>