Howdy everyone, I'm writing a little click to dial type tool and I've run into a snag where my Originate command needs to call a Sub routine to do a database lookup and some other stuff.
I can't seem to get the syntax right to call Gosub with Originate Just testing with the command line I've been unable to make it work with any of these attempts: originate PJSIP/johntest application Gosub sub-callout s,1 originate PJSIP/johntest application Gosub sub-callout(s,1) originate PJSIP/johntest application Gosub (sub-callout,s,1) What Syntax should I be using? And if it helps I'll be calling this via AMI over https. Thanks! -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. ---Heinlein
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
