nhtdata / pystrix

Automatically exported from code.google.com/p/pystrix
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Originate_Context doesn't work with Asterisk 11 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
python code like this:

manager = pystrix.ami.Manager()
callinfo = pystrix.ami.core.Originate_Context(
        "SIP/001@127.0.0.1:5060","callout","1","1"
        )
manager.send_action(callinfo)

I think that it due to ast11 has new arguments of Originate such as EarlyMedia.

Original issue reported on code.google.com by lxit...@gmail.com on 17 Apr 2013 at 6:39

GoogleCodeExporter commented 9 years ago
Sorry, I wasn't receiving issue updates. I didn't mean to ignore you, I just 
didn't see this until now. :(

Can you describe the problem you encountered, or do you just want me to add 
additional options?

(pystrix is next on my list for a major push after staticDHCPd)

Original comment by red.hamsterx on 13 Sep 2013 at 8:06