Gizmoproject callout

Has anybody implemented gizmoproject callout feature using freepbx? Their website
http://support.gizmoproject.com/index.php?_a=knowledgebase&_j=questiondetails&_i=200
tells me to edit extensions.conf. They are using dial command directly. I see that freepbx is using macro. Is this correct? Is there a way to implement the same using freepbx without direct editing? The code in question is this…

[code:1]
extensions.conf
[outbound]
exten => _X.,1,SetCallerID(YourName )
exten => _X.,2,Dial(SIP/${EXTEN:1}@proxy01.sipphone.com,20,r)
exten => _X.,3,Hangup
[/code:1]

BTW I can call their own 747 numbers without this but I cannot dial regular lnumbers.
Thanks for help.

Use this guide to setup a trunk that will allow this:

http://support.gizmoproject.com/index.php?_a=knowledgebase&_j=questionprint&_i=177

Alex

On 10/31/06, baysoor <[email protected] ([email protected])> wrote:[quote] Has anybody implemented gizmoproject callout feature using freepbx? Their website

tells me to edit extensions.conf. They are using dial command directly. I see that freepbx is using macro. Is this correct? Is there a way to implement the same using freepbx without direct editing? The code in question is this…

extensions.conf
[outbound]
exten => _X.,1,SetCallerID(YourName )
exten => _X.,2,Dial(SIP/${EXTEN:1}@proxy01.sipphone.com,20,r)
exten => _X.,3,Hangup

BTW I can call their own 747 numbers without this but I cannot dial regular lnumbers.
Thanks for help.

-------------------- m2f --------------------

Sent using Mail2Forum (http://www.mail2forum.com).

Read this topic online here:
http://www.freepbx.org/forums/viewtopic.php?p=2056#2056

-------------------- m2f --------------------


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected] ([email protected])
https://lists.sourceforge.net/lists/listinfo/amportal-users
[/quote]


Alex Robar
[email protected] ([email protected])

Post generated using Mail2Forum (http://www.mail2forum.com)

Thanks for the reply alex.robar at gmail.com. I followed exact same instructions. Call out to PSTN through gizmo does not work for me. Then I found the URL that I posted. It does have some additional stuff. In the dial command, they are passing to parameters. I do not know how I can do that keeping everything in freepbx. (When I updgrade, I do not want to clobber my custom settings.)