Script to change callerid, auto-dial and the disconnect after passing callerid

User avatar
tot3nkopf
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 4058
Joined: 02 Feb 2006 10:41
Location: Germany & Romania
Contact:

Post by tot3nkopf »

For DDI change you can search the old forum for nodico command.

(basically:
mgr -log ---creates log file --->you go to mgr and perform the task --->modify a DDI in your case
mgr -nodico -X --- viewing file

Automation example :

echo 'SET Subscriber "101": "100" { Annu_Name = "MyName", Annu_First_Name = "MyFirstName" }' > tmp.mgr; mgr -nodico -X tmp.mgr ; rm tmp.mgr

You can use this stuff in your scripts

)
Post Reply

Return to “Linux tricks”