[asterisk-users] Are .call files working with extensions.ael ? bristuff problem

Tzafrir Cohen tzafrir.cohen at xorcom.com
Thu Mar 12 12:02:22 CDT 2009


On Thu, Mar 12, 2009 at 10:18:22AM -0500, Mark Michelson wrote:

> 
> Apparently bristuff has added new required parameters to call files. 

Rather: a new optional parameter. When you initiate a call from a
channel it can also have either a 'message' or a 'pdo' message. 

Those are then passed along (eventually) to the new channel method
send_message. Which is a bit like send_text:

  res = chan->tech->send_message(chan, dest, text, ispdu);

This is part of the code to support the Junghanns GSM cards.

See
http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm

And specifically:

  http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm
  http://repo.or.cz/w/asterisk-bristuff.git?a=shortlog;h=refs/heads/bristuff-part-gsm
  http://repo.or.cz/w/asterisk-bristuff.git?a=commit;h=6fb93cd5fc4506dda3eb0cfc3a5d5156b3ee7583
  http://repo.or.cz/w/asterisk-bristuff.git?a=commit;h=fffd308c5c1fdce3fe43b2d1420cb7cfa3de9fde

/me needs to get that tree in shape.

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list