<br><br><div class="gmail_quote">2009/3/12 Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Mar 12, 2009 at 10:18:22AM -0500, Mark Michelson wrote:<br>
<br>
&gt;<br>
&gt; Apparently bristuff has added new required parameters to call files.<br>
<br>
</div>Rather: a new optional parameter. When you initiate a call from a<br>
channel it can also have either a &#39;message&#39; or a &#39;pdo&#39; message.<br>
</blockquote><div><br>Maybe this parameter is optional but here, the fact is I can&#39;t find a way to write any single call file accepted by Bristuff.<br><br>If someone have a working Bristuff-compliant example, I would be happy to test it in my Bristuff setup and report to the list if the troubles I met came from by ignorance (likely) or a bug (unlikely).<br>
I&#39;ll also test early next week the example given in the original thread.<br><br>At this moment, we know there&#39;s Bristuff patch enhancing .call files but we&#39;re still wondering if there&#39;s a bug in it.<br><br>
Regards<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Those are then passed along (eventually) to the new channel method<br>
send_message. Which is a bit like send_text:<br>
<br>
  res = chan-&gt;tech-&gt;send_message(chan, dest, text, ispdu);<br>
<br>
This is part of the code to support the Junghanns GSM cards.<br>
<br>
See<br>
<a href="http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm" target="_blank">http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm</a><br>
<br>
And specifically:<br>
<br>
  <a href="http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm" target="_blank">http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm</a><br>
  <a href="http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm" target="_blank">http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm</a><br>
  <a href="http://repo.or.cz/w/asterisk-bristuff.git?a=commit;h=6fb93cd5fc4506dda3eb0cfc3a5d5156b3ee7583" target="_blank">http://repo.or.cz/w/asterisk-bristuff.git?a=commit;h=6fb93cd5fc4506dda3eb0cfc3a5d5156b3ee7583</a><br>

  <a href="http://repo.or.cz/w/asterisk-bristuff.git?a=commit;h=fffd308c5c1fdce3fe43b2d1420cb7cfa3de9fde" target="_blank">http://repo.or.cz/w/asterisk-bristuff.git?a=commit;h=fffd308c5c1fdce3fe43b2d1420cb7cfa3de9fde</a><br>

<br>
/me needs to get that tree in shape.<br>
<font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a>  <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>