[Asterisk-Users] Q: How to dial out / transfer calls with manager
Don Fanning
don at 00100100.net
Mon Jan 2 10:35:45 MST 2006
>From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Moises
Silva
>Sent: Monday, January 02, 2006 7:26 AM
>Your problem is related to not reading the documentation in
voip-info.org :)
Umm.. Yeah I have. Otherwise I wouldn't be a pain in the ass right now.
I'd just be clueless. :)
>You can originate a call to anyplace doing:
>
>- First a LoginAction.
>- Then an Originate action with the proper arguments.
>
>In the example you put, you are doing neither of them. You can test
manually how the protocol works doing a login from a >telnet client:
>
>telnet localhost 5038 (in case your in the asterisk box)
>
>Action: Login\r\n
>Username: someuser\r\n
>Secret: somesecretpassword\r\n\r\n
>
I can see myself login to the manager port just fine (even after I
changed my password from my post slippage ;)
>Action: Originate
>Channel: SIP/13 <-- this should be the first phone you want to ring
(your own phone usually)
I don't want it to ring a REGISTERED device (SIP/IAX/ZAP) that is on the
system. I want it to make a outbound call externally through my VSP and
when it's answered, then make another outbound call on another channel.
>Context: somecontextwithoutbountpatterns
Not essential
>Exten: XXXXXXXXXXXX <--- extension that will make your call
>Priority: 1 (usually one is fine)
Again, Ideas?
Thanks,
Don
More information about the asterisk-users
mailing list