| killfill_ | how do i make me sure its parting the language thing ? |
| mvanbaak | rename it in extensions.conf from [macro-enumdial] to [enumdial] |
| codefreeze | you might have to play with the arguments a little... Read the Gosub app description (with arguments) in the trunk carefully... Or, horror of horrors, convert your macros to AEL macros |
| mvanbaak | yeah, but I cant get this thing to work in AEL2 |
| codefreeze | mvanbaak: how so? |
| mvanbaak | I'm trying to convert the RFC enum macro to AEL2 I just cant get it to loop through a bunch of providers now if it had arrays and a foreach ;) hhmm ok, an agi it will be ;) |
| codefreeze | mvanbaak: how would fill the array to begin with? |
| mvanbaak | codefreeze: providers = array("e164.org", "e164.arpa"); something like that |
| codefreeze | a list of constants? |
| mvanbaak | yeah I want to loop through them |
| codefreeze | I guess we need some apps for data structures. That'd be the simplest way. |
| coolbeans | Hi all. Will asterisk automatically adjust codecs based on conditions? |
| mvanbaak | codefreeze: there are some samples that use the CUT function but I think that's more of a hack because there's no real data structure handling |
| codefreeze | It might be neat to have funcs that return a ref to a data structure, and apps or funcs to manipulate/retrieve data from them. |
| mvanbaak | indeed |
| Waverly360 | Anyone know if the format_g729.so module in asterisk works, or do I have to use the one on Digium's site? |
| Qwell[] | Waverly360: they're two different things |
| dasuberdavid | format_g729 is for reading/writing g729 audio files, not coding or encoding the actual audio stream |
| Qwell[] | codec_g729a.so and format_g729.so the latter is free |
| Waverly360 | Qwell[]: Well..but I still need a license for it to use it commercially don't I? |
| Qwell[] | format_g729? no, all it does is read/write a file like david said, it doesn't encode/decode anything |
| Waverly360 | oh So I shouldn't mess with that then. Well, I'm trying to come up with an easy way to get that codec working on some customer's machines. I have a few concerns about Digium's licensing method. |
| Qwell[] | eh? such as? |
| Waverly360 | If the customer's pbx dies, and I have to replace the motherboard, I'll have to purchase new licenses won't I? |
| Mercestes | ok, I'm reading the wiki and show application....Isn't there a ReadDTMF? |
| dasuberdavid | Waverly360: no, you will just have to re-register |