JR,
On 10/05/2010 04:00 PM, JR Richardson wrote:
Hi Alex. I use a general context in asterisk to route calls already and wanted to get away from pattern matches. I'm using asterisk realtime and want to decrease the load. I'll play around with the 'uac_replace_from()' and 'append_hf' to see what works best for me.
Well, you don't have to use pattern matches. :-) You can always direct to fixed extensions, a la:
exten => moh,1,Answer exten => moh,n,MusicOnHold exten => moh,n,Hangup
Those should be pretty snappy, even in realtime.