asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
253 stars 99 forks source link

How to set callerId using create() + dial() #121

Closed mpbanna closed 5 years ago

mpbanna commented 5 years ago

Hello all, I studied allot but did not find that how to set callerId to a channel using channel create() + dial()

chadxz commented 5 years ago

There are various methods to seek help with Asterisk. As this is more an Asterisk related question than one specific to this library, I'd suggest using the Asterisk community site[1] or the asterisk-app-dev mailing list[2].

[1] https://community.asterisk.org/ [2] http://lists.digium.com/pipermail/asterisk-app-dev/

navdeeshahuja commented 1 year ago

Was anyone able to figure out this?

@mpbanna can you help, please?

I am stuck here

hishamway commented 3 months ago

You can do this first add connectedline(num) : "number" when creating the channel. and dial it before adding to the bridge I am able to set callerId this way.