search for: 289d288

Displaying 1 result from an estimated 1 matches for "289d288".

2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
Here is the diff from chan_sip.c 15 days ago and 16 days ago. 15 days ago is the point outgoing calls made via grandstream budgetone stopped working. Any help on why it breaks? Any possible fix? /tmp# diff asterisk/channels/chan_sip.c asterisk.works/channels/chan_sip.c 289d288 < int capability; 3921,3922d3919 < p->capability = user->capability; < p->jointcapability = user->capability; 3963,3964d3959 < p->capability = peer->capability; <...