<span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px"><div>Jean</div>

<div> </div>

<div>Thank you for your response. I have the options you suggested already set, and I am still not getting the dialplan to trigger. The message is being sent but nothing. I have tried with the auth both set to no and yes as well.</div>

<div> </div>

<div>accept_outofcall_message = yes<br />
outofcall_message_context = messages<br />
auth_message_requests = yes</div>

<div>
<p> </p>

<p>Thanks<br />
Bryant </p>

<p> </p>
</div>

<hr align="center" size="2" width="100%" />
<div><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><b>From</b>: "Jean Aunis" <jean.aunis@prescom.fr><br />
<b>Sent</b>: Friday, March 10, 2017 2:24 AM<br />
<b>To</b>: asterisk-users@lists.digium.com<br />
<b>Subject</b>: Re: [asterisk-users] Trying to get SMS from GXV3240 to trigger dialplan code.</span>

<div> </div>

<p>This is not a SIP NOTIFY but a SIP MESSAGE (the first line in the logs is not related to the few next ones).</p>

<p>If you are using chan_sip, you have to activate out of call messages in sip.conf :</p>

<p><tt>accept_outofcall_message=yes</tt><br />
<tt>outofcall_message_context=messages</tt></p>

<p>Then in extensions.conf, define a context "messages" with the appropriate extensions (to stick to your example, it will be 16162995607) and use the function MESSAGE to retrieve the SMS content.</p>

<p>Best regards</p>

<p>Jean Aunis</p>
 

<div class="moz-cite-prefix">Le 10/03/2017 à 00:21, Bryant Zimmerman a écrit :</div>

<blockquote cite="mid:708f1ffa0d9844d0844a81320e75f373@zktech.com" type="cite">
<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">I am trying to send SMS from my grandstream GXV3240</span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">Asterisk receives the message in a NOTIFY block.</span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;"> </span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">How can I get asterisk to run dialplan code when receiving these Notify SMS Message Blocks.</span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">I can then route them to my SMS provider.</span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;"> </span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">Any ideas are appreciated. Below is debug of a message sent from the phone when received no dialplan code is triggered.</span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">I am wounding if I need to modify some setting in sip.conf or the peer config.  Incomming SMS from my vendor works without issue and is transmitted to the phone.</span></div>

<div><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;"> </span></div>

<div>
<p><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;"><-------------><br />
--- (10 headers 0 lines) ---<br />
Really destroying SIP dialog <a href="mailto:%273927411c7fe967886df6c8d0410d4e96@65.183.176.184:5060%27" moz-do-not-send="true">'3927411c7fe967886df6c8d0410d4e96@XXX.XXX.XXX.XXX:5060'</a> Method: NOTIFY</span></p>

<p><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;"><--- SIP read from UDP:XXX.XXX.XXX.XXX:57568 ---><br />
MESSAGE <a class="moz-txt-link-abbreviated" href="mailto:sip:16162995607@vgw0005.granddial.net">sip:16162995607@vgw0005.granddial.net</a> SIP/2.0<br />
Via: SIP/2.0/UDP 192.168.201.104:20093;branch=z9hG4bK1738682353;rport<br />
From: <a class="moz-txt-link-rfc2396E" href="mailto:sip:6167761066.2003@vgw0005.granddial.net"><sip:6167761066.2003@vgw0005.granddial.net></a>;tag=1683585926<br />
To: <a class="moz-txt-link-rfc2396E" href="mailto:sip:16162995607@vgw0005.granddial.net"><sip:16162995607@vgw0005.granddial.net></a><br />
Call-ID: <a href="mailto:1662412698-20093-963@BJC.BGI.CAB.BAE" moz-do-not-send="true">1662412698-20093-963@BJC.BGI.CAB.BAE</a><br />
CSeq: 9430 MESSAGE<br />
Contact: <a class="moz-txt-link-rfc2396E" href="mailto:sip:6167761066.2003@192.168.201.104:20093"><sip:6167761066.2003@192.168.201.104:20093></a><br />
Max-Forwards: 70<br />
User-Agent: Grandstream GXV3240 1.0.3.158<br />
Supported: replaces, path, timer, eventlist<br />
Allow: INVITE, ACK, OPTIONS, CANCEL, BYE, SUBSCRIBE, NOTIFY, INFO, REFER, UPDATE, MESSAGE<br />
Content-Type: text/plain; charset=UTF-8<br />
Content-Length: 5</span></p>

<p><span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">Test Message SMS<br />
<-------------></span></p>
</div>

<div><br />
<span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;">Thanks<br />
<br />
Bryant </span></div>
 

<fieldset class="mimeAttachmentHeader"> </fieldset>
</blockquote>
<br />
 </div></span>