You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
curl -u admin:admin --dump-header - -H "Content-Type:application/json" -X POST --data '{"username": "343434232322", "useralias": "343434232322", "lastname": "Belaid", "firstname": "Areski", "uipass": "2323f2323323", "credit": "5", "tariff": "1", "sip_buddy": "1", "iax_buddy": "1" }' http://127.0.0.1:9090/api/card/
this creates customer only as its set "sip_buddy": "1" but no sip account for this customer gets created
also there's no api to create sip account for customer
Any help regarding this would be appreciated
Thanks
The text was updated successfully, but these errors were encountered:
mfurqan777
changed the title
Add new Card api doesn't add SIP account
Adding new Card api doesn't add SIP account
Jul 26, 2017
Hi
curl -u admin:admin --dump-header - -H "Content-Type:application/json" -X POST --data '{"username": "343434232322", "useralias": "343434232322", "lastname": "Belaid", "firstname": "Areski", "uipass": "2323f2323323", "credit": "5", "tariff": "1", "sip_buddy": "1", "iax_buddy": "1" }' http://127.0.0.1:9090/api/card/
this creates customer only as its set "sip_buddy": "1" but no sip account for this customer gets created
also there's no api to create sip account for customer
Any help regarding this would be appreciated
Thanks
The text was updated successfully, but these errors were encountered: