You need something in your default context that will figure out the correct context to send it too.  I&#39;m not sure what to do with REFER messages but my contexts are named after my customers Domains.  So in the default context you could have something like<br /><br />exten =&gt; _NXXXXXXXXX,1,Set(dm=${SIP_HEADER(TO):15})<br />exten =&gt; _NXXXXXXXXX,n,Set(dm=${CUT(dm,&gt;,1)})<br />exten =&gt; _NXXXXXXXXX,n,GotoIf(${dm} != ${CONTEXT}?${dm},${EXTEN},1)<br /><br /><br />Once again this totally depends on your OpenSIPS and Asterisk setup.  We would need more information.<br /><br />On , Schneur Rosenberg &lt;rosenberg11219@gmail.com&gt; wrote:<br />&gt; I use opensips to send calls via Asterisk, I share the sip usernames<br />&gt; <br />&gt; and passwords from opensips with Asterisk, and thats how Asterisk<br />&gt; <br />&gt; knows what context, caller id etc to use.<br />&gt; <br />&gt; <br />&gt; <br />&gt; everything works fine, the only issue is when doing a Blind Transfer<br />&gt; <br />&gt; OpenSIPS sends a REFER to asterisk, but for some reason when that<br />&gt; <br />&gt; happens, asterisk does not realize which user sent the REFER and it<br />&gt; <br />&gt; tries to call the number from the default context.<br />&gt; <br />&gt; <br />&gt; <br />&gt; Is there anyway I can create a new INVITE request and drop the REFER<br />&gt; <br />&gt; request, whenever a REFER comes in?<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Users mailing list<br />&gt; <br />&gt; Users@lists.opensips.org<br />&gt; <br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br />&gt; <br />&gt;