Ask Your Question
1

How can I initiate a call on Asterisk using Originate and a customized caller ID?

asked 2022-05-30 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-03-09 21:00:00 +0000

huitzilopochtli gravatar image

To initiate a call on Asterisk using Originate and a customized caller ID, you can use the following command in the Asterisk CLI:

originate SIP/destination-number extension yourcustomcontext@yourcustomcontextgroupID "" yourcustomcallerID SIP/yoursip_server

Replace the "destination-number" with the phone number you want to call, "yourcustomcontext" with your custom context name, "yourcustomcontextgroupID" with the group ID associated with the custom context, "yourcustomcallerID" with the customized caller ID you want to use, and "yoursip_server" with the name or IP address of your SIP server.

For example, if you want to call the number +1-555-123-4567 using the caller ID "My Company," and your SIP server is located at 192.168.1.1, you can use the following command:

originate SIP/+15551234567 extension mycustomcontext@mycontextgroupID "" "My Company" SIP/192.168.1.1

This will initiate a call to +1-555-123-4567 using the customized caller ID "My Company."

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-30 11:00:00 +0000

Seen: 9 times

Last updated: Mar 09 '23